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.auth
Methods in org.apache.tinkerpop.gremlin.server.auth that return Authenticator.SaslNegotiator Modifier and Type Method Description Authenticator.SaslNegotiator
AllowAllAuthenticator. newSaslNegotiator(InetAddress remoteAddress)
Authenticator.SaslNegotiator
Authenticator. newSaslNegotiator(InetAddress remoteAddress)
Provide a SASL handler to perform authentication for an single connection.Authenticator.SaslNegotiator
Krb5Authenticator. newSaslNegotiator(InetAddress remoteAddress)
Authenticator.SaslNegotiator
SimpleAuthenticator. newSaslNegotiator(InetAddress remoteAddress)
-
Uses of Authenticator.SaslNegotiator in org.apache.tinkerpop.gremlin.server.handler
Fields 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. NEGOTIATOR
The key for the current SASL negotiator.
-