public abstract class AbstractCommonAuthentication extends AbstractAuthentication implements CommonAuthentication
isRoot
构造器和说明 |
---|
AbstractCommonAuthentication() |
限定符和类型 | 方法和说明 |
---|---|
java.lang.Object |
getCredentials()
获取密码
|
java.lang.Object |
getPrincipal()
获取用户名
|
equals, getAuthorities, getRole, isAuthenticated, isRoot, setAuthenticated, setAuthorities, setRoot, toString
getPassWord, getUserName
getRole
getAuthorities, isAuthenticated, isRoot, setAuthenticated, setAuthorities, setPrincipal, setRoot
public java.lang.Object getPrincipal()
AuthenticationBridge
getPrincipal
在接口中 AuthenticationBridge
public java.lang.Object getCredentials()
AuthenticationBridge
getCredentials
在接口中 AuthenticationBridge