| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.server.auth | 
| Modifier and Type | Field and Description | 
|---|---|
static AuthenticatedUser | 
AuthenticatedUser.ANONYMOUS_USER  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticatedUser | 
Authenticator.authenticate(Map<String,String> credentials)
A "standard" authentication implementation that can be used more generically without SASL support. 
 | 
AuthenticatedUser | 
Krb5Authenticator.authenticate(Map<String,String> credentials)  | 
AuthenticatedUser | 
SimpleAuthenticator.authenticate(Map<String,String> credentials)  | 
AuthenticatedUser | 
AllowAllAuthenticator.authenticate(Map<String,String> credentials)  | 
AuthenticatedUser | 
Authenticator.SaslNegotiator.getAuthenticatedUser()
Following a successful negotiation, get the AuthenticatedUser representing the logged in subject. 
 | 
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.