Uses of Enum
org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security.TrustStrategy
Packages that use Neo4jProperties.Security.TrustStrategy
-
Uses of Neo4jProperties.Security.TrustStrategy in org.springframework.boot.autoconfigure.neo4j
Methods in org.springframework.boot.autoconfigure.neo4j that return Neo4jProperties.Security.TrustStrategyModifier and TypeMethodDescriptionNeo4jProperties.Security.getTrustStrategy()
Returns the enum constant of this type with the specified name.Neo4jProperties.Security.TrustStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.boot.autoconfigure.neo4j with parameters of type Neo4jProperties.Security.TrustStrategyModifier and TypeMethodDescriptionvoid
Neo4jProperties.Security.setTrustStrategy
(Neo4jProperties.Security.TrustStrategy trustStrategy)