跳过导航链接
A C D G H I J L M O P S V W X 

A

authBearKey - 类 中的静态变量xyz.weechang.moreco.security.config.SecurityProperties
授权Bearer key
authenticate(Authentication) - 类 中的方法xyz.weechang.moreco.security.auth.jwt.JwtAuthenticationProvider
 
authKey - 类 中的静态变量xyz.weechang.moreco.security.config.SecurityProperties
授权key

C

clearToken(Authentication) - 类 中的方法xyz.weechang.moreco.security.auth.jwt.JwtLogoutHandler
 
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - 类 中的方法xyz.weechang.moreco.security.auth.common.MorecoAuthenticationEntryPoint
 
configure(AuthenticationManagerBuilder) - 类 中的方法xyz.weechang.moreco.security.config.WebSecurityConfig
定义认证用户信息获取来源,密码校验规则等
configure(WebSecurity) - 类 中的方法xyz.weechang.moreco.security.config.WebSecurityConfig
在这里配置哪些页面不需要认证
configure(HttpSecurity) - 类 中的方法xyz.weechang.moreco.security.config.WebSecurityConfig
定义安全策略

D

deleteUserLoginInfo(String) - 类 中的方法xyz.weechang.moreco.security.auth.jwt.JwtUserDetailsService
清理用户登录信息
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法xyz.weechang.moreco.security.auth.common.OptionsRequestFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法xyz.weechang.moreco.security.auth.jwt.JwtAuthenticationRefreshFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法xyz.weechang.moreco.security.auth.jwt.JwtAuthenticationTokenFilter
 

G

getAuthorities() - 类 中的方法xyz.weechang.moreco.security.auth.common.MorecoUserDetails
 
getCode() - 枚举 中的方法xyz.weechang.moreco.security.error.SecurityError
 
getCredentials() - 类 中的方法xyz.weechang.moreco.security.auth.jwt.JwtAuthenticationToken
 
getMsg() - 枚举 中的方法xyz.weechang.moreco.security.error.SecurityError
 
getNs() - 枚举 中的方法xyz.weechang.moreco.security.error.SecurityError
 
getPassword() - 类 中的方法xyz.weechang.moreco.security.auth.common.MorecoUserDetails
 
getPrincipal() - 类 中的方法xyz.weechang.moreco.security.auth.jwt.JwtAuthenticationToken
 
getToken() - 类 中的方法xyz.weechang.moreco.security.auth.jwt.JwtAuthenticationToken
 
getTokenExpiredTime() - 类 中的方法xyz.weechang.moreco.security.config.SecurityProperties
 
getUserLoginInfo(String) - 类 中的方法xyz.weechang.moreco.security.auth.jwt.JwtUserDetailsService
获取用户登录信息
getUsername() - 类 中的方法xyz.weechang.moreco.security.auth.common.MorecoUserDetails
 

H

handle(HttpServletRequest, HttpServletResponse, AccessDeniedException) - 类 中的方法xyz.weechang.moreco.security.auth.common.MorecoAccessDeniedHandler
 
hasPermission(HttpServletRequest, Authentication) - 类 中的方法xyz.weechang.moreco.security.auth.common.MorecoAuthorityService
 

I

init() - 类 中的方法xyz.weechang.moreco.security.config.SecurityProperties
 
isAccountNonExpired() - 类 中的方法xyz.weechang.moreco.security.auth.common.MorecoUserDetails
 
isAccountNonLocked() - 类 中的方法xyz.weechang.moreco.security.auth.common.MorecoUserDetails
 
isCredentialsNonExpired() - 类 中的方法xyz.weechang.moreco.security.auth.common.MorecoUserDetails
 
isEnabled() - 类 中的方法xyz.weechang.moreco.security.auth.common.MorecoUserDetails
 

J

JwtAuthenticationProvider - xyz.weechang.moreco.security.auth.jwt中的类
自定义登录认证
JwtAuthenticationProvider() - 类 的构造器xyz.weechang.moreco.security.auth.jwt.JwtAuthenticationProvider
 
jwtAuthenticationProvider() - 类 中的方法xyz.weechang.moreco.security.config.SecurityAutoConfiguration
 
JwtAuthenticationRefreshFilter - xyz.weechang.moreco.security.auth.jwt中的类
token 刷新filter
JwtAuthenticationRefreshFilter() - 类 的构造器xyz.weechang.moreco.security.auth.jwt.JwtAuthenticationRefreshFilter
 
