跳过导航链接
A B C D E F G H I J K L M N O P R S T U V W 

A

AbstractMenuDetail<I extends Serializable> - cloud.agileframework.security.menu中的类
 
AbstractMenuDetail() - 类 的构造器cloud.agileframework.security.menu.AbstractMenuDetail
 
accessException(HttpServletRequest, HttpServletResponse, Throwable) - 接口 中的方法cloud.agileframework.security.provider.SecurityResultProvider
认证失败处理
addArgumentResolvers(List<HandlerMethodArgumentResolver>) - 类 中的方法cloud.agileframework.security.config.SecurityWebMvcAutoConfiguration
 
additionalAuthenticationChecks(UserDetails, UsernamePasswordAuthenticationToken) - 类 中的方法cloud.agileframework.security.filter.login.JwtAuthenticationProvider
 
after(String, String) - 接口 中的方法cloud.agileframework.security.provider.LogoutProcessorProvider
退出之后
afterPropertiesSet() - 类 中的方法cloud.agileframework.security.config.SimulationAutoConfiguration
 
afterPropertiesSet() - 类 中的方法cloud.agileframework.security.filter.login.CustomRememberMeServices
 
afterPropertiesSet() - 类 中的方法cloud.agileframework.security.filter.login.LoginFilter
 
afterPropertiesSet() - 类 中的方法cloud.agileframework.security.filter.token.TokenFilter
 
afterPropertiesSet() - 类 中的方法cloud.agileframework.security.properties.SecurityProperties
 
attemptAuthentication(HttpServletRequest, HttpServletResponse) - 类 中的方法cloud.agileframework.security.filter.login.LoginFilter
 
AUTHENTICATION_SESSION_TOKEN - 类 中的静态变量cloud.agileframework.security.util.TokenUtil
存储当前会话口令
AUTHENTICATION_USER_NAME - 类 中的静态变量cloud.agileframework.security.util.TokenUtil
存储账号信息的缓存key
autoLogin(HttpServletRequest, HttpServletResponse) - 类 中的方法cloud.agileframework.security.filter.login.CustomRememberMeServices
 

B

byUser(Collection<? extends GrantedAuthority>) - 接口 中的方法cloud.agileframework.security.menu.MenuManager
根据帐号查询可见菜单项

C

changePassword(String, String) - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetailsServiceImpl
 
checkPasswordStrength(String) - 类 中的静态方法cloud.agileframework.security.util.PasswordUtil
检查密码的强度
cloud.agileframework.security - 程序包 cloud.agileframework.security
 
cloud.agileframework.security.config - 程序包 cloud.agileframework.security.config
 
cloud.agileframework.security.controller - 程序包 cloud.agileframework.security.controller
 
cloud.agileframework.security.event - 程序包 cloud.agileframework.security.event
 
cloud.agileframework.security.exception - 程序包 cloud.agileframework.security.exception
 
cloud.agileframework.security.filter.login - 程序包 cloud.agileframework.security.filter.login
 
cloud.agileframework.security.filter.logout - 程序包 cloud.agileframework.security.filter.logout
 
cloud.agileframework.security.filter.simulation - 程序包 cloud.agileframework.security.filter.simulation
 
cloud.agileframework.security.filter.token - 程序包 cloud.agileframework.security.filter.token
 
cloud.agileframework.security.menu - 程序包 cloud.agileframework.security.menu
 
cloud.agileframework.security.properties - 程序包 cloud.agileframework.security.properties
 
cloud.agileframework.security.provider - 程序包 cloud.agileframework.security.provider
 
cloud.agileframework.security.util - 程序包 cloud.agileframework.security.util
 
completeFormLoginValidateProvider() - 类 中的方法cloud.agileframework.security.config.SecurityAboutConfiguration
表单完整性验证器
CompleteFormLoginValidateProvider - cloud.agileframework.security.provider中的类
 
CompleteFormLoginValidateProvider() - 类 的构造器cloud.agileframework.security.provider.CompleteFormLoginValidateProvider
 
configure(HttpSecurity) - 类 中的方法cloud.agileframework.security.config.SecurityAutoConfiguration
 
