Uses of Class
org.apache.tinkerpop.gremlin.server.auth.AuthenticationException
-
Packages that use AuthenticationException Package Description org.apache.tinkerpop.gremlin.server.auth -
-
Uses of AuthenticationException in org.apache.tinkerpop.gremlin.server.auth
Methods in org.apache.tinkerpop.gremlin.server.auth that throw AuthenticationException Modifier and Type Method Description AuthenticatedUser
AllowAllAuthenticator. authenticate(Map<String,String> credentials)
AuthenticatedUser
Authenticator. authenticate(Map<String,String> credentials)
A "standard" authentication implementation that can be used more generically without SASL support.AuthenticatedUser
Krb5Authenticator. authenticate(Map<String,String> credentials)
AuthenticatedUser
SimpleAuthenticator. authenticate(Map<String,String> credentials)
byte[]
Authenticator.SaslNegotiator. evaluateResponse(byte[] clientResponse)
Evaluates the client response data and generates a byte[] reply which may be a further challenge or purely informational in the case that the negotiation is completed on this round.AuthenticatedUser
Authenticator.SaslNegotiator. getAuthenticatedUser()
Following a successful negotiation, get the AuthenticatedUser representing the logged in subject.
-