类 Neo4jProperties.Authentication
java.lang.Object
org.springframework.boot.autoconfigure.neo4j.Neo4jProperties.Authentication
- 封闭类:
Neo4jProperties
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getRealm()
void
setKerberosTicket
(String kerberosTicket) void
setPassword
(String password) void
void
setUsername
(String username)
-
构造器详细资料
-
Authentication
public Authentication()
-
-
方法详细资料
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getRealm
-
setRealm
-
getKerberosTicket
-
setKerberosTicket
-