| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.server | |
| org.apache.tinkerpop.gremlin.server.auth | |
| org.apache.tinkerpop.gremlin.server.handler | 
| Modifier and Type | Field and Description | 
|---|---|
protected Authenticator | 
AbstractChannelizer.authenticator  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AllowAllAuthenticator
Allows all requests to be authenticated. 
 | 
class  | 
Krb5Authenticator
A Kerberos (GSSAPI) implementation of an  
Authenticator
 This authenticator authenticates and autorizes all clients with a valid service ticket. | 
class  | 
SimpleAuthenticator
A simple implementation of an  
Authenticator that uses a Graph instance as a credential store. | 
| Modifier and Type | Field and Description | 
|---|---|
protected Authenticator | 
AbstractAuthenticationHandler.authenticator  | 
| Constructor and Description | 
|---|
AbstractAuthenticationHandler(Authenticator authenticator)  | 
HttpBasicAuthenticationHandler(Authenticator authenticator,
                              Settings.AuthenticationSettings authenticationSettings)  | 
SaslAndHttpBasicAuthenticationHandler(Authenticator authenticator,
                                     Settings.AuthenticationSettings authenticationSettings)  | 
SaslAuthenticationHandler(Authenticator authenticator,
                         Settings.AuthenticationSettings authenticationSettings)  | 
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.