Uses of Interface
org.neo4j.driver.internal.security.BoltSecurityPlanManager
Packages that use BoltSecurityPlanManager
-
Uses of BoltSecurityPlanManager in org.neo4j.driver.internal.async
Constructors in org.neo4j.driver.internal.async with parameters of type BoltSecurityPlanManagerModifierConstructorDescriptionLeakLoggingNetworkSession(BoltSecurityPlanManager securityPlanManager, BoltConnectionProvider connectionProvider, RetryLogic retryLogic, 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) NetworkSession(BoltSecurityPlanManager securityPlanManager, BoltConnectionProvider boltConnectionProvider, RetryLogic retryLogic, 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) -
Uses of BoltSecurityPlanManager in org.neo4j.driver.internal.security
Classes in org.neo4j.driver.internal.security that implement BoltSecurityPlanManagerMethods in org.neo4j.driver.internal.security that return BoltSecurityPlanManagerModifier and TypeMethodDescriptionstatic BoltSecurityPlanManagerBoltSecurityPlanManager.from(SecurityPlan securityPlan) static BoltSecurityPlanManagerBoltSecurityPlanManager.insecure()