跳过导航链接
A C D G I J L P S T W 

A

attemptAuthentication(HttpServletRequest, HttpServletResponse) - 类 中的方法cn.structure.starter.jwt.filter.LoginFilter
 
authenticationEntryPoint() - 类 中的方法cn.structure.starter.jwt.configuration.AutoConfiguration
 
authenticationManagerBean() - 类 中的方法cn.structure.starter.jwt.configuration.WebSecurityConfig
 
AuthUser - cn.structure.starter.jwt.entity中的类
认证用户
AuthUser() - 类 的构造器cn.structure.starter.jwt.entity.AuthUser
 
AuthUser(Serializable, String) - 类 的构造器cn.structure.starter.jwt.entity.AuthUser
 
AutoConfiguration - cn.structure.starter.jwt.configuration中的类
自动装配类
AutoConfiguration() - 类 的构造器cn.structure.starter.jwt.configuration.AutoConfiguration
 

C

cn.structure.starter.jwt - 程序包 cn.structure.starter.jwt
 
cn.structure.starter.jwt.configuration - 程序包 cn.structure.starter.jwt.configuration
 
cn.structure.starter.jwt.dto - 程序包 cn.structure.starter.jwt.dto
 
cn.structure.starter.jwt.entity - 程序包 cn.structure.starter.jwt.entity
 
cn.structure.starter.jwt.filter - 程序包 cn.structure.starter.jwt.filter
 
cn.structure.starter.jwt.interfaces - 程序包 cn.structure.starter.jwt.interfaces
 
cn.structure.starter.jwt.properties - 程序包 cn.structure.starter.jwt.properties
 
commence(HttpServletRequest, HttpServletResponse, AuthenticationException) - 类 中的方法cn.structure.starter.jwt.configuration.JwtAuthenticationEntryPoint
 
configure(HttpSecurity) - 类 中的方法cn.structure.starter.jwt.configuration.WebSecurityConfig
 
configureGlobal(AuthenticationManagerBuilder) - 类 中的方法cn.structure.starter.jwt.configuration.WebSecurityConfig
 
CorsFilter - cn.structure.starter.jwt.configuration中的类
 
CorsFilter() - 类 的构造器cn.structure.starter.jwt.configuration.CorsFilter
 

D

destroy() - 类 中的方法cn.structure.starter.jwt.configuration.CorsFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法cn.structure.starter.jwt.configuration.CorsFilter
 
doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - 类 中的方法cn.structure.starter.jwt.configuration.JwtRequestFilter
 
doGenerateToken(Map<String, Object>, String) - 类 中的方法cn.structure.starter.jwt.configuration.JwtDefaultServiceImpl
 
doGenerateToken(Map<String, Object>, String) - 接口 中的方法cn.structure.starter.jwt.interfaces.ITokenService
通过claims生成token

G

generateToken(AuthUser) - 类 中的方法cn.structure.starter.jwt.configuration.JwtDefaultServiceImpl
 
generateToken(AuthUser) - 接口 中的方法cn.structure.starter.jwt.interfaces.ITokenService
通过用户信息生成token
getAllClaimsFromToken(String) - 类 中的方法cn.structure.starter.jwt.configuration.JwtDefaultServiceImpl
 
getAllClaimsFromToken(String) - 接口 中的方法cn.structure.starter.jwt.interfaces.ITokenService
通过token转换为Claims
getAntMatchers() - 类 中的方法cn.structure.starter.jwt.properties.JwtConfig
 
getAuthorities() - 类 中的方法cn.structure.starter.jwt.entity.AuthUser
 
getId() - 类 中的方法cn.structure.starter.jwt.entity.AuthUser
 
getJwtTokenValidity() - 类 中的方法cn.structure.starter.jwt.properties.JwtConfig
 
getPassword() - 类 中的方法cn.structure.starter.jwt.dto.LoginRequestDTO
 
getPassword() - 类 中的方法cn.structure.starter.jwt.entity.AuthUser
 
getSecret() - 类 中的方法cn.structure.starter.jwt.properties.JwtConfig
 
getToken(HttpServletRequest) - 类 中的方法cn.structure.starter.jwt.configuration.JwtDefaultServiceImpl
 
