Uses of Interface
org.apache.tinkerpop.gremlin.server.auth.Authenticator
-
Packages that use Authenticator Package Description org.apache.tinkerpop.gremlin.server org.apache.tinkerpop.gremlin.server.auth org.apache.tinkerpop.gremlin.server.handler -
-
Uses of Authenticator in org.apache.tinkerpop.gremlin.server
Fields in org.apache.tinkerpop.gremlin.server declared as Authenticator Modifier and Type Field Description protected Authenticator
AbstractChannelizer. authenticator
-
Uses of Authenticator in org.apache.tinkerpop.gremlin.server.auth
Classes in org.apache.tinkerpop.gremlin.server.auth that implement Authenticator Modifier and Type Class Description class
AllowAllAuthenticator
Allows all requests to be authenticated.class
Krb5Authenticator
A Kerberos (GSSAPI) implementation of anAuthenticator
This authenticator authenticates and autorizes all clients with a valid service ticket.class
SimpleAuthenticator
A simple implementation of anAuthenticator
that uses aGraph
instance as a credential store. -
Uses of Authenticator in org.apache.tinkerpop.gremlin.server.handler
Fields in org.apache.tinkerpop.gremlin.server.handler declared as Authenticator Modifier and Type Field Description protected Authenticator
AbstractAuthenticationHandler. authenticator
Constructors in org.apache.tinkerpop.gremlin.server.handler with parameters of type Authenticator Constructor Description AbstractAuthenticationHandler(Authenticator authenticator, Authorizer authorizer)
HttpBasicAuthenticationHandler(Authenticator authenticator, Authorizer authorizer, Settings settings)
-