Class Neo4jProperties.Authentication
java.lang.Object
org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
- Enclosing class:
- Neo4jProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRealm()
void
setKerberosTicket
(String kerberosTicket) void
setPassword
(String password) void
void
setUsername
(String username)
-
Constructor Details
-
Authentication
public Authentication()
-
-
Method Details
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getRealm
-
setRealm
-
getKerberosTicket
-
setKerberosTicket
-