Class Neo4jProperties.Authentication

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

public static class Neo4jProperties.Authentication extends Object
  • Constructor Details

    • Authentication

      public Authentication()
  • Method Details

    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • getRealm

      public String getRealm()
    • setRealm

      public void setRealm(String realm)
    • getKerberosTicket

      public String getKerberosTicket()
    • setKerberosTicket

      public void setKerberosTicket(String kerberosTicket)