public static class Neo4jProperties.Security
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Neo4jProperties.Security.TrustStrategy |
| Constructor and Description |
|---|
Security() |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
getCertFile() |
Neo4jProperties.Security.TrustStrategy |
getTrustStrategy() |
boolean |
isEncrypted() |
boolean |
isHostnameVerificationEnabled() |
void |
setCertFile(java.io.File certFile) |
void |
setEncrypted(boolean encrypted) |
void |
setHostnameVerificationEnabled(boolean hostnameVerificationEnabled) |
void |
setTrustStrategy(Neo4jProperties.Security.TrustStrategy trustStrategy) |
public boolean isEncrypted()
public void setEncrypted(boolean encrypted)
public Neo4jProperties.Security.TrustStrategy getTrustStrategy()
public void setTrustStrategy(Neo4jProperties.Security.TrustStrategy trustStrategy)
public java.io.File getCertFile()
public void setCertFile(java.io.File certFile)
public boolean isHostnameVerificationEnabled()
public void setHostnameVerificationEnabled(boolean hostnameVerificationEnabled)