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, setRememberMeServicesdoFilter, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchpublic 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.BasicAuthenticationFilterjava.io.IOExceptionjavax.servlet.ServletException