类 GrantedAuthority
java.lang.Object
cn.nkpro.elcube.security.bo.GrantedAuthority
- 所有已实现的接口:
Serializable,Comparable<GrantedAuthority>,org.springframework.security.core.GrantedAuthority
public class GrantedAuthority
extends Object
implements org.springframework.security.core.GrantedAuthority, Comparable<GrantedAuthority>
- 另请参阅:
- 序列化表格
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明intvoidparseSubPerm(String subResource)voidsetDocType(String var0)voidsetPermOperate(String permOperate)voidsetPermResource(String permResource)toString()从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 org.springframework.security.core.GrantedAuthority
getAuthority
-
字段详细资料
-
LEVEL_SINGLE
-
LEVEL_MULTIPLE
-
LEVEL_ALL
-
LEVEL_SUPER
-
LEVEL_LIMIT
-
-
构造器详细资料
-
GrantedAuthority
public GrantedAuthority()
-
-
方法详细资料
-
getDocType
-
setDocType
-
parseSubPerm
-
setPermResource
-
setPermOperate
-
compareTo
- 指定者:
compareTo在接口中Comparable<GrantedAuthority>
-
toString
-