类 AbstractCachedRoleService
java.lang.Object
com.alibaba.nacos.plugin.auth.impl.roles.AbstractCachedRoleService
- 所有已实现的接口:
NacosRoleService
- 直接已知子类:
AbstractCheckedRoleService
Nacos abstract cached role service.
- 作者:
- xiweng.yy
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.alibaba.nacos.plugin.auth.impl.roles.NacosRoleService
addAdminRole, addPermission, addRole, deletePermission, deleteRole, deleteRole, findPermissions, findRoleNames, findRoles, getAllRoles, getPermissions, getPermissions, getRoles, getRoles, hasGlobalAdminRole, hasGlobalAdminRole, hasPermission, isDuplicatePermission
-
字段详细资料
-
DEFAULT_PAGE_NO
protected static final int DEFAULT_PAGE_NO- 另请参阅:
-
roleSet
-
roleInfoMap
-
permissionInfoMap
-
-
构造器详细资料
-
AbstractCachedRoleService
public AbstractCachedRoleService()
-
-
方法详细资料
-
getCachedRoleSet
-
getCachedRoleInfoMap
-
getCachedPermissionInfoMap
-
reload
@Scheduled(initialDelay=5000L, fixedDelay=15000L) protected void reload()
-