类 AbstractCachedRoleService

java.lang.Object
com.alibaba.nacos.plugin.auth.impl.roles.AbstractCachedRoleService
所有已实现的接口:
NacosRoleService
直接已知子类:
AbstractCheckedRoleService

public abstract class AbstractCachedRoleService extends Object implements NacosRoleService
Nacos abstract cached role service.
作者:
xiweng.yy
  • 字段详细资料

  • 构造器详细资料

    • AbstractCachedRoleService

      public AbstractCachedRoleService()
  • 方法详细资料

    • getCachedRoleSet

      protected Set<String> getCachedRoleSet()
    • getCachedRoleInfoMap

      protected Map<String,List<RoleInfo>> getCachedRoleInfoMap()
    • getCachedPermissionInfoMap

      protected Map<String,List<PermissionInfo>> getCachedPermissionInfoMap()
    • reload

      @Scheduled(initialDelay=5000L, fixedDelay=15000L) protected void reload()