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.serverFields in org.apache.tinkerpop.gremlin.server declared as Authenticator Modifier and Type Field Description protected AuthenticatorAbstractChannelizer. authenticator
- 
Uses of Authenticator in org.apache.tinkerpop.gremlin.server.authClasses in org.apache.tinkerpop.gremlin.server.auth that implement Authenticator Modifier and Type Class Description classAllowAllAuthenticatorAllows all requests to be authenticated.classKrb5AuthenticatorA Kerberos (GSSAPI) implementation of anAuthenticatorThis authenticator authenticates and autorizes all clients with a valid service ticket.classSimpleAuthenticatorA simple implementation of anAuthenticatorthat uses aGraphinstance as a credential store.
- 
Uses of Authenticator in org.apache.tinkerpop.gremlin.server.handlerFields in org.apache.tinkerpop.gremlin.server.handler declared as Authenticator Modifier and Type Field Description protected AuthenticatorAbstractAuthenticationHandler. authenticator
 
-