ContextUtil - cloud.agileframework.security.util中的类
 
ContextUtil() - 类 的构造器cloud.agileframework.security.util.ContextUtil
 
createLoginCacheInfo(String, Authentication, Long, TokenInfo) - 类 中的静态方法cloud.agileframework.security.filter.token.LoginCacheInfo
创建登录信息
createTokenInfo(String, Date, Date) - 类 中的静态方法cloud.agileframework.security.filter.token.LoginCacheInfo
创建token信息
createUser(UserDetails) - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetailsServiceImpl
 
CurrentLoginInfo - cloud.agileframework.security.filter.token中的类
 
CurrentLoginInfo() - 类 的构造器cloud.agileframework.security.filter.token.CurrentLoginInfo
 
currentUsers() - 类 中的静态方法cloud.agileframework.security.util.ContextUtil
 
CustomerUserDetails - cloud.agileframework.security.filter.login中的接口
 
CustomerUserDetailsService - cloud.agileframework.security.filter.login中的接口
 
CustomRememberMeServices - cloud.agileframework.security.filter.login中的类
 
CustomRememberMeServices() - 类 的构造器cloud.agileframework.security.filter.login.CustomRememberMeServices
 

D

decrypt(String) - 接口 中的方法cloud.agileframework.security.provider.PasswordProvider
解密
decryption(String, String) - 类 中的静态方法cloud.agileframework.security.util.PasswordUtil
密码匹配
deleteUser(String) - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetailsServiceImpl
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法cloud.agileframework.security.filter.simulation.SimulationFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法cloud.agileframework.security.filter.token.TokenFilter
 
