- authenticate(Authentication) - 类 中的方法org.springframework.security.boot.jwt.authentication.JwtAuthenticationProvider
-
完成匹配Token的认证,这里返回的对象最终会通过:SecurityContextHolder.getContext().setAuthentication(authResult); 放置在上下文中
- authenticate(Authentication) - 类 中的方法org.springframework.security.boot.jwt.authentication.JwtAuthorizationProvider
-
完成匹配Token的认证,这里返回的对象最终会通过:SecurityContextHolder.getContext().setAuthentication(authResult); 放置在上下文中
- authenticate(Authentication) - 类 中的方法org.springframework.security.boot.jwt.authentication.server.JwtReactiveAuthenticationManager
-
- AuthenticationJwtExpiredException - org.springframework.security.boot.jwt.exception中的异常错误
-
- AuthenticationJwtExpiredException(String) - 异常错误 的构造器org.springframework.security.boot.jwt.exception.AuthenticationJwtExpiredException
-
Constructs an AuthenticationJwtExpiredException with the specified
message.
- AuthenticationJwtExpiredException(String, Throwable) - 异常错误 的构造器org.springframework.security.boot.jwt.exception.AuthenticationJwtExpiredException
-
Constructs an AuthenticationJwtExpiredException with the specified
message and root cause.
- AuthenticationJwtIncorrectException - org.springframework.security.boot.jwt.exception中的异常错误
-
- AuthenticationJwtIncorrectException(String) - 异常错误 的构造器org.springframework.security.boot.jwt.exception.AuthenticationJwtIncorrectException
-
Constructs an AuthenticationJwtIncorrectException with the specified
message.
- AuthenticationJwtIncorrectException(String, Throwable) - 异常错误 的构造器org.springframework.security.boot.jwt.exception.AuthenticationJwtIncorrectException
-
Constructs an AuthenticationJwtIncorrectException with the specified
message and root cause.
- AuthenticationJwtInvalidException - org.springframework.security.boot.jwt.exception中的异常错误
-
- AuthenticationJwtInvalidException(String) - 异常错误 的构造器org.springframework.security.boot.jwt.exception.AuthenticationJwtInvalidException
-
Constructs an AuthenticationJwtInvalidException with the specified
message.
- AuthenticationJwtInvalidException(String, Throwable) - 异常错误 的构造器org.springframework.security.boot.jwt.exception.AuthenticationJwtInvalidException
-
Constructs an AuthenticationJwtInvalidException with the specified
message and root cause.
- AuthenticationJwtIssuedException - org.springframework.security.boot.jwt.exception中的异常错误
-
- AuthenticationJwtIssuedException(String) - 异常错误 的构造器org.springframework.security.boot.jwt.exception.AuthenticationJwtIssuedException
-
Constructs an AuthenticationJwtIssuedException with the specified
message.
- AuthenticationJwtIssuedException(String, Throwable) - 异常错误 的构造器org.springframework.security.boot.jwt.exception.AuthenticationJwtIssuedException
-
Constructs an AuthenticationJwtIssuedException with the specified
message and root cause.
- AuthenticationJwtNotFoundException - org.springframework.security.boot.jwt.exception中的异常错误
-
- AuthenticationJwtNotFoundException(String) - 异常错误 的构造器org.springframework.security.boot.jwt.exception.AuthenticationJwtNotFoundException
-
Constructs an AuthenticationJwtNotFoundException with the specified
message.
- AuthenticationJwtNotFoundException(String, Throwable) - 异常错误 的构造器org.springframework.security.boot.jwt.exception.AuthenticationJwtNotFoundException
-
Constructs an AuthenticationJwtNotFoundException with the specified
message and root cause.
- authenticationToken(String, String) - 类 中的方法org.springframework.security.boot.jwt.authentication.JwtAuthenticationProcessingFilter
-
- AUTHORIZATION_HEADER - 类 中的静态变量org.springframework.security.boot.jwt.authentication.JwtAuthorizationProcessingFilter
-
HTTP Authorization header, equal to X-Authorization
- AUTHORIZATION_HEADER - 类 中的静态变量org.springframework.security.boot.jwt.authentication.server.JwtServerAuthenticationConverter
-
HTTP Authorization header, equal to X-Authorization
- AUTHORIZATION_HEADER - 类 中的静态变量org.springframework.security.boot.jwt.authentication.server.JwtServerAuthorizationSecurityContextRepository
-
HTTP Authorization header, equal to X-Authorization
- AUTHORIZATION_PARAM - 类 中的静态变量org.springframework.security.boot.jwt.authentication.JwtAuthorizationProcessingFilter
-
HTTP Authorization Param, equal to token
- AUTHORIZATION_PARAM - 类 中的静态变量org.springframework.security.boot.jwt.authentication.server.JwtServerAuthenticationConverter
-
HTTP Authorization Param, equal to token
- AUTHORIZATION_PARAM - 类 中的静态变量org.springframework.security.boot.jwt.authentication.server.JwtServerAuthorizationSecurityContextRepository
-
HTTP Authorization Param, equal to token