索引

A B C E G I J K M N P R S T V 
所有类|所有程序包

A

AbstractContextHandler - net.guerlab.cloud.auth中的类
抽象上下文处理器
AbstractContextHandler() - 类 的构造器net.guerlab.cloud.auth.AbstractContextHandler
 
AbstractJwtTokenFactory<T,​P extends JwtTokenFactoryProperties> - net.guerlab.cloud.auth.factory中的类
抽象jwt token工厂
AbstractJwtTokenFactory() - 类 的构造器net.guerlab.cloud.auth.factory.AbstractJwtTokenFactory
 
AbstractLoginResponse<T> - net.guerlab.cloud.auth.domain中的类
抽象登录成功信息
AbstractLoginResponse() - 类 的构造器net.guerlab.cloud.auth.domain.AbstractLoginResponse
 
AbstractMd5TokenFactory<T,​P extends Md5TokenFactoryProperties> - net.guerlab.cloud.auth.factory中的类
抽象md5 token工厂
AbstractMd5TokenFactory() - 类 的构造器net.guerlab.cloud.auth.factory.AbstractMd5TokenFactory
 
AbstractRc4TokenFactory<T,​P extends Rc4TokenFactoryProperties> - net.guerlab.cloud.auth.factory中的类
抽象rc4 token工厂
AbstractRc4TokenFactory() - 类 的构造器net.guerlab.cloud.auth.factory.AbstractRc4TokenFactory
 
AbstractStringValueTokenFactory<T,​P extends StringValueTokenFactoryProperties> - net.guerlab.cloud.auth.factory中的类
抽象字符串类型值 token工厂
AbstractStringValueTokenFactory() - 类 的构造器net.guerlab.cloud.auth.factory.AbstractStringValueTokenFactory
 
AbstractTokenFactory<T,​P extends TokenFactoryProperties<?>> - net.guerlab.cloud.auth.factory中的类
抽象token工厂
AbstractTokenFactory() - 类 的构造器net.guerlab.cloud.auth.factory.AbstractTokenFactory
 
accept(String) - 接口 中的方法net.guerlab.cloud.auth.factory.TokenFactory
判断是否使用该token工厂
acceptAccessToken(String) - 接口 中的方法net.guerlab.cloud.auth.factory.TokenFactory
判断是否使用该token工厂
acceptIp(String) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractTokenFactory
 
acceptIp(String) - 接口 中的方法net.guerlab.cloud.auth.factory.TokenFactory
判断是否使用该token工厂
acceptRefreshToken(String) - 接口 中的方法net.guerlab.cloud.auth.factory.TokenFactory
判断是否使用该token工厂
ACCESS_TOKEN - net.guerlab.cloud.auth.enums.TokenType
AccessToken
accessToken - 类 中的变量net.guerlab.cloud.auth.domain.AbstractLoginResponse
accessToken

B

buildToken(String, String, long) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractMd5TokenFactory
 
buildToken(String, String, long) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractRc4TokenFactory
 
buildToken(String, String, long) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractStringValueTokenFactory
构造token

C

clean() - 类 中的静态方法net.guerlab.cloud.auth.AbstractContextHandler
清除当前内容
compareTo(TokenFactory<?>) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractTokenFactory
 
CONNECTORS - 接口 中的静态变量net.guerlab.cloud.auth.factory.TokenFactory
链接符

E

enabled() - 类 中的方法net.guerlab.cloud.auth.factory.AbstractTokenFactory
 
enabled() - 接口 中的方法net.guerlab.cloud.auth.factory.TokenFactory
是否已启用
EXPIRATION_KEY - 类 中的静态变量net.guerlab.cloud.auth.factory.AbstractStringValueTokenFactory
 
expiredException() - 枚举 中的方法net.guerlab.cloud.auth.enums.TokenType
获取Token过期异常

G

generateByAccessToken(T) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractJwtTokenFactory
 
generateByAccessToken(T) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractStringValueTokenFactory
 
generateByAccessToken(T) - 接口 中的方法net.guerlab.cloud.auth.factory.TokenFactory
构造access token
generateByRefreshToken(T) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractJwtTokenFactory
 
generateByRefreshToken(T) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractStringValueTokenFactory
 
generateByRefreshToken(T) - 接口 中的方法net.guerlab.cloud.auth.factory.TokenFactory
构造refresh token
generateToken0(JwtBuilder, T) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractJwtTokenFactory
构建token
generateToken0(Map<String, String>, T) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractStringValueTokenFactory
构建token
get(String) - 类 中的静态方法net.guerlab.cloud.auth.AbstractContextHandler
获取内容
getAcceptClass() - 接口 中的方法net.guerlab.cloud.auth.factory.TokenFactory
获取可使用的对象类型
getAccessTokenPrefix() - 类 中的方法net.guerlab.cloud.auth.factory.AbstractTokenFactory
 
getAccessTokenPrefix() - 接口 中的方法net.guerlab.cloud.auth.factory.TokenFactory
获取access token前缀
getDefaultTokenFactory(Class<T>) - 类 中的静态方法net.guerlab.cloud.auth.factory.TokenFactoryManager
获取token工厂
getObjectValue(Object) - 类 中的静态方法net.guerlab.cloud.auth.factory.AbstractTokenFactory
 
getOrder() - 类 中的方法net.guerlab.cloud.auth.factory.AbstractTokenFactory
 
getPrefix() - 类 中的方法net.guerlab.cloud.auth.factory.AbstractTokenFactory
获取前缀
getRefreshTokenPrefix() - 类 中的方法net.guerlab.cloud.auth.factory.AbstractTokenFactory
 
