Uses of Class
org.apache.tinkerpop.gremlin.server.auth.AuthenticationException
Packages that use AuthenticationException
-
Uses of AuthenticationException in org.apache.tinkerpop.gremlin.server.auth
Methods in org.apache.tinkerpop.gremlin.server.auth that throw AuthenticationExceptionModifier and TypeMethodDescriptionAllowAllAuthenticator.authenticate(Map<String, String> credentials) Authenticator.authenticate(Map<String, String> credentials) A "standard" authentication implementation that can be used more generically without SASL support.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.Authenticator.SaslNegotiator.getAuthenticatedUser()Following a successful negotiation, get the AuthenticatedUser representing the logged in subject.