クラス Neo4jProperties.Authentication

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

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

    • Authentication

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

    • getUsername

      public @Nullable StringSE getUsername()
    • setUsername

      public void setUsername(@Nullable StringSE username)
    • getPassword

      public @Nullable StringSE getPassword()
    • setPassword

      public void setPassword(@Nullable StringSE password)
    • getRealm

      public @Nullable StringSE getRealm()
    • setRealm

      public void setRealm(@Nullable StringSE realm)
    • getKerberosTicket

      public @Nullable StringSE getKerberosTicket()
    • setKerberosTicket

      public void setKerberosTicket(@Nullable StringSE kerberosTicket)