Package | Description |
---|---|
org.apache.tinkerpop.gremlin.server.auth |
Modifier and Type | Method and Description |
---|---|
Authenticator.SaslNegotiator |
Authenticator.newSaslNegotiator()
Deprecated.
As of release 3.1.1-incubating, replaced by
Authenticator.newSaslNegotiator(InetAddress) . |
Authenticator.SaslNegotiator |
SimpleAuthenticator.newSaslNegotiator()
Deprecated.
As of release 3.1.1-incubating, replaced by
Authenticator.newSaslNegotiator(InetAddress) . |
Authenticator.SaslNegotiator |
AllowAllAuthenticator.newSaslNegotiator()
Deprecated.
As of release 3.1.1-incubating, replaced by
Authenticator.newSaslNegotiator(InetAddress) . |
default Authenticator.SaslNegotiator |
Authenticator.newSaslNegotiator(InetAddress remoteAddress)
Provide a SASL handler to perform authentication for an single connection.
|
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.