Uses of Class
org.apache.tinkerpop.gremlin.server.auth.AuthenticatedUser
Packages that use AuthenticatedUser
Package
Description
-
Uses of AuthenticatedUser in org.apache.tinkerpop.gremlin.server.auth
Fields in org.apache.tinkerpop.gremlin.server.auth declared as AuthenticatedUserMethods in org.apache.tinkerpop.gremlin.server.auth that return AuthenticatedUserModifier 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) Authenticator.SaslNegotiator.getAuthenticatedUser()Following a successful negotiation, get the AuthenticatedUser representing the logged in subject. -
Uses of AuthenticatedUser in org.apache.tinkerpop.gremlin.server.authz
Methods in org.apache.tinkerpop.gremlin.server.authz with parameters of type AuthenticatedUserModifier and TypeMethodDescriptiondefault StringvoidAuthorizer.authorize(AuthenticatedUser user, RequestMessage msg) Checks whether a user is authorized to have a script request from a gremlin client answered and raises anAuthorizationExceptionif this is not the case. -
Uses of AuthenticatedUser in org.apache.tinkerpop.gremlin.server.handler
Fields in org.apache.tinkerpop.gremlin.server.handler with type parameters of type AuthenticatedUserModifier and TypeFieldDescriptionstatic final io.netty.util.AttributeKey<AuthenticatedUser>StateKey.AUTHENTICATED_USERThe key for the currentAuthenticatedUser.