クラス Neo4jProperties.Security

java.lang.ObjectSE
org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Security
含まれているクラス:
Neo4jProperties

public static class Neo4jProperties.Security extends ObjectSE
導入:
4.0.0
作成者:
Michael J. Simons, Stephane Nicoll
  • コンストラクターの詳細

    • Security

      public Security()
  • メソッドの詳細

    • isEncrypted

      public boolean isEncrypted()
    • setEncrypted

      public void setEncrypted(boolean encrypted)
    • getTrustStrategy

      public Neo4jProperties.Security.TrustStrategy getTrustStrategy()
    • setTrustStrategy

      public void setTrustStrategy(Neo4jProperties.Security.TrustStrategy trustStrategy)
    • getCertFile

      public @Nullable FileSE getCertFile()
    • setCertFile

      public void setCertFile(@Nullable FileSE certFile)
    • isHostnameVerificationEnabled

      public boolean isHostnameVerificationEnabled()
    • setHostnameVerificationEnabled

      public void setHostnameVerificationEnabled(boolean hostnameVerificationEnabled)