类 ClientAuthPluginManager

java.lang.Object
com.alibaba.nacos.plugin.auth.spi.client.ClientAuthPluginManager
所有已实现的接口:
Closeable

public class ClientAuthPluginManager extends Object implements Closeable
ClientAuthService classLoader.
作者:
wuyfee
  • 字段详细资料

    • LOGGER

      private static final org.slf4j.Logger LOGGER
    • clientAuthServiceHashSet

      private final Set<ClientAuthService> clientAuthServiceHashSet
      The relationship of context type and ClientAuthService.
  • 构造器详细资料

    • ClientAuthPluginManager

      public ClientAuthPluginManager()
  • 方法详细资料

    • init

      public void init(List<String> serverList, NacosRestTemplate nacosRestTemplate)
      init ClientAuthService.
    • refreshServerList

      public void refreshServerList(List<String> serverList)
      refresh ClientAuthService server list.
      参数:
      serverList - the new server list.
    • getAuthServiceSpiImplSet

      public Set<ClientAuthService> getAuthServiceSpiImplSet()
      get all ClientAuthService instance.
      返回:
      ClientAuthService Set.
    • shutdown

      public void shutdown() throws com.alibaba.nacos.api.exception.NacosException
      指定者:
      shutdown 在接口中 Closeable
      抛出:
      com.alibaba.nacos.api.exception.NacosException