public abstract class FSAuthentication extends AbstractCommonAuthentication implements java.io.Serializable
isRoot
构造器和说明 |
---|
FSAuthentication() |
限定符和类型 | 方法和说明 |
---|---|
abstract UserInfo |
getUserInfo() |
abstract boolean |
isRoot()
登陆系统的是不是管理员
|
getCredentials, getPrincipal
equals, getAuthorities, getRole, isAuthenticated, setAuthenticated, setAuthorities, setRoot, toString
getPassWord, getUserName
getRole
getAuthorities, isAuthenticated, setAuthenticated, setAuthorities, setPrincipal, setRoot
public abstract UserInfo getUserInfo()
public abstract boolean isRoot()
isRoot
在接口中 AuthenticationBridge
isRoot
在类中 AbstractAuthentication