Class Neo4jProperties.Authentication

java.lang.Object
org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Authentication
Enclosing class:
Neo4jProperties

public static class Neo4jProperties.Authentication extends Object
Since:
4.0.0
Author:
Michael J. Simons, Stephane Nicoll
  • Constructor Details

    • Authentication

      public Authentication()
  • Method Details

    • getUsername

      public @Nullable String getUsername()
    • setUsername

      public void setUsername(@Nullable String username)
    • getPassword

      public @Nullable String getPassword()
    • setPassword

      public void setPassword(@Nullable String password)
    • getRealm

      public @Nullable String getRealm()
    • setRealm

      public void setRealm(@Nullable String realm)
    • getKerberosTicket

      public @Nullable String getKerberosTicket()
    • setKerberosTicket

      public void setKerberosTicket(@Nullable String kerberosTicket)