getToken(HttpServletRequest) - 接口 中的方法cn.structure.starter.jwt.interfaces.ITokenService
通过请求头中获取token
getUserInfoFromToken(String) - 类 中的方法cn.structure.starter.jwt.configuration.JwtDefaultServiceImpl
 
getUserInfoFromToken(String) - 接口 中的方法cn.structure.starter.jwt.interfaces.ITokenService
通过token转换为用户
getUsername() - 类 中的方法cn.structure.starter.jwt.dto.LoginRequestDTO
 
getUsername() - 类 中的方法cn.structure.starter.jwt.entity.AuthUser
 

I

ICorsFilter - cn.structure.starter.jwt.interfaces中的接口
init(FilterConfig) - 类 中的方法cn.structure.starter.jwt.configuration.CorsFilter
 
isAccountNonExpired() - 类 中的方法cn.structure.starter.jwt.entity.AuthUser
 
isAccountNonLocked() - 类 中的方法cn.structure.starter.jwt.entity.AuthUser
 
isCredentialsNonExpired() - 类 中的方法cn.structure.starter.jwt.entity.AuthUser
 
isEnabled() - 类 中的方法cn.structure.starter.jwt.entity.AuthUser
 
isTokenExpired(String) - 类 中的方法cn.structure.starter.jwt.configuration.JwtDefaultServiceImpl
 
isTokenExpired(String) - 接口 中的方法cn.structure.starter.jwt.interfaces.ITokenService
校验token是否失效
ITokenService - cn.structure.starter.jwt.interfaces中的接口
tokenService

J

JwtAuthenticationEntryPoint - cn.structure.starter.jwt.configuration中的类
 
JwtAuthenticationEntryPoint() - 类 的构造器cn.structure.starter.jwt.configuration.JwtAuthenticationEntryPoint
 
JwtConfig - cn.structure.starter.jwt.properties中的类
Jwt配置
JwtConfig() - 类 的构造器cn.structure.starter.jwt.properties.JwtConfig
 
JwtDefaultServiceImpl - cn.structure.starter.jwt.configuration中的类
 
JwtDefaultServiceImpl() - 类 的构造器cn.structure.starter.jwt.configuration.JwtDefaultServiceImpl
 
JwtRequestFilter - cn.structure.starter.jwt.configuration中的类
 
JwtRequestFilter() - 类 的构造器cn.structure.starter.jwt.configuration.JwtRequestFilter
 

L

LoginFilter - cn.structure.starter.jwt.filter中的类
登录处理
LoginFilter(ITokenService) - 类 的构造器cn.structure.starter.jwt.filter.LoginFilter
 
LoginRequestDTO - cn.structure.starter.jwt.dto中的类
 
LoginRequestDTO() - 类 的构造器cn.structure.starter.jwt.dto.LoginRequestDTO
 

P

passwordEncoder() - 类 中的方法cn.structure.starter.jwt.configuration.AutoConfiguration
 

S

setAntMatchers(Map<String, List<String>>) - 类 中的方法cn.structure.starter.jwt.properties.JwtConfig
 
setAuthorities(Collection<GrantedAuthority>) - 类 中的方法cn.structure.starter.jwt.entity.AuthUser
 
setId(Serializable) - 类 中的方法cn.structure.starter.jwt.entity.AuthUser
 
setJwtTokenValidity(long) - 类 中的方法cn.structure.starter.jwt.properties.JwtConfig
 
setPassword(String) - 类 中的方法cn.structure.starter.jwt.dto.LoginRequestDTO
 
setPassword(String) - 类 中的方法cn.structure.starter.jwt.entity.AuthUser
 
setSecret(String) - 类 中的方法cn.structure.starter.jwt.properties.JwtConfig
 
setUsername(String) - 类 中的方法cn.structure.starter.jwt.dto.LoginRequestDTO
 
setUsername(String) - 类 中的方法cn.structure.starter.jwt.entity.AuthUser
 

T

tokenService() - 类 中的方法cn.structure.starter.jwt.configuration.AutoConfiguration
 

W

WebSecurityConfig - cn.structure.starter.jwt.configuration中的类
 
WebSecurityConfig() - 类 的构造器cn.structure.starter.jwt.configuration.WebSecurityConfig
 
A C D G I J L P S T W 
跳过导航链接

Copyright © 2020–2022 structure. All rights reserved.