Uses of Interface
org.apache.tinkerpop.gremlin.server.auth.Authenticator
Packages that use Authenticator
Package
Description
-
Uses of Authenticator in org.apache.tinkerpop.gremlin.server
Fields in org.apache.tinkerpop.gremlin.server declared as Authenticator -
Uses of Authenticator in org.apache.tinkerpop.gremlin.server.auth
Classes in org.apache.tinkerpop.gremlin.server.auth that implement AuthenticatorModifier and TypeClassDescriptionfinal classAllows all requests to be authenticated.classA simple implementation of anAuthenticatorthat uses aGraphinstance as a credential store. -
Uses of Authenticator in org.apache.tinkerpop.gremlin.server.handler
Fields in org.apache.tinkerpop.gremlin.server.handler declared as AuthenticatorModifier and TypeFieldDescriptionprotected final AuthenticatorAbstractAuthenticationHandler.authenticatorConstructors in org.apache.tinkerpop.gremlin.server.handler with parameters of type AuthenticatorModifierConstructorDescriptionAbstractAuthenticationHandler(Authenticator authenticator, Authorizer authorizer) HttpBasicAuthenticationHandler(Authenticator authenticator, Authorizer authorizer, Settings settings)