类 MyGrantedAuthority
- java.lang.Object
-
- cn.bbwres.biscuit.security.oauth2.vo.MyGrantedAuthority
-
- 所有已实现的接口:
Serializable,org.springframework.security.core.GrantedAuthority
public class MyGrantedAuthority extends Object implements org.springframework.security.core.GrantedAuthority
系统权限信息- 作者:
- zhanglinfeng
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 MyGrantedAuthority()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetAuthority()StringgetRoleCode()StringgetRoleId()MyGrantedAuthoritysetRoleCode(String roleCode)MyGrantedAuthoritysetRoleId(String roleId)
-
-
-
方法详细资料
-
getAuthority
public String getAuthority()
- 指定者:
getAuthority在接口中org.springframework.security.core.GrantedAuthority
-
getRoleCode
public String getRoleCode()
-
setRoleCode
public MyGrantedAuthority setRoleCode(String roleCode)
-
getRoleId
public String getRoleId()
-
setRoleId
public MyGrantedAuthority setRoleId(String roleId)
-
-