跳过导航链接
A C D E G I K L O R S T U 

A

appKey - 类 中的变量com.facecto.code.token.entity.TokenInfo
 
AuthConfig - com.facecto.code.token.config中的类
 
AuthConfig() - 类 的构造器com.facecto.code.token.config.AuthConfig
 
AuthFilter - com.facecto.code.token.auth中的类
For full mode.
AuthFilter() - 类 的构造器com.facecto.code.token.auth.AuthFilter
 
authorizationAttributeSourceAdvisor(SecurityManager) - 类 中的方法com.facecto.code.token.config.AuthConfig
 
AuthRealm - com.facecto.code.token.auth中的类
For full mode.
AuthRealm() - 类 的构造器com.facecto.code.token.auth.AuthRealm
 
AuthToken - com.facecto.code.token.auth中的类
For full mode.
AuthToken(String) - 类 的构造器com.facecto.code.token.auth.AuthToken
 

C

checkToken(String) - 类 中的方法com.facecto.code.token.TokenHandler
Checking the existence of token
cleanToken(String, TokenUser) - 类 中的方法com.facecto.code.token.TokenHandler
Clean token by default key (delete redis key)
cleanToken(String, TokenUser, String) - 类 中的方法com.facecto.code.token.TokenHandler
Clean token by param key (delete redis key)
com.facecto.code.token - 程序包 com.facecto.code.token
 
com.facecto.code.token.annotation - 程序包 com.facecto.code.token.annotation
 
com.facecto.code.token.auth - 程序包 com.facecto.code.token.auth
 
com.facecto.code.token.config - 程序包 com.facecto.code.token.config
 
com.facecto.code.token.entity - 程序包 com.facecto.code.token.entity
 
com.facecto.code.token.properties - 程序包 com.facecto.code.token.properties
 
com.facecto.code.token.util - 程序包 com.facecto.code.token.util
 
createToken(ServletRequest, ServletResponse) - 类 中的方法com.facecto.code.token.auth.AuthFilter
 
createToken(TokenUser) - 类 中的方法com.facecto.code.token.TokenHandler
Create a token by default key and save in redis
createToken(TokenUser, String) - 类 中的方法com.facecto.code.token.TokenHandler
Create a token by param key and save in redis

D

delObject(String) - 类 中的方法com.facecto.code.token.util.RedisUtils
Delete key from redis
destroyToken(String, TokenUser, String) - 类 中的方法com.facecto.code.token.TokenHandler
Destroy token (delete redis key)
doGetAuthenticationInfo(AuthenticationToken) - 类 中的方法com.facecto.code.token.auth.AuthRealm
 
doGetAuthorizationInfo(PrincipalCollection) - 类 中的方法com.facecto.code.token.auth.AuthRealm
 

E

EnableCodeToken - com.facecto.code.token.annotation中的注释类型
Annotation EnableCodeSafe
executeLogin(ServletRequest, ServletResponse) - 类 中的方法com.facecto.code.token.auth.AuthFilter
 
expire - 类 中的变量com.facecto.code.token.config.TokenConfig
 
expire - 类 中的变量com.facecto.code.token.entity.Token
 
EXPIRE - 类 中的静态变量com.facecto.code.token.properties.TokenProperties
 
expire - 类 中的变量com.facecto.code.token.properties.TokenProperties
 

G

generateToken(String, TokenUser, boolean) - 类 中的方法com.facecto.code.token.TokenHandler
Create a token and save in redis
getClaimByToken(String) - 类 中的方法com.facecto.code.token.TokenHandler
Get claim by token
getCredentials() - 类 中的方法com.facecto.code.token.auth.AuthToken
 
getExpire() - 类 中的方法com.facecto.code.token.config.TokenConfig
 
getExpire() - 类 中的方法com.facecto.code.token.properties.TokenProperties
 
getKey() - 类 中的方法com.facecto.code.token.config.TokenConfig
 
getKey() - 类 中的方法com.facecto.code.token.properties.TokenProperties
 
