クラス Neo4jProperties.Authentication

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

public static class Neo4jProperties.Authentication extends ObjectSE
  • コンストラクターの詳細

    • Authentication

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

    • getUsername

      public StringSE getUsername()
    • setUsername

      public void setUsername(StringSE username)
    • getPassword

      public StringSE getPassword()
    • setPassword

      public void setPassword(StringSE password)
    • getRealm

      public StringSE getRealm()
    • setRealm

      public void setRealm(StringSE realm)
    • getKerberosTicket

      public StringSE getKerberosTicket()
    • setKerberosTicket

      public void setKerberosTicket(StringSE kerberosTicket)