跳过导航链接
A B C D E G H L M O R S T U V 

A

AccessToken - com.zhaodong.oauth2utils.utils中的类
 
AccessToken(String, String) - 类 的构造器com.zhaodong.oauth2utils.utils.AccessToken
 
AccessToken() - 类 的构造器com.zhaodong.oauth2utils.utils.AccessToken
 
AES_TYPE - 类 中的静态变量com.zhaodong.oauth2utils.utils.AesUtils
 
AesUtils - com.zhaodong.oauth2utils.utils中的类
 
AesUtils() - 类 的构造器com.zhaodong.oauth2utils.utils.AesUtils
 

B

BCrypt - com.zhaodong.oauth2utils.utils中的类
 
BCrypt() - 类 的构造器com.zhaodong.oauth2utils.utils.BCrypt
 
bCryptPasswordEncoder() - 类 中的方法com.zhaodong.oauth2utils.config.Oauth2Config
 
BCryptPasswordEncoder - com.zhaodong.oauth2utils.utils中的类
 
BCryptPasswordEncoder() - 类 的构造器com.zhaodong.oauth2utils.utils.BCryptPasswordEncoder
 
BCryptPasswordEncoder(int) - 类 的构造器com.zhaodong.oauth2utils.utils.BCryptPasswordEncoder
 
BCryptPasswordEncoder(int, SecureRandom) - 类 的构造器com.zhaodong.oauth2utils.utils.BCryptPasswordEncoder
 

C

checkpw(String, String) - 类 中的静态方法com.zhaodong.oauth2utils.utils.BCrypt
Check that a plaintext password matches a previously hashed one
CODE_TYPE - 类 中的静态变量com.zhaodong.oauth2utils.utils.AesUtils
 
com.zhaodong.oauth2utils.annotation - 程序包 com.zhaodong.oauth2utils.annotation
 
com.zhaodong.oauth2utils.base - 程序包 com.zhaodong.oauth2utils.base
 
com.zhaodong.oauth2utils.config - 程序包 com.zhaodong.oauth2utils.config
 
com.zhaodong.oauth2utils.exceptions - 程序包 com.zhaodong.oauth2utils.exceptions
 
com.zhaodong.oauth2utils.service - 程序包 com.zhaodong.oauth2utils.service
 
com.zhaodong.oauth2utils.utils - 程序包 com.zhaodong.oauth2utils.utils
 
com.zhaodong.oauth2utils.vo - 程序包 com.zhaodong.oauth2utils.vo
 

D

decrypt(String) - 类 中的静态方法com.zhaodong.oauth2utils.utils.AesUtils
解密

E

EnableOauth2Utils - com.zhaodong.oauth2utils.annotation中的注释类型
 
encode(CharSequence) - 类 中的方法com.zhaodong.oauth2utils.utils.BCryptPasswordEncoder
 
encrypt(String) - 类 中的静态方法com.zhaodong.oauth2utils.utils.AesUtils
加密

G

gensalt(int, SecureRandom) - 类 中的静态方法com.zhaodong.oauth2utils.utils.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
gensalt(int) - 类 中的静态方法com.zhaodong.oauth2utils.utils.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
gensalt() - 类 中的静态方法com.zhaodong.oauth2utils.utils.BCrypt
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply
getAccessTokenValue() - 类 中的方法com.zhaodong.oauth2utils.utils.AccessToken
 
getCode() - 枚举 中的方法com.zhaodong.oauth2utils.base.Status
 
getCode() - 异常错误 中的方法com.zhaodong.oauth2utils.exceptions.Oauth2Exception
 
getMessage() - 枚举 中的方法com.zhaodong.oauth2utils.base.Status
 
getPassword() - 类 中的方法com.zhaodong.oauth2utils.vo.UserDetail
 
getRefreshTokenValue() - 类 中的方法com.zhaodong.oauth2utils.utils.AccessToken
 
getUserName() - 类 中的方法com.zhaodong.oauth2utils.vo.UserDetail
 

H

hashpw(String, String) - 类 中的静态方法com.zhaodong.oauth2utils.utils.BCrypt
Hash a password using the OpenBSD bcrypt scheme

