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