Uses of Interface
org.apache.tinkerpop.gremlin.server.auth.Authenticator.SaslNegotiator
-
Packages that use Authenticator.SaslNegotiator Package Description org.apache.tinkerpop.gremlin.server.auth -
-
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)
-