A C D E G I K L N O P R S T U V W 
所有类 所有程序包

A

AccessException - com.alibaba.nacos.auth.exception中的异常错误
Exception to be thrown if authorization is failed.
AccessException() - 异常错误 的构造器com.alibaba.nacos.auth.exception.AccessException
 
AccessException(int) - 异常错误 的构造器com.alibaba.nacos.auth.exception.AccessException
 
AccessException(String) - 异常错误 的构造器com.alibaba.nacos.auth.exception.AccessException
 
action - 枚举 中的变量com.alibaba.nacos.auth.common.ActionTypes
 
action - 类 中的变量com.alibaba.nacos.auth.model.Permission
Action on resource, refer to class ActionTypes.
action() - 注释类型 中的方法com.alibaba.nacos.auth.annotation.Secured
The action type of the request.
ActionTypes - com.alibaba.nacos.auth.common中的枚举
Resource action type definitions.
ActionTypes(String) - 枚举 的构造器com.alibaba.nacos.auth.common.ActionTypes
 
addIdentityToHeader(Header) - 类 中的静态方法com.alibaba.nacos.auth.util.AuthHeaderUtil
Add identity info to Http header.
ANY - 类 中的静态变量com.alibaba.nacos.auth.model.Resource
 
auth(Permission, User) - 接口 中的方法com.alibaba.nacos.auth.AuthManager
Authorization of request, constituted with resource and user.
AuthConfigs - com.alibaba.nacos.auth.common中的类
Auth related configurations.
AuthConfigs() - 类 的构造器com.alibaba.nacos.auth.common.AuthConfigs
 
authEnabled - 类 中的变量com.alibaba.nacos.auth.common.AuthConfigs
Whether auth enabled.
AuthHeaderUtil - com.alibaba.nacos.auth.util中的类
Auth header util.
AuthHeaderUtil() - 类 的构造器com.alibaba.nacos.auth.util.AuthHeaderUtil
 
AuthManager - com.alibaba.nacos.auth中的接口
Access control entry.
AuthSystemTypes - com.alibaba.nacos.auth.common中的枚举
Types of all auth implementations.
AuthSystemTypes() - 枚举 的构造器com.alibaba.nacos.auth.common.AuthSystemTypes
 

C

cachingEnabled - 类 中的静态变量com.alibaba.nacos.auth.common.AuthConfigs
 
com.alibaba.nacos.auth - 程序包 com.alibaba.nacos.auth
 
com.alibaba.nacos.auth.annotation - 程序包 com.alibaba.nacos.auth.annotation
 
com.alibaba.nacos.auth.common - 程序包 com.alibaba.nacos.auth.common
 
com.alibaba.nacos.auth.exception - 程序包 com.alibaba.nacos.auth.exception
 
com.alibaba.nacos.auth.model - 程序包 com.alibaba.nacos.auth.model
 
com.alibaba.nacos.auth.parser - 程序包 com.alibaba.nacos.auth.parser
 
com.alibaba.nacos.auth.util - 程序包 com.alibaba.nacos.auth.util
 

D

DefaultResourceParser - com.alibaba.nacos.auth.parser中的类
Default resource parser.
DefaultResourceParser() - 类 的构造器com.alibaba.nacos.auth.parser.DefaultResourceParser
 

E

enableUserAgentAuthWhite - 类 中的变量com.alibaba.nacos.auth.common.AuthConfigs
 

G

getAction() - 类 中的方法com.alibaba.nacos.auth.model.Permission
 
getKey() - 类 中的方法com.alibaba.nacos.auth.model.Resource
 
getNacosAuthSystemType() - 类 中的方法com.alibaba.nacos.auth.common.AuthConfigs
 
getResource() - 类 中的方法com.alibaba.nacos.auth.model.Permission
 
getSecretKeyBytes() - 类 中的方法com.alibaba.nacos.auth.common.AuthConfigs
 
getServerIdentityKey() - 类 中的方法com.alibaba.nacos.auth.common.AuthConfigs
 
getServerIdentityValue() - 类 中的方法com.alibaba.nacos.auth.common.AuthConfigs
 
getTokenValidityInSeconds() - 类 中的方法com.alibaba.nacos.auth.common.AuthConfigs
 
getUserName() - 类 中的方法com.alibaba.nacos.auth.model.User
 

I

isAuthEnabled() - 类 中的方法com.alibaba.nacos.auth.common.AuthConfigs
auth function is open.
isCachingEnabled() - 类 中的方法com.alibaba.nacos.auth.common.AuthConfigs
Whether permission information can be cached.
isEnableUserAgentAuthWhite() - 类 中的方法com.alibaba.nacos.auth.common.AuthConfigs
 

K

key - 类 中的变量com.alibaba.nacos.auth.model.Resource
The unique key of resource.