doFilterNestedErrorDispatch(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法cloud.agileframework.security.filter.token.TokenFilter
 

E

encryption(String) - 类 中的静态方法cloud.agileframework.security.util.PasswordUtil
加密
error(HttpServletRequest, HttpServletResponse) - 类 中的方法cloud.agileframework.security.controller.ForwardController
 
ErrorSignInfo - cloud.agileframework.security.filter.login中的类
 
ErrorSignInfo() - 类 的构造器cloud.agileframework.security.filter.login.ErrorSignInfo
 
errorSignLockLoginValidateProvider() - 类 中的方法cloud.agileframework.security.config.SecurityAboutConfiguration
登陆失败锁验证器
ErrorSignLockLoginValidateProvider - cloud.agileframework.security.provider中的类
 
ErrorSignLockLoginValidateProvider() - 类 的构造器cloud.agileframework.security.provider.ErrorSignLockLoginValidateProvider
 
ErrorSignProperties - cloud.agileframework.security.properties中的类
 
ErrorSignProperties() - 类 的构造器cloud.agileframework.security.properties.ErrorSignProperties
 
extract(HttpServletRequest, String) - 接口 中的方法cloud.agileframework.security.filter.login.CustomerUserDetailsService
提取账户信息

F

ForwardController - cloud.agileframework.security.controller中的类
 
ForwardController(ErrorAttributes, List<ErrorViewResolver>) - 类 的构造器cloud.agileframework.security.controller.ForwardController
 

G

generateToken(String, Long, Date) - 类 中的静态方法cloud.agileframework.security.util.TokenUtil
根据 TokenDetail 生成 Token
generateToken(Map<String, Object>, Date) - 类 中的静态方法cloud.agileframework.security.util.TokenUtil
 
getAuthorities() - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetails
 
getCache() - 类 中的静态方法cloud.agileframework.security.filter.token.LoginCacheInfo
 
getCache() - 类 中的方法cloud.agileframework.security.properties.ErrorSignProperties
 
getCache() - 类 中的方法cloud.agileframework.security.properties.SecurityProperties
退出成功重定向地址
getClaimsFromToken(String) - 类 中的静态方法cloud.agileframework.security.util.TokenUtil
解析 token 的主体 Claims
getComponent() - 类 中的方法cloud.agileframework.security.menu.AbstractMenuDetail
组件
getCurrentLoginInfo(String) - 类 中的静态方法cloud.agileframework.security.filter.token.LoginCacheInfo
根据token令牌获取用户缓存信息
getDescription() - 类 中的方法cloud.agileframework.security.menu.AbstractMenuDetail
描述
getEnName() - 类 中的方法cloud.agileframework.security.menu.AbstractMenuDetail
英文名
getIcon() - 类 中的方法cloud.agileframework.security.menu.AbstractMenuDetail
图标
getLoginStrategy() - 接口 中的方法cloud.agileframework.security.filter.login.CustomerUserDetails
登录策略
getLoginStrategy() - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetails
 
getPassword() - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetails
 
getPasswordLevel(String) - 类 中的静态方法cloud.agileframework.security.util.PasswordUtil
获得密码强度等级,包括弱、较弱、中、较强、强
getPath() - 类 中的方法cloud.agileframework.security.menu.AbstractMenuDetail
路由路径
getPrivateKey() - 类 中的静态方法cloud.agileframework.security.util.TokenUtil
 
getPublicKey() - 类 中的静态方法cloud.agileframework.security.util.TokenUtil
 
getTitle() - 类 中的方法cloud.agileframework.security.menu.AbstractMenuDetail
显示名
getUsername() - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetails
 

H

handleException(HttpServletRequest, HttpServletResponse) - 类 中的方法cloud.agileframework.security.controller.ForwardController
 
handleStatus(HttpServletRequest, HttpServletResponse) - 类 中的方法cloud.agileframework.security.controller.ForwardController
 
handleToken(HttpServletRequest, HttpServletResponse) - 类 中的方法cloud.agileframework.security.controller.ForwardController
 

I

id() - 接口 中的方法cloud.agileframework.security.filter.login.CustomerUserDetails
主键
id() - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetails
 
InMemoryUserDetails - cloud.agileframework.security.filter.login中的类
 
InMemoryUserDetails() - 类 的构造器cloud.agileframework.security.filter.login.InMemoryUserDetails
 
inMemoryUserDetailsService() - 类 中的方法cloud.agileframework.security.config.SecurityAboutConfiguration
 
InMemoryUserDetailsServiceImpl - cloud.agileframework.security.filter.login中的类
 
InMemoryUserDetailsServiceImpl() - 类 的构造器cloud.agileframework.security.filter.login.InMemoryUserDetailsServiceImpl
 
Is() - 类 的构造器cloud.agileframework.security.config.SimulationAutoConfiguration.Is
 
isAccountNonExpired() - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetails
 
isAccountNonLocked() - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetails
 
isCredentialsNonExpired() - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetails
 
isEnabled() - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetails
 

J

JwtAuthenticationProvider - cloud.agileframework.security.filter.login中的类
 
JwtAuthenticationProvider() - 类 的构造器cloud.agileframework.security.filter.login.JwtAuthenticationProvider
 

K

kaptchaLoginValidateProvider() - 类 中的方法cloud.agileframework.security.config.SecurityAboutConfiguration
验证码验证器
KaptchaLoginValidateProvider - cloud.agileframework.security.provider中的类
 
KaptchaLoginValidateProvider() - 类 的构造器cloud.agileframework.security.provider.KaptchaLoginValidateProvider
 

L

LETTER_TYPE_WEIGHT - 类 中的静态变量cloud.agileframework.security.util.PasswordUtil
 
loadLoginInfo(UserDetails, String, String) - 接口 中的方法cloud.agileframework.security.filter.login.CustomerUserDetailsService
新增登录信息
loadUserByUsername(String) - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetailsServiceImpl
 
lock(ErrorSignInfo) - 接口 中的方法cloud.agileframework.security.provider.LoginErrorProvider
登录失败锁定动作
LockType - cloud.agileframework.security.properties中的枚举
 
LOGIN_USER_PREFIX - 类 中的静态变量cloud.agileframework.security.filter.token.LoginCacheInfo
 
LoginCacheInfo - cloud.agileframework.security.filter.token中的类
 
LoginCacheInfo() - 类 的构造器cloud.agileframework.security.filter.token.LoginCacheInfo
 
LoginErrorLockException - cloud.agileframework.security.exception中的异常错误
 
LoginErrorLockException() - 异常错误 的构造器cloud.agileframework.security.exception.LoginErrorLockException
 
LoginErrorLockException(String) - 异常错误 的构造器cloud.agileframework.security.exception.LoginErrorLockException
 
LoginErrorProvider - cloud.agileframework.security.provider中的接口
 
loginFail(HttpServletRequest, HttpServletResponse) - 类 中的方法cloud.agileframework.security.filter.login.CustomRememberMeServices
 
LoginFilter - cloud.agileframework.security.filter.login中的类
 
LoginFilter(String) - 类 的构造器cloud.agileframework.security.filter.login.LoginFilter
 
LoginStrategy - cloud.agileframework.security.properties中的枚举
 
loginStrategyLoginValidateProvider() - 类 中的方法cloud.agileframework.security.config.SecurityAboutConfiguration
 
LoginStrategyLoginValidateProvider - cloud.agileframework.security.provider中的类
 
LoginStrategyLoginValidateProvider() - 类 的构造器cloud.agileframework.security.provider.LoginStrategyLoginValidateProvider
 
loginSuccess(HttpServletRequest, HttpServletResponse, Authentication) - 类 中的方法cloud.agileframework.security.filter.login.CustomRememberMeServices
 
loginSuccess(HttpServletRequest, HttpServletResponse, UsernamePasswordAuthenticationToken) - 接口 中的方法cloud.agileframework.security.provider.SecurityResultProvider
登陆成功处理
LoginValidateProvider - cloud.agileframework.security.provider中的接口
 
logout(HttpServletRequest, HttpServletResponse, Authentication) - 类 中的方法cloud.agileframework.security.filter.logout.TokenCleanLogoutHandler
 
LOGOUT_TOKEN - 类 中的静态变量cloud.agileframework.security.filter.logout.TokenCleanLogoutHandler
 
LOGOUT_USERNAME - 类 中的静态变量cloud.agileframework.security.filter.logout.TokenCleanLogoutHandler
 
LogoutProcessorProvider - cloud.agileframework.security.provider中的接口
 
logoutSuccess(HttpServletRequest, HttpServletResponse) - 类 中的方法cloud.agileframework.security.controller.ForwardController
 
logoutSuccess(HttpServletRequest, HttpServletResponse, String, String) - 接口 中的方法cloud.agileframework.security.provider.SecurityResultProvider
退出成功

M

matches(ConditionContext, AnnotatedTypeMetadata) - 类 中的方法cloud.agileframework.security.config.SimulationAutoConfiguration.Is
 
MENU_CACHE_KEY - 类 中的静态变量cloud.agileframework.security.event.MenuEvent
 
MenuEvent - cloud.agileframework.security.event中的类
 
MenuEvent(Object, UserDetails) - 类 的构造器cloud.agileframework.security.event.MenuEvent
Create a new ApplicationEvent.
MenuEventListener - cloud.agileframework.security.event中的类
 
MenuEventListener() - 类 的构造器cloud.agileframework.security.event.MenuEventListener
 
MenuManager - cloud.agileframework.security.menu中的接口
 
menus(Object) - 类 中的静态方法cloud.agileframework.security.util.MenuUtil
 
MenuUtil - cloud.agileframework.security.util中的类
 
MenuUtil() - 类 的构造器cloud.agileframework.security.util.MenuUtil
 

N

NoCompleteFormSign - cloud.agileframework.security.exception中的异常错误
 
NoCompleteFormSign() - 异常错误 的构造器cloud.agileframework.security.exception.NoCompleteFormSign
 
NoSignInException - cloud.agileframework.security.exception中的异常错误
 
NoSignInException(String) - 异常错误 的构造器cloud.agileframework.security.exception.NoSignInException
 
NoSignInException(String, Throwable) - 异常错误 的构造器cloud.agileframework.security.exception.NoSignInException
 
notice(HttpServletRequest, HttpServletResponse, String) - 类 中的静态方法cloud.agileframework.security.util.TokenUtil
通知前端
NUM_TYPE_WEIGHT - 类 中的静态变量cloud.agileframework.security.util.PasswordUtil
 

O

of(HttpServletRequest, String, LockType[]) - 类 中的静态方法cloud.agileframework.security.filter.login.ErrorSignInfo
获取锁定对象
of(UserDetails) - 类 中的静态方法cloud.agileframework.security.filter.login.InMemoryUserDetails
 
onApplicationEvent(MenuEvent) - 类 中的方法cloud.agileframework.security.event.MenuEventListener
 
OTHER_TYPE_WEIGHT - 类 中的静态变量cloud.agileframework.security.util.PasswordUtil
 

P

parsingTimeOut() - 类 中的方法cloud.agileframework.security.filter.token.LoginCacheInfo
处理掉过期时间
passwordLoginValidateProvider() - 类 中的方法cloud.agileframework.security.config.SecurityAboutConfiguration
密码验证器
PasswordLoginValidateProvider - cloud.agileframework.security.provider中的类
 
PasswordLoginValidateProvider() - 类 的构造器cloud.agileframework.security.provider.PasswordLoginValidateProvider
 
PasswordProperties - cloud.agileframework.security.properties中的类
 
PasswordProperties() - 类 的构造器cloud.agileframework.security.properties.PasswordProperties
 
PasswordProvider - cloud.agileframework.security.provider中的接口
 
PasswordUtil - cloud.agileframework.security.util中的类
 
PasswordUtil() - 类 的构造器cloud.agileframework.security.util.PasswordUtil
 
PasswordUtil.LEVEL - cloud.agileframework.security.util中的枚举
密码强度

R

refresh(Object, UserDetails) - 类 中的静态方法cloud.agileframework.security.util.MenuUtil
 
refreshToken(CurrentLoginInfo) - 类 中的静态方法cloud.agileframework.security.filter.token.LoginCacheInfo
刷新身份令牌
rememberMeServices() - 类 中的方法cloud.agileframework.security.config.SecurityAboutConfiguration
 
remove(String) - 类 中的静态方法cloud.agileframework.security.filter.token.LoginCacheInfo
退出操作,根据token删除指定会话令牌
remove(CurrentLoginInfo) - 类 中的静态方法cloud.agileframework.security.filter.token.LoginCacheInfo
退出操作,根据currentLoginInfo删除指定会话令牌
RepeatAccount - cloud.agileframework.security.exception中的异常错误
 
RepeatAccount(String) - 异常错误 的构造器cloud.agileframework.security.exception.RepeatAccount
 
RepeatAccount(String, Throwable) - 异常错误 的构造器cloud.agileframework.security.exception.RepeatAccount
 
REQUEST_ATTR - 类 中的静态变量cloud.agileframework.security.filter.login.ErrorSignInfo
 
resolveArgument(MethodParameter, ModelAndViewContainer, NativeWebRequest, WebDataBinderFactory) - 类 中的方法cloud.agileframework.security.UserDetailHandlerMethodArgumentResolver
 
retrieveUser(String, UsernamePasswordAuthenticationToken) - 类 中的方法cloud.agileframework.security.filter.login.JwtAuthenticationProvider
加载用户数据

S

SecurityAboutConfiguration - cloud.agileframework.security.config中的类
 
SecurityAboutConfiguration() - 类 的构造器cloud.agileframework.security.config.SecurityAboutConfiguration
 
SecurityAutoConfiguration - cloud.agileframework.security.config中的类
 
SecurityAutoConfiguration() - 类 的构造器cloud.agileframework.security.config.SecurityAutoConfiguration
 
SecurityProperties - cloud.agileframework.security.properties中的类
 
SecurityProperties() - 类 的构造器cloud.agileframework.security.properties.SecurityProperties
 
securityResultHandler() - 类 中的方法cloud.agileframework.security.config.SecurityAboutConfiguration
 
SecurityResultProvider - cloud.agileframework.security.provider中的接口
 
SecurityWebMvcAutoConfiguration - cloud.agileframework.security.config中的类
 
SecurityWebMvcAutoConfiguration() - 类 的构造器cloud.agileframework.security.config.SecurityWebMvcAutoConfiguration
 
setAccountNonExpired(boolean) - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetails
 
setAccountNonLocked(boolean) - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetails
 
setApplicationContext(ApplicationContext) - 类 中的方法cloud.agileframework.security.filter.login.LoginFilter
 
setApplicationContext(ApplicationContext) - 类 中的方法cloud.agileframework.security.filter.logout.TokenCleanLogoutHandler
 
setAuthorities(Collection<? extends GrantedAuthority>) - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetails
 
setCredentialsNonExpired(boolean) - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetails
 
setEnabled(boolean) - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetails
 
setEventPublisher(ApplicationEventPublisher) - 类 中的静态方法cloud.agileframework.security.util.MenuUtil
 
setId(long) - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetails
 
setLockTime(Date) - 类 中的方法cloud.agileframework.security.filter.login.ErrorSignInfo
 
setLoginStrategy(LoginStrategy) - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetails
 
setLoginValidateProviders(ObjectProvider<LoginValidateProvider>) - 类 中的方法cloud.agileframework.security.filter.login.JwtAuthenticationProvider
 
setPassword(String) - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetails
 
setSimulation(UserDetails) - 类 中的静态方法cloud.agileframework.security.filter.login.JwtAuthenticationProvider
 
setTimeOut(Date) - 类 中的方法cloud.agileframework.security.filter.login.ErrorSignInfo
 
setUserDetailsService(CustomerUserDetailsService) - 类 中的方法cloud.agileframework.security.filter.login.JwtAuthenticationProvider
 
setUsername(String) - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetails
 
sign(String) - 类 中的方法cloud.agileframework.security.filter.login.LoginFilter
 
sign(String) - 接口 中的方法cloud.agileframework.security.filter.login.SingleSignOnProvider
登录
SimulationAutoConfiguration - cloud.agileframework.security.config中的类
 
SimulationAutoConfiguration() - 类 的构造器cloud.agileframework.security.config.SimulationAutoConfiguration
 
SimulationAutoConfiguration.Is - cloud.agileframework.security.config中的类
 
simulationFilter() - 类 中的方法cloud.agileframework.security.config.SimulationAutoConfiguration
 
SimulationFilter - cloud.agileframework.security.filter.simulation中的类
 
SimulationFilter(SimulationProperties) - 类 的构造器cloud.agileframework.security.filter.simulation.SimulationFilter
 
SimulationProperties - cloud.agileframework.security.properties中的类
 
SimulationProperties() - 类 的构造器cloud.agileframework.security.properties.SimulationProperties
 
SingleSignOnProvider - cloud.agileframework.security.filter.login中的接口
 
stopLoginInfo(String, String) - 接口 中的方法cloud.agileframework.security.filter.login.CustomerUserDetailsService
终止
StrengthProperties - cloud.agileframework.security.properties中的类
 
StrengthProperties() - 类 的构造器cloud.agileframework.security.properties.StrengthProperties
 
success(HttpServletRequest, HttpServletResponse) - 类 中的方法cloud.agileframework.security.controller.ForwardController
 
supports(Class<?>) - 类 中的方法cloud.agileframework.security.filter.login.JwtAuthenticationProvider
 
supportsParameter(MethodParameter) - 类 中的方法cloud.agileframework.security.UserDetailHandlerMethodArgumentResolver
 

T

TokenCleanLogoutHandler - cloud.agileframework.security.filter.logout中的类
 
TokenCleanLogoutHandler() - 类 的构造器cloud.agileframework.security.filter.logout.TokenCleanLogoutHandler
 
TokenFilter - cloud.agileframework.security.filter.token中的类
登录验证码拦截器
TokenFilter() - 类 的构造器cloud.agileframework.security.filter.token.TokenFilter
 
TokenIllegalException - cloud.agileframework.security.exception中的异常错误
 
TokenIllegalException(String) - 异常错误 的构造器cloud.agileframework.security.exception.TokenIllegalException
 
TokenIllegalException(String, Throwable) - 异常错误 的构造器cloud.agileframework.security.exception.TokenIllegalException
 
TokenInfo - cloud.agileframework.security.filter.token中的类
 
TokenInfo() - 类 的构造器cloud.agileframework.security.filter.token.TokenInfo
 
TokenType - cloud.agileframework.security.properties中的枚举
 
TokenUtil - cloud.agileframework.security.util中的类
 
TokenUtil() - 类 的构造器cloud.agileframework.security.util.TokenUtil
 
toString() - 枚举 中的方法cloud.agileframework.security.properties.LoginStrategy
 
TransmissionMode - cloud.agileframework.security.properties中的枚举
 

U

updateLoginInfo(String, String, String) - 接口 中的方法cloud.agileframework.security.filter.login.CustomerUserDetailsService
更新登录信息
updateUser(UserDetails) - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetailsServiceImpl
 
userDetailHandlerMethodArgumentResolver() - 类 中的方法cloud.agileframework.security.config.SecurityWebMvcAutoConfiguration
 
UserDetailHandlerMethodArgumentResolver - cloud.agileframework.security中的类
 
UserDetailHandlerMethodArgumentResolver() - 类 的构造器cloud.agileframework.security.UserDetailHandlerMethodArgumentResolver
 
userExists(String) - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetailsServiceImpl
 

V

validate(UserDetails) - 接口 中的方法cloud.agileframework.security.filter.login.CustomerUserDetailsService
用户身份验证
validate(UserDetails) - 类 中的方法cloud.agileframework.security.filter.login.InMemoryUserDetailsServiceImpl
 
validate(HttpServletRequest, HttpServletResponse, String, String) - 类 中的方法cloud.agileframework.security.provider.CompleteFormLoginValidateProvider
 
validate(HttpServletRequest, HttpServletResponse, String, String) - 类 中的方法cloud.agileframework.security.provider.ErrorSignLockLoginValidateProvider
 
validate(HttpServletRequest, HttpServletResponse, String, String) - 类 中的方法cloud.agileframework.security.provider.KaptchaLoginValidateProvider
 
validate(Authentication, UserDetails) - 类 中的方法cloud.agileframework.security.provider.LoginStrategyLoginValidateProvider
 
validate(HttpServletRequest, HttpServletResponse, String, String) - 接口 中的方法cloud.agileframework.security.provider.LoginValidateProvider
扩展登陆验证
validate(Authentication, UserDetails) - 接口 中的方法cloud.agileframework.security.provider.LoginValidateProvider
扩展登陆验证(与现有账户信息数据相关)
validate(Authentication, UserDetails) - 类 中的方法cloud.agileframework.security.provider.PasswordLoginValidateProvider
 
validateCacheDate(LoginCacheInfo) - 类 中的静态方法cloud.agileframework.security.filter.token.LoginCacheInfo
验证当前redis缓存数据是否合法
validateToken(String) - 类 中的静态方法cloud.agileframework.security.util.TokenUtil
 
valueOf(String) - 枚举 中的静态方法cloud.agileframework.security.properties.LockType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cloud.agileframework.security.properties.LoginStrategy
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cloud.agileframework.security.properties.TokenType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cloud.agileframework.security.properties.TransmissionMode
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法cloud.agileframework.security.util.PasswordUtil.LEVEL
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法cloud.agileframework.security.properties.LockType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cloud.agileframework.security.properties.LoginStrategy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cloud.agileframework.security.properties.TokenType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cloud.agileframework.security.properties.TransmissionMode
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法cloud.agileframework.security.util.PasswordUtil.LEVEL
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VerificationCodeException - cloud.agileframework.security.exception中的异常错误
 
VerificationCodeException() - 异常错误 的构造器cloud.agileframework.security.exception.VerificationCodeException
 
VerificationCodeException(String) - 异常错误 的构造器cloud.agileframework.security.exception.VerificationCodeException
 
VerificationCodeExpire - cloud.agileframework.security.exception中的异常错误
 
VerificationCodeExpire() - 异常错误 的构造器cloud.agileframework.security.exception.VerificationCodeExpire
 
VerificationCodeNon - cloud.agileframework.security.exception中的异常错误
 
VerificationCodeNon() - 异常错误 的构造器cloud.agileframework.security.exception.VerificationCodeNon
 

W

WeightMap - cloud.agileframework.security.properties中的类
 
WeightMap() - 类 的构造器cloud.agileframework.security.properties.WeightMap
 
A B C D E F G H I J K L M N O P R S T U V W 
跳过导航链接

Copyright © 2022. All rights reserved.