Uses of Interface
org.neo4j.driver.AuthToken
Packages that use AuthToken
Package
Description
-
Uses of AuthToken in org.neo4j.driver
Methods in org.neo4j.driver that return AuthTokenModifier and TypeMethodDescriptionstatic AuthTokenThe basic authentication scheme, using a username and a password.static AuthTokenThe basic authentication scheme, using a username and a password.static AuthTokenThe bearer authentication scheme, using a base64 encoded token.static AuthTokenA custom authentication token used for doing custom authentication on the server side.static AuthTokenAuthTokens.custom(String principal, String credentials, String realm, String scheme, Map<String, Object> parameters) A custom authentication token used for doing custom authentication on the server side.static AuthTokenThe kerberos authentication scheme, using a base64 encoded ticketstatic AuthTokenAuthTokens.none()No authentication scheme.Methods in org.neo4j.driver with parameters of type AuthTokenModifier and TypeMethodDescriptionstatic DriverReturn a driver for a Neo4j instance with the default configuration settingsstatic DriverReturn a driver for a Neo4j instance with custom configuration.static DriverReturn a driver for a Neo4j instance with the default configuration settingsstatic DriverReturn a driver for a Neo4j instance with custom configuration. -
Uses of AuthToken in org.neo4j.driver.internal.async.connection
Constructors in org.neo4j.driver.internal.async.connection with parameters of type AuthTokenModifierConstructorDescriptionHandshakeCompletedListener(String userAgent, AuthToken authToken, RoutingContext routingContext, io.netty.channel.ChannelPromise connectionInitializedPromise) -
Uses of AuthToken in org.neo4j.driver.internal.messaging
Methods in org.neo4j.driver.internal.messaging with parameters of type AuthTokenModifier and TypeMethodDescriptionvoidBoltProtocol.initializeChannel(String userAgent, AuthToken authToken, RoutingContext routingContext, io.netty.channel.ChannelPromise channelInitializedPromise) Initialize channel after it is connected and handshake selected this protocol version. -
Uses of AuthToken in org.neo4j.driver.internal.messaging.v3
Methods in org.neo4j.driver.internal.messaging.v3 with parameters of type AuthTokenModifier and TypeMethodDescriptionvoidBoltProtocolV3.initializeChannel(String userAgent, AuthToken authToken, RoutingContext routingContext, io.netty.channel.ChannelPromise channelInitializedPromise) -
Uses of AuthToken in org.neo4j.driver.internal.security
Classes in org.neo4j.driver.internal.security that implement AuthTokenModifier and TypeClassDescriptionclassA simple common token for authentication schemes that easily convert to an auth token map