L

LDAP - com.alibaba.nacos.auth.common.AuthSystemTypes
LDAP.
LOGGER - 类 中的静态变量com.alibaba.nacos.auth.common.AuthConfigs
 
login(Object) - 接口 中的方法com.alibaba.nacos.auth.AuthManager
Authentication of request, identify the user who request the resource.
loginRemote(Object) - 接口 中的方法com.alibaba.nacos.auth.AuthManager
Authentication of request, identify the user who request the resource.

N

NACOS - com.alibaba.nacos.auth.common.AuthSystemTypes
Nacos builtin auth system.
nacosAuthSystemType - 类 中的变量com.alibaba.nacos.auth.common.AuthConfigs
Which auth system is in use.

O

onEvent(ServerConfigChangeEvent) - 类 中的方法com.alibaba.nacos.auth.common.AuthConfigs
 

P

parseName() - 类 中的方法com.alibaba.nacos.auth.model.Resource
 
parseName(Object) - 类 中的方法com.alibaba.nacos.auth.parser.DefaultResourceParser
 
parseName(Object) - 接口 中的方法com.alibaba.nacos.auth.parser.ResourceParser
Parse a unique name of the resource from the request.
parser() - 注释类型 中的方法com.alibaba.nacos.auth.annotation.Secured
Resource name parser.
Permission - com.alibaba.nacos.auth.model中的类
Permission to auth.
Permission() - 类 的构造器com.alibaba.nacos.auth.model.Permission
 
Permission(String, String) - 类 的构造器com.alibaba.nacos.auth.model.Permission
 

R

READ - com.alibaba.nacos.auth.common.ActionTypes
Read.
resource - 类 中的变量com.alibaba.nacos.auth.model.Permission
An unique key of resource.
resource() - 注释类型 中的方法com.alibaba.nacos.auth.annotation.Secured
The name of resource related to the request.
Resource - com.alibaba.nacos.auth.model中的类
Resource used in authorization.
Resource(String) - 类 的构造器com.alibaba.nacos.auth.model.Resource
 
ResourceParser - com.alibaba.nacos.auth.parser中的接口
Resource parser.

S

secretKey - 类 中的变量com.alibaba.nacos.auth.common.AuthConfigs
secret key.
secretKeyBytes - 类 中的变量com.alibaba.nacos.auth.common.AuthConfigs
secret key byte array.
Secured - com.alibaba.nacos.auth.annotation中的注释类型
Annotation indicating that the annotated request should be authorized.
serialVersionUID - 异常错误 中的静态变量com.alibaba.nacos.auth.exception.AccessException
 
serialVersionUID - 类 中的静态变量com.alibaba.nacos.auth.model.Permission
 
serialVersionUID - 类 中的静态变量com.alibaba.nacos.auth.model.Resource
 
serialVersionUID - 类 中的静态变量com.alibaba.nacos.auth.model.User
 
serverIdentityKey - 类 中的变量com.alibaba.nacos.auth.common.AuthConfigs
 
serverIdentityValue - 类 中的变量com.alibaba.nacos.auth.common.AuthConfigs
 
setAction(String) - 类 中的方法com.alibaba.nacos.auth.model.Permission
 
setCachingEnabled(boolean) - 类 中的静态方法com.alibaba.nacos.auth.common.AuthConfigs
 
setResource(String) - 类 中的方法com.alibaba.nacos.auth.model.Permission
 
setUserName(String) - 类 中的方法com.alibaba.nacos.auth.model.User
 
SPLITTER - 类 中的静态变量com.alibaba.nacos.auth.model.Resource
 
subscribeType() - 类 中的方法com.alibaba.nacos.auth.common.AuthConfigs
 

T

tokenValidityInSeconds - 类 中的变量com.alibaba.nacos.auth.common.AuthConfigs
Token validity time(seconds).
toString() - 枚举 中的方法com.alibaba.nacos.auth.common.ActionTypes
 
toString() - 类 中的方法com.alibaba.nacos.auth.model.Permission
 
toString() - 类 中的方法com.alibaba.nacos.auth.model.Resource
 

U

User - com.alibaba.nacos.auth.model中的类
User information in authorization.
User() - 类 的构造器com.alibaba.nacos.auth.model.User
 
userName - 类 中的变量com.alibaba.nacos.auth.model.User
Unique string representing user.

V

valueOf(String) - 枚举 中的静态方法com.alibaba.nacos.auth.common.ActionTypes
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.alibaba.nacos.auth.common.AuthSystemTypes
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.alibaba.nacos.auth.common.ActionTypes
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.alibaba.nacos.auth.common.AuthSystemTypes
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WRITE - com.alibaba.nacos.auth.common.ActionTypes
Write.
A C D E G I K L N O P R S T U V W 
所有类 所有程序包