クラス Neo4jProperties.Security
java.lang.ObjectSE
org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Security
- 含まれているクラス:
Neo4jProperties
- 導入:
- 4.0.0
- 作成者:
- Michael J. Simons, Stephane Nicoll
ネストされたクラスの要約
ネストされたクラスコンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明@Nullable FileSEbooleanbooleanvoidsetCertFile(@Nullable FileSE certFile) voidsetEncrypted(boolean encrypted) voidsetHostnameVerificationEnabled(boolean hostnameVerificationEnabled) voidsetTrustStrategy(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)