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, ClientCertificateManager clientCertificateManager) Returns a driver for a Neo4j instance with the providedAuthTokenManagerandClientCertificateManager.static DriverGraphDatabase.driver(String uri, AuthTokenManager authTokenManager, ClientCertificateManager clientCertificateManager, Config config) Returns a driver for a Neo4j instance with the providedAuthTokenManager,ClientCertificateManagerand driverConfig.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, ClientCertificateManager clientCertificateManager) Returns a driver for a Neo4j instance with the providedAuthTokenManagerandClientCertificateManager.static DriverGraphDatabase.driver(URI uri, AuthTokenManager authTokenManager, ClientCertificateManager clientCertificateManager, Config config) Returns a driver for a Neo4j instance with the providedAuthTokenManager,ClientCertificateManagerand driverConfig.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
Constructors in org.neo4j.driver.internal.async with parameters of type AuthTokenManagerModifierConstructorDescriptionLeakLoggingNetworkSession(BoltSecurityPlanManager securityPlanManager, DriverBoltConnectionProvider connectionProvider, RetryLogic retryLogic, org.neo4j.bolt.connection.DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, NotificationConfig driverNotificationConfig, NotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled, AuthTokenManager authTokenManager, HomeDatabaseCache homeDatabaseCache) NetworkSession(BoltSecurityPlanManager securityPlanManager, DriverBoltConnectionProvider boltConnectionProvider, RetryLogic retryLogic, org.neo4j.bolt.connection.DatabaseName databaseName, AccessMode mode, Set<Bookmark> bookmarks, String impersonatedUser, long fetchSize, Logging logging, BookmarkManager bookmarkManager, NotificationConfig driverNotificationConfig, NotificationConfig notificationConfig, AuthToken overrideAuthToken, boolean telemetryDisabled, AuthTokenManager authTokenManager, HomeDatabaseCache homeDatabaseCache) -
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)