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()
转化为字符串
|
getUserInfo
getCredentials, getPrincipal
getAuthorities, getRole, isAuthenticated, setAuthenticated, setAuthorities
getPassWord, getUserName
getRole
getAuthorities, isAuthenticated, setAuthenticated, setAuthorities, setPrincipal
public boolean isRoot()
isRoot
在接口中 AuthenticationBridge
isRoot
在类中 FSAuthentication
public void setRoot(boolean isRoot)
AbstractAuthentication
setRoot
在接口中 AuthenticationBridge
setRoot
在类中 AbstractAuthentication
isRoot
- true表示是root账户,false表示不是root账户public boolean equals(java.lang.Object obj)
equals
在类中 AbstractAuthentication
public java.lang.String toString()
toString
在类中 AbstractAuthentication