public class JwtAuthorizationFilter
extends org.springframework.security.web.authentication.www.BasicAuthenticationFilter
| Constructor and Description |
|---|
JwtAuthorizationFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager,
SecurityProperties securityProperties) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFilterInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain) |
afterPropertiesSet, getAuthenticationEntryPoint, getAuthenticationManager, getCredentialsCharset, isIgnoreFailure, onSuccessfulAuthentication, onUnsuccessfulAuthentication, setAuthenticationDetailsSource, setCredentialsCharset, setRememberMeServicesdoFilter, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchpublic JwtAuthorizationFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager,
SecurityProperties securityProperties)
protected void doFilterInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain)
throws IOException,
javax.servlet.ServletException
doFilterInternal in class org.springframework.security.web.authentication.www.BasicAuthenticationFilterIOExceptionjavax.servlet.ServletExceptionCopyright © 2019. All rights reserved.