Class SmallRyeAuthSecurityIdentityAlreadyAssignedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.quarkus.smallrye.graphql.runtime.exception.SmallRyeAuthSecurityIdentityAlreadyAssignedException
All Implemented Interfaces:
Serializable

public class SmallRyeAuthSecurityIdentityAlreadyAssignedException extends Exception
An exception which is thrown when a security identity is already defined, but the connection init payload tries to change the connections identity. This is not allowed.
See Also:
  • Constructor Details

    • SmallRyeAuthSecurityIdentityAlreadyAssignedException

      public SmallRyeAuthSecurityIdentityAlreadyAssignedException(Map<String,Object> connectionInitPayload)
  • Method Details

    • getConnectionInitPayload

      public Map<String,Object> getConnectionInitPayload()