public class BasicAuthWithRememberMeFilter
extends org.springframework.security.web.authentication.www.BasicAuthenticationFilter
| Constructor and Description |
|---|
BasicAuthWithRememberMeFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager,
org.springframework.security.web.AuthenticationEntryPoint authenticationEntryPoint) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onSuccessfulAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authResult) |
afterPropertiesSet, doFilterInternal, getAuthenticationEntryPoint, getAuthenticationManager, getCredentialsCharset, isIgnoreFailure, onUnsuccessfulAuthentication, setAuthenticationDetailsSource, setCredentialsCharset, setRememberMeServicesdoFilter, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchpublic BasicAuthWithRememberMeFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager,
org.springframework.security.web.AuthenticationEntryPoint authenticationEntryPoint)
protected void onSuccessfulAuthentication(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
org.springframework.security.core.Authentication authResult)
throws java.io.IOException
onSuccessfulAuthentication in class org.springframework.security.web.authentication.www.BasicAuthenticationFilterjava.io.IOException