public abstract class AbstractFSAuthentication extends FSAuthentication implements java.io.Serializable
isRoot| 构造器和说明 |
|---|
AbstractFSAuthentication() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
boolean |
isRoot()
登陆FS系统的是不是管理员
|
void |
setRoot(boolean isRoot)
设置是否为root用户认证
|
java.lang.String |
toString()
转化为字符串
|
getUserInfogetCredentials, getPrincipalgetAuthorities, getRole, isAuthenticated, setAuthenticated, setAuthoritiesgetPassWord, getUserNamegetRolegetAuthorities, isAuthenticated, setAuthenticated, setAuthorities, setPrincipalpublic boolean isRoot()
isRoot 在接口中 AuthenticationBridgeisRoot 在类中 FSAuthenticationpublic void setRoot(boolean isRoot)
AbstractAuthenticationsetRoot 在接口中 AuthenticationBridgesetRoot 在类中 AbstractAuthenticationisRoot - true表示是root账户,false表示不是root账户public boolean equals(java.lang.Object obj)
equals 在类中 AbstractAuthenticationpublic java.lang.String toString()
toString 在类中 AbstractAuthentication