类 ClientAuthPluginManager
java.lang.Object
com.alibaba.nacos.plugin.auth.spi.client.ClientAuthPluginManager
- 所有已实现的接口:
Closeable
ClientAuthService classLoader.
- 作者:
- wuyfee
-
字段概要
字段修饰符和类型字段说明private final Set<ClientAuthService> The relationship of context type andClientAuthService.private static final org.slf4j.Logger -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明get all ClientAuthService instance.voidinit(List<String> serverList, NacosRestTemplate nacosRestTemplate) init ClientAuthService.voidrefreshServerList(List<String> serverList) refresh ClientAuthService server list.voidshutdown()
-
字段详细资料
-
LOGGER
private static final org.slf4j.Logger LOGGER -
clientAuthServiceHashSet
The relationship of context type andClientAuthService.
-
-
构造器详细资料
-
ClientAuthPluginManager
public ClientAuthPluginManager()
-
-
方法详细资料
-
init
init ClientAuthService. -
refreshServerList
refresh ClientAuthService server list.- 参数:
serverList- the new server list.
-
getAuthServiceSpiImplSet
get all ClientAuthService instance.- 返回:
- ClientAuthService Set.
-
shutdown
public void shutdown() throws com.alibaba.nacos.api.exception.NacosException
-