您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
A
B
C
E
F
G
I
L
N
P
R
S
T
V
X
A
AbstractClientAuthService
-
com.alibaba.nacos.plugin.auth.spi.client
中的类
Client auth services SPI.
AbstractClientAuthService()
- 类 的构造器com.alibaba.nacos.plugin.auth.spi.client.
AbstractClientAuthService
AccessException
-
com.alibaba.nacos.plugin.auth.exception
中的异常错误
Exception to be thrown if authorization is failed.
AccessException()
- 异常错误 的构造器com.alibaba.nacos.plugin.auth.exception.
AccessException
AccessException(int)
- 异常错误 的构造器com.alibaba.nacos.plugin.auth.exception.
AccessException
AccessException(String)
- 异常错误 的构造器com.alibaba.nacos.plugin.auth.exception.
AccessException
ACTION
- 类 中的静态变量com.alibaba.nacos.plugin.auth.constant.
Constants.Resource
ActionTypes
-
com.alibaba.nacos.plugin.auth.constant
中的枚举
Resource action type definitions.
ANY
- 类 中的静态变量com.alibaba.nacos.plugin.auth.constant.
Constants.Resource
Auth()
- 类 的构造器com.alibaba.nacos.plugin.auth.constant.
Constants.Auth
AuthPluginManager
-
com.alibaba.nacos.plugin.auth.spi.server
中的类
Load Plugins.
AuthPluginService
-
com.alibaba.nacos.plugin.auth.spi.server
中的接口
Auth service.
B
build()
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
RequestResource.Builder
Build request resource.
Builder()
- 类 的构造器com.alibaba.nacos.plugin.auth.api.
RequestResource.Builder
C
ClientAuthPluginManager
-
com.alibaba.nacos.plugin.auth.spi.client
中的类
ClientAuthService classLoader.
ClientAuthPluginManager()
- 类 的构造器com.alibaba.nacos.plugin.auth.spi.client.
ClientAuthPluginManager
ClientAuthService
-
com.alibaba.nacos.plugin.auth.spi.client
中的接口
Client AuthService.
com.alibaba.nacos.plugin.auth.api
- 程序包 com.alibaba.nacos.plugin.auth.api
com.alibaba.nacos.plugin.auth.constant
- 程序包 com.alibaba.nacos.plugin.auth.constant
com.alibaba.nacos.plugin.auth.exception
- 程序包 com.alibaba.nacos.plugin.auth.exception
com.alibaba.nacos.plugin.auth.spi.client
- 程序包 com.alibaba.nacos.plugin.auth.spi.client
com.alibaba.nacos.plugin.auth.spi.server
- 程序包 com.alibaba.nacos.plugin.auth.spi.server
CONFIG
- 类 中的静态变量com.alibaba.nacos.plugin.auth.constant.
SignType
configBuilder()
- 类 中的静态方法com.alibaba.nacos.plugin.auth.api.
RequestResource
Create new config request resource builder.
CONSOLE
- 类 中的静态变量com.alibaba.nacos.plugin.auth.constant.
SignType
Constants
-
com.alibaba.nacos.plugin.auth.constant
中的类
All the constants.
Constants()
- 类 的构造器com.alibaba.nacos.plugin.auth.constant.
Constants
Constants.Auth
-
com.alibaba.nacos.plugin.auth.constant
中的类
Constants.Identity
-
com.alibaba.nacos.plugin.auth.constant
中的类
Constants.Resource
-
com.alibaba.nacos.plugin.auth.constant
中的类
E
EMPTY_RESOURCE
- 类 中的静态变量com.alibaba.nacos.plugin.auth.api.
Resource
enableAuth(ActionTypes, String)
- 接口 中的方法com.alibaba.nacos.plugin.auth.spi.server.
AuthPluginService
Judgement whether this plugin enable auth for this action and type.
F
findAuthServiceSpiImpl(String)
- 类 中的方法com.alibaba.nacos.plugin.auth.spi.server.
AuthPluginManager
get AuthPluginService instance which AuthPluginService.getType() is type.
G
getAction()
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
Permission
getAllKey()
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
LoginIdentityContext
get all keys of param map.
getAuthServiceName()
- 接口 中的方法com.alibaba.nacos.plugin.auth.spi.server.
AuthPluginService
AuthPluginService Name which for conveniently find AuthPluginService instance.
getAuthServiceSpiImplSet()
- 类 中的方法com.alibaba.nacos.plugin.auth.spi.client.
ClientAuthPluginManager
get all ClientAuthService instance.
getGroup()
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
RequestResource
getGroup()
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
Resource
getInstance()
- 类 中的静态方法com.alibaba.nacos.plugin.auth.spi.server.
AuthPluginManager
getLoginIdentityContext(RequestResource)
- 接口 中的方法com.alibaba.nacos.plugin.auth.spi.client.
ClientAuthService
get login identity context.
getName()
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
Resource
getNamespace()
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
RequestResource
getNamespaceId()
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
Resource
getParameter(String)
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
IdentityContext
get key from context.
getParameter(String, T)
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
IdentityContext
Get identity by key.
getParameter(String)
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
LoginIdentityContext
get key from context.
getProperties()
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
Resource
getResource()
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
Permission
getResource()
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
RequestResource
getType()
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
RequestResource
getType()
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
Resource
I
Identity()
- 类 的构造器com.alibaba.nacos.plugin.auth.constant.
Constants.Identity
IDENTITY_CONTEXT
- 类 中的静态变量com.alibaba.nacos.plugin.auth.constant.
Constants.Identity
IDENTITY_ID
- 类 中的静态变量com.alibaba.nacos.plugin.auth.constant.
Constants.Identity
IdentityContext
-
com.alibaba.nacos.plugin.auth.api
中的类
Identity Context.
IdentityContext()
- 类 的构造器com.alibaba.nacos.plugin.auth.api.
IdentityContext
identityNames()
- 接口 中的方法com.alibaba.nacos.plugin.auth.spi.server.
AuthPluginService
Define which identity information needed from request. e.q: username, password, accessToken.
init(List<String>, NacosRestTemplate)
- 类 中的方法com.alibaba.nacos.plugin.auth.spi.client.
ClientAuthPluginManager
init ClientAuthService.
isLoginEnabled()
- 接口 中的方法com.alibaba.nacos.plugin.auth.spi.server.
AuthPluginService
Is the plugin enable login.
L
login(Properties)
- 接口 中的方法com.alibaba.nacos.plugin.auth.spi.client.
ClientAuthService
login(request) to service and get response.
LoginIdentityContext
-
com.alibaba.nacos.plugin.auth.api
中的类
Login identity context.
LoginIdentityContext()
- 类 的构造器com.alibaba.nacos.plugin.auth.api.
LoginIdentityContext
N
NACOS_CORE_AUTH_CACHING_ENABLED
- 类 中的静态变量com.alibaba.nacos.plugin.auth.constant.
Constants.Auth
NACOS_CORE_AUTH_ENABLE_USER_AGENT_AUTH_WHITE
- 类 中的静态变量com.alibaba.nacos.plugin.auth.constant.
Constants.Auth
NACOS_CORE_AUTH_ENABLED
- 类 中的静态变量com.alibaba.nacos.plugin.auth.constant.
Constants.Auth
NACOS_CORE_AUTH_SERVER_IDENTITY_KEY
- 类 中的静态变量com.alibaba.nacos.plugin.auth.constant.
Constants.Auth
NACOS_CORE_AUTH_SERVER_IDENTITY_VALUE
- 类 中的静态变量com.alibaba.nacos.plugin.auth.constant.
Constants.Auth
NACOS_CORE_AUTH_SYSTEM_TYPE
- 类 中的静态变量com.alibaba.nacos.plugin.auth.constant.
Constants.Auth
nacosRestTemplate
- 类 中的变量com.alibaba.nacos.plugin.auth.spi.client.
AbstractClientAuthService
NAMING
- 类 中的静态变量com.alibaba.nacos.plugin.auth.constant.
SignType
namingBuilder()
- 类 中的静态方法com.alibaba.nacos.plugin.auth.api.
RequestResource
Create new naming request resource builder.
P
Permission
-
com.alibaba.nacos.plugin.auth.api
中的类
Permission to auth.
Permission()
- 类 的构造器com.alibaba.nacos.plugin.auth.api.
Permission
Permission(Resource, String)
- 类 的构造器com.alibaba.nacos.plugin.auth.api.
Permission
R
REMOTE_IP
- 类 中的静态变量com.alibaba.nacos.plugin.auth.constant.
Constants.Identity
REQUEST_CLASS
- 类 中的静态变量com.alibaba.nacos.plugin.auth.constant.
Constants.Resource
RequestResource
-
com.alibaba.nacos.plugin.auth.api
中的类
Request resources.
RequestResource()
- 类 的构造器com.alibaba.nacos.plugin.auth.api.
RequestResource
RequestResource.Builder
-
com.alibaba.nacos.plugin.auth.api
中的类
Resource
-
com.alibaba.nacos.plugin.auth.api
中的类
Resource used in authorization.
Resource(String, String, String, String, Properties)
- 类 的构造器com.alibaba.nacos.plugin.auth.api.
Resource
Resource()
- 类 的构造器com.alibaba.nacos.plugin.auth.constant.
Constants.Resource
S
serverList
- 类 中的变量com.alibaba.nacos.plugin.auth.spi.client.
AbstractClientAuthService
setAction(String)
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
Permission
setGroup(String)
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
RequestResource.Builder
setGroup(String)
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
RequestResource
setNacosRestTemplate(NacosRestTemplate)
- 类 中的方法com.alibaba.nacos.plugin.auth.spi.client.
AbstractClientAuthService
setNacosRestTemplate(NacosRestTemplate)
- 接口 中的方法com.alibaba.nacos.plugin.auth.spi.client.
ClientAuthService
http request template.
setNamespace(String)
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
RequestResource.Builder
setNamespace(String)
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
RequestResource
setParameter(String, Object)
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
IdentityContext
put key and value to param.
setParameter(String, String)
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
LoginIdentityContext
put key and value to param.
setParameters(Map<String, String>)
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
LoginIdentityContext
put all parameters from Map.
setResource(Resource)
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
Permission
setResource(String)
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
RequestResource.Builder
setResource(String)
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
RequestResource
setServerList(List<String>)
- 类 中的方法com.alibaba.nacos.plugin.auth.spi.client.
AbstractClientAuthService
setServerList(List<String>)
- 接口 中的方法com.alibaba.nacos.plugin.auth.spi.client.
ClientAuthService
set login serverList.
setType(String)
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
RequestResource.Builder
setType(String)
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
RequestResource
shutdown()
- 类 中的方法com.alibaba.nacos.plugin.auth.spi.client.
ClientAuthPluginManager
SignType
-
com.alibaba.nacos.plugin.auth.constant
中的类
Auth sign type.
SignType()
- 类 的构造器com.alibaba.nacos.plugin.auth.constant.
SignType
SPECIFIED
- 类 中的静态变量com.alibaba.nacos.plugin.auth.constant.
SignType
SPLITTER
- 类 中的静态变量com.alibaba.nacos.plugin.auth.constant.
Constants.Resource
T
toString()
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
Permission
toString()
- 类 中的方法com.alibaba.nacos.plugin.auth.api.
Resource
toString()
- 枚举 中的方法com.alibaba.nacos.plugin.auth.constant.
ActionTypes
V
validateAuthority(IdentityContext, Permission)
- 接口 中的方法com.alibaba.nacos.plugin.auth.spi.server.
AuthPluginService
Validate the identity whether has the resource authority.
validateIdentity(IdentityContext, Resource)
- 接口 中的方法com.alibaba.nacos.plugin.auth.spi.server.
AuthPluginService
To validate whether the identity context from request is legal or illegal.
valueOf(String)
- 枚举 中的静态方法com.alibaba.nacos.plugin.auth.constant.
ActionTypes
返回带有指定名称的该类型的枚举常量。
values()
- 枚举 中的静态方法com.alibaba.nacos.plugin.auth.constant.
ActionTypes
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
X
X_REAL_IP
- 类 中的静态变量com.alibaba.nacos.plugin.auth.constant.
Constants.Identity
A
B
C
E
F
G
I
L
N
P
R
S
T
V
X
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
上一个
下一个
框架
无框架
所有类
Copyright © 2018–2023
Alibaba Group
. All rights reserved.