Package | Description |
---|---|
org.springframework.boot.autoconfigure.neo4j |
Auto-configuration for Neo4j.
|
Modifier and Type | Method and Description |
---|---|
Neo4jProperties.Security.TrustStrategy |
Neo4jProperties.Security.getTrustStrategy() |
static Neo4jProperties.Security.TrustStrategy |
Neo4jProperties.Security.TrustStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Neo4jProperties.Security.TrustStrategy[] |
Neo4jProperties.Security.TrustStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Neo4jProperties.Security.setTrustStrategy(Neo4jProperties.Security.TrustStrategy trustStrategy) |