Class Neo4jProperties.Authentication
java.lang.Object
org.springframework.boot.neo4j.autoconfigure.Neo4jProperties.Authentication
- Enclosing class:
Neo4jProperties
- Since:
- 4.0.0
- Author:
- Michael J. Simons, Stephane Nicoll
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable String@Nullable String@Nullable StringgetRealm()@Nullable StringvoidsetKerberosTicket(@Nullable String kerberosTicket) voidsetPassword(@Nullable String password) voidvoidsetUsername(@Nullable String username)
-
Constructor Details
-
Authentication
public Authentication()
-
-
Method Details
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getRealm
-
setRealm
-
getKerberosTicket
-
setKerberosTicket
-