类 Neo4jProperties.Security
java.lang.Object
org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Security
- 封闭类:
Neo4jProperties
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean
boolean
void
setCertFile
(File certFile) void
setEncrypted
(boolean encrypted) void
setHostnameVerificationEnabled
(boolean hostnameVerificationEnabled) void
setTrustStrategy
(Neo4jProperties.Security.TrustStrategy trustStrategy)
-
构造器详细资料
-
Security
public Security()
-
-
方法详细资料
-
isEncrypted
public boolean isEncrypted() -
setEncrypted
public void setEncrypted(boolean encrypted) -
getTrustStrategy
-
setTrustStrategy
-
getCertFile
-
setCertFile
-
isHostnameVerificationEnabled
public boolean isHostnameVerificationEnabled() -
setHostnameVerificationEnabled
public void setHostnameVerificationEnabled(boolean hostnameVerificationEnabled)
-