类 AbstractClientAuthService
java.lang.Object
com.alibaba.nacos.plugin.auth.spi.client.AbstractClientAuthService
- 所有已实现的接口:
Closeable,ClientAuthService
Client auth services SPI.
- 作者:
- Nacos
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidsetNacosRestTemplate(NacosRestTemplate nacosRestTemplate) http request template.voidsetServerList(List<String> serverList) set login serverList.从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 com.alibaba.nacos.plugin.auth.spi.client.ClientAuthService
getLoginIdentityContext, login
-
字段详细资料
-
serverList
-
nacosRestTemplate
-
-
构造器详细资料
-
AbstractClientAuthService
public AbstractClientAuthService()
-
-
方法详细资料
-
setServerList
从接口复制的说明:ClientAuthServiceset login serverList.- 指定者:
setServerList在接口中ClientAuthService- 参数:
serverList- login server list;
-
setNacosRestTemplate
从接口复制的说明:ClientAuthServicehttp request template.- 指定者:
setNacosRestTemplate在接口中ClientAuthService- 参数:
nacosRestTemplate- nacos http request template.
-