jwtAuthenticationRefreshFilter() - 类 中的方法xyz.weechang.moreco.security.config.SecurityAutoConfiguration
 
JwtAuthenticationSuccessHandler - xyz.weechang.moreco.security.auth.jwt中的类
自定义登录成功
JwtAuthenticationSuccessHandler() - 类 的构造器xyz.weechang.moreco.security.auth.jwt.JwtAuthenticationSuccessHandler
 
jwtAuthenticationSuccessHandler() - 类 中的方法xyz.weechang.moreco.security.config.SecurityAutoConfiguration
 
JwtAuthenticationToken - xyz.weechang.moreco.security.auth.jwt中的类
JWT token
JwtAuthenticationToken(DecodedJWT) - 类 的构造器xyz.weechang.moreco.security.auth.jwt.JwtAuthenticationToken
 
JwtAuthenticationToken(UserDetails, DecodedJWT, Collection<? extends GrantedAuthority>) - 类 的构造器xyz.weechang.moreco.security.auth.jwt.JwtAuthenticationToken
 
JwtAuthenticationTokenFilter - xyz.weechang.moreco.security.auth.jwt中的类
JWT 授权验证
JwtAuthenticationTokenFilter() - 类 的构造器xyz.weechang.moreco.security.auth.jwt.JwtAuthenticationTokenFilter
 
jwtAuthenticationTokenFilter() - 类 中的方法xyz.weechang.moreco.security.config.SecurityAutoConfiguration
 
JwtLogoutHandler - xyz.weechang.moreco.security.auth.jwt中的类
JWT 注销
JwtLogoutHandler() - 类 的构造器xyz.weechang.moreco.security.auth.jwt.JwtLogoutHandler
 
JwtUserDetailsService - xyz.weechang.moreco.security.auth.jwt中的类
 
JwtUserDetailsService() - 类 的构造器xyz.weechang.moreco.security.auth.jwt.JwtUserDetailsService
 
jwtUserDetailsService() - 类 中的方法xyz.weechang.moreco.security.config.SecurityAutoConfiguration
 

L

loadUserByUsername(String) - 类 中的方法xyz.weechang.moreco.security.auth.common.MorecoUserDetailsService
 
loginSuccess(UserDetails) - 类 中的方法xyz.weechang.moreco.security.auth.jwt.JwtUserDetailsService
登录成功
logout(HttpServletRequest, HttpServletResponse, Authentication) - 类 中的方法xyz.weechang.moreco.security.auth.jwt.JwtLogoutHandler
 

M

MorecoAccessDeniedHandler - xyz.weechang.moreco.security.auth.common中的类
自定义403响应内容
MorecoAccessDeniedHandler() - 类 的构造器xyz.weechang.moreco.security.auth.common.MorecoAccessDeniedHandler
 
morecoAccessDeniedHandler() - 类 中的方法xyz.weechang.moreco.security.config.SecurityAutoConfiguration
 
MorecoAuthenticationEntryPoint - xyz.weechang.moreco.security.auth.common中的类
自定义未登录
MorecoAuthenticationEntryPoint() - 类 的构造器xyz.weechang.moreco.security.auth.common.MorecoAuthenticationEntryPoint
 
morecoAuthenticationEntryPoint() - 类 中的方法xyz.weechang.moreco.security.config.SecurityAutoConfiguration
 
MorecoAuthenticationFailureHandler - xyz.weechang.moreco.security.auth.common中的类
自定义登录失败
MorecoAuthenticationFailureHandler() - 类 的构造器xyz.weechang.moreco.security.auth.common.MorecoAuthenticationFailureHandler
 
morecoAuthenticationFailureHandler() - 类 中的方法xyz.weechang.moreco.security.config.SecurityAutoConfiguration
 
MorecoAuthorityService - xyz.weechang.moreco.security.auth.common中的类
权限验证
MorecoAuthorityService() - 类 的构造器xyz.weechang.moreco.security.auth.common.MorecoAuthorityService
 
MorecoLogoutSuccessHandler - xyz.weechang.moreco.security.auth.common中的类
自定义登出成功
MorecoLogoutSuccessHandler() - 类 的构造器xyz.weechang.moreco.security.auth.common.MorecoLogoutSuccessHandler
 
