Package | Description |
---|---|
org.apache.tinkerpop.gremlin.server.auth |
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) |
byte[] |
Authenticator.SaslNegotiator.evaluateResponse(byte[] clientResponse)
Evaluates the client response data and generates a byte[] reply which may be a further challenge or purely
informational in the case that the negotiation is completed on this round.
|
AuthenticatedUser |
Authenticator.SaslNegotiator.getAuthenticatedUser()
Following a successful negotiation, get the AuthenticatedUser representing the logged in subject.
|
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.