getObject(String) - 类 中的方法com.facecto.code.token.util.RedisUtils
Get object from redis
getPermissionKey(String, TokenUser) - 类 中的静态方法com.facecto.code.token.util.KeysUtils
get permissionKey
getPermissionKey(String, Integer) - 类 中的静态方法com.facecto.code.token.util.KeysUtils
get permissionKey
getPrincipal() - 类 中的方法com.facecto.code.token.auth.AuthToken
 
getRequestToken(HttpServletRequest) - 类 中的方法com.facecto.code.token.auth.AuthFilter
 
getRolesKey(String, TokenUser) - 类 中的静态方法com.facecto.code.token.util.KeysUtils
get roleKey
getRolesKey(String, Integer) - 类 中的静态方法com.facecto.code.token.util.KeysUtils
get roleKey
getSecret() - 类 中的方法com.facecto.code.token.config.TokenConfig
 
getSecret() - 类 中的方法com.facecto.code.token.properties.TokenProperties
 
getToken(String, TokenUser) - 类 中的方法com.facecto.code.token.TokenHandler
Get token from redis by param key from redis
getToken(TokenUser) - 类 中的方法com.facecto.code.token.TokenHandler
Get token from redis by default key from redis
getTokenInfoByClaim(String) - 类 中的方法com.facecto.code.token.TokenHandler
Get userId by claim
getTokenKey(String, TokenUser) - 类 中的静态方法com.facecto.code.token.util.KeysUtils
get tokenKey
getTokenKey(String, Integer) - 类 中的静态方法com.facecto.code.token.util.KeysUtils
get tokenKey
getUser() - 类 中的方法com.facecto.code.token.TokenHandler
Get tokenUser by principal used shiro
getUser(String) - 类 中的方法com.facecto.code.token.TokenHandler
Get tokenUser from token from redis no used shiro
getUserKey(String, TokenUser) - 类 中的静态方法com.facecto.code.token.util.KeysUtils
get userKey
getUserKey(String, Integer) - 类 中的静态方法com.facecto.code.token.util.KeysUtils
get userKey
getUserPermission(String) - 类 中的方法com.facecto.code.token.TokenHandler
Get user permission by default key from redis
getUserRole(String) - 类 中的方法com.facecto.code.token.TokenHandler
Get user role set by default key from redis

I

isAccessAllowed(ServletRequest, ServletResponse, Object) - 类 中的方法com.facecto.code.token.auth.AuthFilter
 
isTokenExpired(Date) - 类 中的方法com.facecto.code.token.TokenHandler
Check token expired
isTokenExpired(String) - 类 中的方法com.facecto.code.token.TokenHandler
Check token expired.

K

key - 类 中的变量com.facecto.code.token.config.TokenConfig
 
KEY - 类 中的静态变量com.facecto.code.token.properties.TokenProperties
 
key - 类 中的变量com.facecto.code.token.properties.TokenProperties
 
KeysUtils - com.facecto.code.token.util中的类
 
KeysUtils() - 类 的构造器com.facecto.code.token.util.KeysUtils
 

L

lifecycleBeanPostProcessor() - 类 中的方法com.facecto.code.token.config.AuthConfig
 

O

onAccessDenied(ServletRequest, ServletResponse) - 类 中的方法com.facecto.code.token.auth.AuthFilter
 
onLoginFailure(AuthenticationToken, AuthenticationException, ServletRequest, ServletResponse) - 类 中的方法com.facecto.code.token.auth.AuthFilter
 

R

RedisConfig - com.facecto.code.token.config中的类
 
RedisConfig() - 类 的构造器com.facecto.code.token.config.RedisConfig
 
redisTemplate - 类 中的变量com.facecto.code.token.auth.AuthRealm
 
redisTemplate(RedisConnectionFactory) - 类 中的方法com.facecto.code.token.config.RedisConfig
 
redisTemplate - 类 中的变量com.facecto.code.token.util.RedisUtils
 
redisUtils - 类 中的变量com.facecto.code.token.auth.AuthRealm
 
redisUtils - 类 中的变量com.facecto.code.token.TokenHandler
 
RedisUtils - com.facecto.code.token.util中的类
 
RedisUtils() - 类 的构造器com.facecto.code.token.util.RedisUtils
 