L

login(String, String) - 类 中的方法com.zhaodong.oauth2utils.service.Oauth2Service
 
logout(String) - 类 中的方法com.zhaodong.oauth2utils.service.Oauth2Service
 
logoutOperate(AccessToken) - 类 中的方法com.zhaodong.oauth2utils.utils.TokenUtils
 

M

main(String[]) - 类 中的静态方法com.zhaodong.oauth2utils.utils.AesUtils
 
main(String[]) - 类 中的静态方法com.zhaodong.oauth2utils.utils.BCryptPasswordEncoder
 
matches(CharSequence, String) - 类 中的方法com.zhaodong.oauth2utils.utils.BCryptPasswordEncoder
 

O

Oauth2Config - com.zhaodong.oauth2utils.config中的类
 
Oauth2Config() - 类 的构造器com.zhaodong.oauth2utils.config.Oauth2Config
 
Oauth2Exception - com.zhaodong.oauth2utils.exceptions中的异常错误
 
Oauth2Exception(Status) - 异常错误 的构造器com.zhaodong.oauth2utils.exceptions.Oauth2Exception
 
oauth2Service(ObjectMapper, StringRedisTemplate, UserService, TokenUtils) - 类 中的方法com.zhaodong.oauth2utils.config.Oauth2Config
 
Oauth2Service - com.zhaodong.oauth2utils.service中的类
 
Oauth2Service(StringRedisTemplate, UserService, BCryptPasswordEncoder, ObjectMapper, TokenUtils, int) - 类 的构造器com.zhaodong.oauth2utils.service.Oauth2Service
 

R

redisTemplate(RedisConnectionFactory) - 类 中的方法com.zhaodong.oauth2utils.config.Oauth2Config
 
refreshAccessToken(String) - 类 中的方法com.zhaodong.oauth2utils.service.Oauth2Service
 
refreshAccessToken(String) - 类 中的方法com.zhaodong.oauth2utils.utils.TokenUtils
 
removeAccessTokenByRefreshToken(AccessToken) - 类 中的方法com.zhaodong.oauth2utils.utils.TokenUtils
 

S

selectByName(String) - 接口 中的方法com.zhaodong.oauth2utils.service.UserService
 
setAccessTokenValue(String) - 类 中的方法com.zhaodong.oauth2utils.utils.AccessToken
 
setPassword(String) - 类 中的方法com.zhaodong.oauth2utils.vo.UserDetail
 
setRefreshTokenValue(String) - 类 中的方法com.zhaodong.oauth2utils.utils.AccessToken
 
setUserName(String) - 类 中的方法com.zhaodong.oauth2utils.vo.UserDetail
 
Status - com.zhaodong.oauth2utils.base中的枚举
 
storeAccessToken(AccessToken, UserDetail) - 类 中的方法com.zhaodong.oauth2utils.utils.TokenUtils
 
storeRefreshToken(String, UserDetail) - 类 中的方法com.zhaodong.oauth2utils.utils.TokenUtils
 

T

tokenUtils(ObjectMapper, StringRedisTemplate, UserService) - 类 中的方法com.zhaodong.oauth2utils.config.Oauth2Config
 
TokenUtils - com.zhaodong.oauth2utils.utils中的类
 
TokenUtils(ObjectMapper, StringRedisTemplate, UserService, int, int) - 类 的构造器com.zhaodong.oauth2utils.utils.TokenUtils
 

U

UserDetail - com.zhaodong.oauth2utils.vo中的类
 
UserDetail() - 类 的构造器com.zhaodong.oauth2utils.vo.UserDetail
 
userInfoJson(String) - 类 中的方法com.zhaodong.oauth2utils.utils.TokenUtils
 
UserService - com.zhaodong.oauth2utils.service中的接口
 

V

valueOf(String) - 枚举 中的静态方法com.zhaodong.oauth2utils.base.Status
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.zhaodong.oauth2utils.base.Status
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VIPARA - 类 中的静态变量com.zhaodong.oauth2utils.utils.AesUtils
 
A B C D E G H L M O R S T U V 
跳过导航链接

Copyright © 2020. All rights reserved.