getRefreshTokenPrefix() - 接口 中的方法net.guerlab.cloud.auth.factory.TokenFactory
获取refresh token前缀
getTokenFactories(Class<T>) - 类 中的静态方法net.guerlab.cloud.auth.factory.TokenFactoryManager
获取token工厂列表
GROUP_CONNECTORS - 类 中的静态变量net.guerlab.cloud.auth.factory.AbstractStringValueTokenFactory
 

I

info - 类 中的变量net.guerlab.cloud.auth.domain.AbstractLoginResponse
用户信息
invalidException() - 枚举 中的方法net.guerlab.cloud.auth.enums.TokenType
获取Token无效异常
isDefault() - 类 中的方法net.guerlab.cloud.auth.factory.AbstractTokenFactory
 
isDefault() - 接口 中的方法net.guerlab.cloud.auth.factory.TokenFactory
是否为默认token工厂

J

JwtTokenFactoryProperties - net.guerlab.cloud.auth.properties中的类
jwt token 工厂配置
JwtTokenFactoryProperties() - 类 的构造器net.guerlab.cloud.auth.properties.JwtTokenFactoryProperties
 

K

KV_CONNECTORS - 类 中的静态变量net.guerlab.cloud.auth.factory.AbstractStringValueTokenFactory
 

M

Md5TokenFactoryProperties - net.guerlab.cloud.auth.properties中的类
md5 token 工厂配置
Md5TokenFactoryProperties() - 类 的构造器net.guerlab.cloud.auth.properties.Md5TokenFactoryProperties
 

N

net.guerlab.cloud.auth - 程序包 net.guerlab.cloud.auth
 
net.guerlab.cloud.auth.domain - 程序包 net.guerlab.cloud.auth.domain
 
net.guerlab.cloud.auth.enums - 程序包 net.guerlab.cloud.auth.enums
 
net.guerlab.cloud.auth.factory - 程序包 net.guerlab.cloud.auth.factory
 
net.guerlab.cloud.auth.properties - 程序包 net.guerlab.cloud.auth.properties
 
NOT_BEFORE_KEY - 类 中的静态变量net.guerlab.cloud.auth.factory.AbstractStringValueTokenFactory
 

P

parse0(Claims) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractJwtTokenFactory
解析token
parse0(Map<String, String>) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractStringValueTokenFactory
解析token
parseByAccessToken(String) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractJwtTokenFactory
 
parseByAccessToken(String) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractStringValueTokenFactory
 
parseByAccessToken(String) - 接口 中的方法net.guerlab.cloud.auth.factory.TokenFactory
根据access token解析数据实体
parseByRefreshToken(String) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractJwtTokenFactory
 
parseByRefreshToken(String) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractStringValueTokenFactory
 
parseByRefreshToken(String) - 接口 中的方法net.guerlab.cloud.auth.factory.TokenFactory
根据refresh token解析数据实体
parseBySimpleName(String) - 枚举 中的静态方法net.guerlab.cloud.auth.enums.TokenType
通过简短名称获取令牌类型
parseDataString(String, String) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractMd5TokenFactory
 
parseDataString(String, String) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractRc4TokenFactory
 
parseDataString(String, String) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractStringValueTokenFactory
解析数据字符串
properties - 类 中的变量net.guerlab.cloud.auth.factory.AbstractTokenFactory
配置文件

R

Rc4TokenFactoryProperties - net.guerlab.cloud.auth.properties中的类
rc4 token 工厂配置
Rc4TokenFactoryProperties() - 类 的构造器net.guerlab.cloud.auth.properties.Rc4TokenFactoryProperties
 
REFRESH_TOKEN - net.guerlab.cloud.auth.enums.TokenType
RefreshToken
refreshToken - 类 中的变量net.guerlab.cloud.auth.domain.AbstractLoginResponse
refreshToken

S

set(String, Object) - 类 中的静态方法net.guerlab.cloud.auth.AbstractContextHandler
设置内容
setProperties(P) - 类 中的方法net.guerlab.cloud.auth.factory.AbstractTokenFactory
 
SIMPLE_NAME_ACCESS_TOKEN - 枚举 中的静态变量net.guerlab.cloud.auth.enums.TokenType
 
SIMPLE_NAME_REFRESH_TOKEN - 枚举 中的静态变量net.guerlab.cloud.auth.enums.TokenType
 
simpleName() - 枚举 中的方法net.guerlab.cloud.auth.enums.TokenType
获取简短名称
StringValueTokenFactoryProperties - net.guerlab.cloud.auth.properties中的类
字符串类型 token 工厂配置
StringValueTokenFactoryProperties() - 类 的构造器net.guerlab.cloud.auth.properties.StringValueTokenFactoryProperties
 

T

TokenFactory<T> - net.guerlab.cloud.auth.factory中的接口
抽象token工厂
TokenFactoryManager - net.guerlab.cloud.auth.factory中的类
token工厂管理
TokenFactoryProperties<K> - net.guerlab.cloud.auth.properties中的类
token 工厂配置
TokenFactoryProperties() - 类 的构造器net.guerlab.cloud.auth.properties.TokenFactoryProperties
 
TokenInfo - net.guerlab.cloud.auth.domain中的类
令牌信息
TokenInfo() - 类 的构造器net.guerlab.cloud.auth.domain.TokenInfo
 
TokenType - net.guerlab.cloud.auth.enums中的枚举
令牌类型

V

valueOf(String) - 枚举 中的静态方法net.guerlab.cloud.auth.enums.TokenType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法net.guerlab.cloud.auth.enums.TokenType
按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
A B C E G I J K M N P R S T V 
所有类|所有程序包