public static class Neo4jProperties.Security extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Neo4jProperties.Security.TrustStrategy |
Constructor and Description |
---|
Security() |
Modifier and Type | Method and Description |
---|---|
File |
getCertFile() |
Neo4jProperties.Security.TrustStrategy |
getTrustStrategy() |
boolean |
isEncrypted() |
boolean |
isHostnameVerificationEnabled() |
void |
setCertFile(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 File getCertFile()
public void setCertFile(File certFile)
public boolean isHostnameVerificationEnabled()
public void setHostnameVerificationEnabled(boolean hostnameVerificationEnabled)