Uses of Interface
org.apache.tinkerpop.gremlin.server.auth.Authenticator.SaslNegotiator
- 
Packages that use Authenticator.SaslNegotiator Package Description org.apache.tinkerpop.gremlin.server.auth org.apache.tinkerpop.gremlin.server.handler 
- 
- 
Uses of Authenticator.SaslNegotiator in org.apache.tinkerpop.gremlin.server.authMethods in org.apache.tinkerpop.gremlin.server.auth that return Authenticator.SaslNegotiator Modifier and Type Method Description Authenticator.SaslNegotiatorAllowAllAuthenticator. newSaslNegotiator(InetAddress remoteAddress)Authenticator.SaslNegotiatorAuthenticator. newSaslNegotiator(InetAddress remoteAddress)Provide a SASL handler to perform authentication for an single connection.Authenticator.SaslNegotiatorKrb5Authenticator. newSaslNegotiator(InetAddress remoteAddress)Authenticator.SaslNegotiatorSimpleAuthenticator. newSaslNegotiator(InetAddress remoteAddress)
- 
Uses of Authenticator.SaslNegotiator in org.apache.tinkerpop.gremlin.server.handlerFields in org.apache.tinkerpop.gremlin.server.handler with type parameters of type Authenticator.SaslNegotiator Modifier and Type Field Description static io.netty.util.AttributeKey<Authenticator.SaslNegotiator>StateKey. NEGOTIATORThe key for the current SASL negotiator.
 
-