S

saveLoginInfo(String, TokenUser, Set<String>, Set<String>) - 类 中的方法com.facecto.code.token.TokenHandler
Save user login info: user, permissions, roles into redis
saveLoginInfo(String, TokenUser) - 类 中的方法com.facecto.code.token.TokenHandler
Save user login info: user into redis
saveObject(String, Object) - 类 中的方法com.facecto.code.token.util.RedisUtils
Save object to redis
saveToken(String, TokenUser, Token) - 类 中的方法com.facecto.code.token.TokenHandler
Save token to redis
secret - 类 中的变量com.facecto.code.token.config.TokenConfig
 
SECRET - 类 中的静态变量com.facecto.code.token.properties.TokenProperties
 
secret - 类 中的变量com.facecto.code.token.properties.TokenProperties
 
securityManager(AuthRealm) - 类 中的方法com.facecto.code.token.config.AuthConfig
 
serialVersionUID - 类 中的静态变量com.facecto.code.token.entity.Token
 
serialVersionUID - 类 中的静态变量com.facecto.code.token.entity.TokenInfo
 
serialVersionUID - 类 中的静态变量com.facecto.code.token.entity.TokenUser
 
setExpire(Long) - 类 中的方法com.facecto.code.token.properties.TokenProperties
 
setKey(String) - 类 中的方法com.facecto.code.token.properties.TokenProperties
 
setSecret(String) - 类 中的方法com.facecto.code.token.properties.TokenProperties
 
status - 类 中的变量com.facecto.code.token.entity.TokenUser
 
supports(AuthenticationToken) - 类 中的方法com.facecto.code.token.auth.AuthRealm
 

T

token - 类 中的变量com.facecto.code.token.auth.AuthToken
 
Token - com.facecto.code.token.entity中的类
 
Token() - 类 的构造器com.facecto.code.token.entity.Token
 
token - 类 中的变量com.facecto.code.token.entity.Token
 
TokenAutoConfiguration - com.facecto.code.token.config中的类
 
TokenAutoConfiguration() - 类 的构造器com.facecto.code.token.config.TokenAutoConfiguration
 
TokenConfig - com.facecto.code.token.config中的类
SafeConfig
TokenConfig() - 类 的构造器com.facecto.code.token.config.TokenConfig
 
tokenHandler - 类 中的变量com.facecto.code.token.auth.AuthRealm
 
TokenHandler - com.facecto.code.token中的类
 
TokenHandler() - 类 的构造器com.facecto.code.token.TokenHandler
 
TokenInfo - com.facecto.code.token.entity中的类
 
TokenInfo() - 类 的构造器com.facecto.code.token.entity.TokenInfo
 
tokenProperties - 类 中的变量com.facecto.code.token.auth.AuthFilter
 
tokenProperties - 类 中的变量com.facecto.code.token.auth.AuthRealm
 
tokenProperties - 类 中的变量com.facecto.code.token.config.TokenConfig
 
TokenProperties - com.facecto.code.token.properties中的类
 
TokenProperties() - 类 的构造器com.facecto.code.token.properties.TokenProperties
 
tokenProperties - 类 中的变量com.facecto.code.token.TokenHandler
 
TokenUser - com.facecto.code.token.entity中的类
 
TokenUser() - 类 的构造器com.facecto.code.token.entity.TokenUser
 

U

userId - 类 中的变量com.facecto.code.token.entity.TokenInfo
 
userId - 类 中的变量com.facecto.code.token.entity.TokenUser
 
userLoginTime - 类 中的变量com.facecto.code.token.entity.TokenUser
 
userName - 类 中的变量com.facecto.code.token.entity.TokenUser
 
userPermissionSet - 类 中的变量com.facecto.code.token.entity.TokenUser
If used simple mode, it's no required.
userRolesSet - 类 中的变量com.facecto.code.token.entity.TokenUser
If used simple mode, it's no required.
userTel - 类 中的变量com.facecto.code.token.entity.TokenUser
 
A C D E G I K L O R S T U 
跳过导航链接

Copyright © 2022. All rights reserved.