Uses of Interface
org.neo4j.driver.AuthTokenManager
Packages that use AuthTokenManager
Package
Description
-
Uses of AuthTokenManager in org.neo4j.driver
Methods in org.neo4j.driver that return AuthTokenManagerModifier and TypeMethodDescriptionstatic AuthTokenManagerReturns anAuthTokenManagerthat manages basicAuthTokeninstances.static AuthTokenManagerAuthTokenManagers.basicAsync(Supplier<CompletionStage<AuthToken>> newTokenStageSupplier) Returns anAuthTokenManagerthat manages basicAuthTokeninstances.static AuthTokenManagerAuthTokenManagers.bearer(Supplier<AuthTokenAndExpiration> newTokenSupplier) Returns anAuthTokenManagerthat manages bearerAuthTokeninstances with UTC expiration timestamp.static AuthTokenManagerAuthTokenManagers.bearerAsync(Supplier<CompletionStage<AuthTokenAndExpiration>> newTokenStageSupplier) Returns anAuthTokenManagerthat manages bearerAuthTokeninstances with UTC expiration timestamp.Methods in org.neo4j.driver with parameters of type AuthTokenManagerModifier and TypeMethodDescriptionstatic DriverGraphDatabase.driver(String uri, AuthTokenManager authTokenManager) Returns a driver for a Neo4j instance with the default configuration settings and the providedAuthTokenManager.static DriverGraphDatabase.driver(String uri, AuthTokenManager authTokenManager, Config config) Returns a driver for a Neo4j instance with the providedAuthTokenManagerand custom configuration.static DriverGraphDatabase.driver(URI uri, AuthTokenManager authTokenManager) Returns a driver for a Neo4j instance with the default configuration settings and the providedAuthTokenManager.static DriverGraphDatabase.driver(URI uri, AuthTokenManager authTokenManager, Config config) Returns a driver for a Neo4j instance with the providedAuthTokenManagerand custom configuration. -
Uses of AuthTokenManager in org.neo4j.driver.internal.async.connection
Constructors in org.neo4j.driver.internal.async.connection with parameters of type AuthTokenManagerModifierConstructorDescriptionNettyChannelInitializer(org.neo4j.driver.internal.BoltServerAddress address, SecurityPlan securityPlan, int connectTimeoutMillis, AuthTokenManager authTokenManager, Clock clock, Logging logging) -
Uses of AuthTokenManager in org.neo4j.driver.internal.async.pool
Methods in org.neo4j.driver.internal.async.pool that return AuthTokenManagerConstructors in org.neo4j.driver.internal.async.pool with parameters of type AuthTokenManager -
Uses of AuthTokenManager in org.neo4j.driver.internal.security
Classes in org.neo4j.driver.internal.security that implement AuthTokenManagerModifier and TypeClassDescriptionclassclassclassConstructors in org.neo4j.driver.internal.security with parameters of type AuthTokenManagerModifierConstructorDescriptionValidatingAuthTokenManager(AuthTokenManager delegate, Logging logging)