morecoLogoutSuccessHandler() - 类 中的方法xyz.weechang.moreco.security.config.SecurityAutoConfiguration
 
morecoSecurityService - 类 中的变量xyz.weechang.moreco.security.auth.common.MorecoUserDetailsService
 
morecoSecurityService - 类 中的变量xyz.weechang.moreco.security.config.WebSecurityConfig
 
MorecoUserDetails - xyz.weechang.moreco.security.auth.common中的类
UserDetails 实现类
MorecoUserDetails() - 类 的构造器xyz.weechang.moreco.security.auth.common.MorecoUserDetails
 
MorecoUserDetails(String, String) - 类 的构造器xyz.weechang.moreco.security.auth.common.MorecoUserDetails
 
MorecoUserDetailsService - xyz.weechang.moreco.security.auth.common中的类
UserDetailsService 实现
MorecoUserDetailsService() - 类 的构造器xyz.weechang.moreco.security.auth.common.MorecoUserDetailsService
 

O

onAuthenticationFailure(HttpServletRequest, HttpServletResponse, AuthenticationException) - 类 中的方法xyz.weechang.moreco.security.auth.common.MorecoAuthenticationFailureHandler
 
onAuthenticationSuccess(HttpServletRequest, HttpServletResponse, Authentication) - 类 中的方法xyz.weechang.moreco.security.auth.jwt.JwtAuthenticationSuccessHandler
 
onLogoutSuccess(HttpServletRequest, HttpServletResponse, Authentication) - 类 中的方法xyz.weechang.moreco.security.auth.common.MorecoLogoutSuccessHandler
 
OptionsRequestFilter - xyz.weechang.moreco.security.auth.common中的类
spring security 跨域处理
OptionsRequestFilter() - 类 的构造器xyz.weechang.moreco.security.auth.common.OptionsRequestFilter
 

P

PREFIX - 类 中的静态变量xyz.weechang.moreco.security.config.SecurityProperties
配置前缀

S

SecurityAutoConfiguration - xyz.weechang.moreco.security.config中的类
自动配置
SecurityAutoConfiguration() - 类 的构造器xyz.weechang.moreco.security.config.SecurityAutoConfiguration
 
SecurityConstants - xyz.weechang.moreco.security.config中的接口
security 常量
SecurityError - xyz.weechang.moreco.security.error中的枚举
security 错误
securityHeader - 接口 中的静态变量xyz.weechang.moreco.security.config.SecurityConstants
安全Key
securityProperties() - 类 中的方法xyz.weechang.moreco.security.config.SecurityAutoConfiguration
 
SecurityProperties - xyz.weechang.moreco.security.config中的类
Security 配置文件
SecurityProperties() - 类 的构造器xyz.weechang.moreco.security.config.SecurityProperties
 
setBeanFactory(BeanFactory) - 类 中的方法xyz.weechang.moreco.security.config.SecurityAutoConfiguration
 
setDetails(Object) - 类 中的方法xyz.weechang.moreco.security.auth.jwt.JwtAuthenticationToken
 
shouldTokenRefresh(Date) - 类 中的方法xyz.weechang.moreco.security.auth.jwt.JwtAuthenticationRefreshFilter
 
supports(Class<?>) - 类 中的方法xyz.weechang.moreco.security.auth.jwt.JwtAuthenticationProvider
 

V

valueOf(String) - 枚举 中的静态方法xyz.weechang.moreco.security.error.SecurityError
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法xyz.weechang.moreco.security.error.SecurityError
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

WebSecurityConfig - xyz.weechang.moreco.security.config中的类
配置
WebSecurityConfig() - 类 的构造器xyz.weechang.moreco.security.config.WebSecurityConfig
 

X

xyz.weechang.moreco.security.auth.common - 程序包 xyz.weechang.moreco.security.auth.common
 
xyz.weechang.moreco.security.auth.jwt - 程序包 xyz.weechang.moreco.security.auth.jwt
 
xyz.weechang.moreco.security.config - 程序包 xyz.weechang.moreco.security.config
 
xyz.weechang.moreco.security.error - 程序包 xyz.weechang.moreco.security.error
 
A C D G H I J L M O P S V W X 
跳过导航链接

Copyright © 2019. All rights reserved.