public class JWTAuthorizationFilter
extends org.springframework.security.web.authentication.www.BasicAuthenticationFilter
Constructor and Description |
---|
JWTAuthorizationFilter(org.springframework.security.authentication.AuthenticationManager authManager,
JWTDecoder authenticationService) |
Modifier and Type | Method and Description |
---|---|
protected void |
doFilterInternal(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
javax.servlet.FilterChain chain) |
afterPropertiesSet, getAuthenticationEntryPoint, getAuthenticationManager, getCredentialsCharset, isIgnoreFailure, onSuccessfulAuthentication, onUnsuccessfulAuthentication, setAuthenticationDetailsSource, setCredentialsCharset, setRememberMeServices
doFilter, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatch
public JWTAuthorizationFilter(org.springframework.security.authentication.AuthenticationManager authManager, JWTDecoder authenticationService)
protected void doFilterInternal(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res, javax.servlet.FilterChain chain) throws java.io.IOException, javax.servlet.ServletException
doFilterInternal
in class org.springframework.security.web.authentication.www.BasicAuthenticationFilter
java.io.IOException
javax.servlet.ServletException