Class Neo4jProperties.Security
java.lang.Object
org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
- Enclosing class:
- Neo4jProperties
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
void
setCertFile
(File certFile) void
setEncrypted
(boolean encrypted) void
setHostnameVerificationEnabled
(boolean hostnameVerificationEnabled) void
setTrustStrategy
(Neo4jProperties.Security.TrustStrategy trustStrategy)
-
Constructor Details
-
Security
public Security()
-
-
Method Details
-
isEncrypted
public boolean isEncrypted() -
setEncrypted
public void setEncrypted(boolean encrypted) -
getTrustStrategy
-
setTrustStrategy
-
getCertFile
-
setCertFile
-
isHostnameVerificationEnabled
public boolean isHostnameVerificationEnabled() -
setHostnameVerificationEnabled
public void setHostnameVerificationEnabled(boolean hostnameVerificationEnabled)
-