Uses of Class
io.helidon.integrations.neo4j.Neo4j.Builder.TrustStrategy
-
Packages that use Neo4j.Builder.TrustStrategy Package Description io.helidon.integrations.neo4j Neo4j integrations for Helidon. -
-
Uses of Neo4j.Builder.TrustStrategy in io.helidon.integrations.neo4j
Methods in io.helidon.integrations.neo4j that return Neo4j.Builder.TrustStrategy Modifier and Type Method Description static Neo4j.Builder.TrustStrategy
Neo4j.Builder.TrustStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static Neo4j.Builder.TrustStrategy[]
Neo4j.Builder.TrustStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.helidon.integrations.neo4j with parameters of type Neo4j.Builder.TrustStrategy Modifier and Type Method Description Neo4j.Builder
Neo4j.Builder. trustStrategy(Neo4j.Builder.TrustStrategy strategy)
Set trust strategy.
-