Uses of Interface
org.springframework.data.neo4j.core.UserSelectionProvider
Packages that use UserSelectionProvider
Package
Description
This package contains the core infrastructure for creating an
imperative or reactive client that can execute queries.
Contains the core infrastructure for translating unmanaged Neo4j
transaction into Spring managed transactions.
-
Uses of UserSelectionProvider in org.springframework.data.neo4j.core
Methods in org.springframework.data.neo4j.core that return UserSelectionProviderModifier and TypeMethodDescriptionstatic UserSelectionProviderUserSelectionProvider.getDefaultSelectionProvider()A user selection provider always selecting the connected user.Methods in org.springframework.data.neo4j.core with parameters of type UserSelectionProviderModifier and TypeMethodDescriptionNeo4jClient.Builder.withUserSelectionProvider(@Nullable UserSelectionProvider userSelectionProvider) Configures a provider for impersonated users. -
Uses of UserSelectionProvider in org.springframework.data.neo4j.core.transaction
Methods in org.springframework.data.neo4j.core.transaction with parameters of type UserSelectionProviderModifier and TypeMethodDescriptionNeo4jTransactionManager.Builder.withUserSelectionProvider(@Nullable UserSelectionProvider userSelectionProvider) Configures a provider for impersonated users.