public class JWTAuthorizationFilter
extends org.springframework.security.web.authentication.www.BasicAuthenticationFilter
| Constructor and Description |
|---|
JWTAuthorizationFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager,
JWTManager jwtManager,
org.springframework.security.core.userdetails.UserDetailsService userDetailsService) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFilterInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain) |
afterPropertiesSet, getAuthenticationEntryPoint, getAuthenticationManager, getCredentialsCharset, isIgnoreFailure, onSuccessfulAuthentication, onUnsuccessfulAuthentication, setAuthenticationDetailsSource, setCredentialsCharset, setRememberMeServicesdoFilter, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchpublic JWTAuthorizationFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager,
JWTManager jwtManager,
org.springframework.security.core.userdetails.UserDetailsService userDetailsService)
protected void doFilterInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain chain)
throws IOException,
javax.servlet.ServletException
doFilterInternal in class org.springframework.security.web.authentication.www.BasicAuthenticationFilterIOExceptionjavax.servlet.ServletExceptionCopyright © 2020 com.github.eoscode. All rights reserved.