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, toStringgetPassWord, getUserNamegetRolegetAuthorities, isAuthenticated, isRoot, setAuthenticated, setAuthorities, setPrincipal, setRootpublic java.lang.Object getPrincipal()
AuthenticationBridgegetPrincipal 在接口中 AuthenticationBridgepublic java.lang.Object getCredentials()
AuthenticationBridgegetCredentials 在接口中 AuthenticationBridge