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 String
getRealm()
@Nullable String
void
setKerberosTicket
(@Nullable String kerberosTicket) void
setPassword
(@Nullable String password) void
void
setUsername
(@Nullable String username)
-
Constructor Details
-
Authentication
public Authentication()
-
-
Method Details
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getRealm
-
setRealm
-
getKerberosTicket
-
setKerberosTicket
-