com.xebialabs.deployit.security.authentication
Class BasicAuthWithRememberMeFilter

java.lang.Object
  extended by org.springframework.web.filter.GenericFilterBean
      extended by org.springframework.security.web.authentication.www.BasicAuthenticationFilter
          extended by com.xebialabs.deployit.security.authentication.BasicAuthWithRememberMeFilter
All Implemented Interfaces:
javax.servlet.Filter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.EnvironmentAware, org.springframework.web.context.ServletContextAware

public class BasicAuthWithRememberMeFilter
extends org.springframework.security.web.authentication.www.BasicAuthenticationFilter


Field Summary
 
Fields inherited from class org.springframework.web.filter.GenericFilterBean
logger
 
Constructor Summary
BasicAuthWithRememberMeFilter()
           
 
Method Summary
protected  void onSuccessfulAuthentication(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.Authentication authResult)
           
 
Methods inherited from class org.springframework.security.web.authentication.www.BasicAuthenticationFilter
afterPropertiesSet, doFilter, getAuthenticationEntryPoint, getAuthenticationManager, getCredentialsCharset, isIgnoreFailure, onUnsuccessfulAuthentication, setAuthenticationDetailsSource, setAuthenticationEntryPoint, setAuthenticationManager, setCredentialsCharset, setIgnoreFailure, setRememberMeServices
 
Methods inherited from class org.springframework.web.filter.GenericFilterBean
addRequiredProperty, destroy, getFilterConfig, getFilterName, getServletContext, init, initBeanWrapper, initFilterBean, setBeanName, setEnvironment, setServletContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicAuthWithRememberMeFilter

public BasicAuthWithRememberMeFilter()
Method Detail

onSuccessfulAuthentication

protected void onSuccessfulAuthentication(javax.servlet.http.HttpServletRequest request,
                                          javax.servlet.http.HttpServletResponse response,
                                          org.springframework.security.core.Authentication authResult)
                                   throws java.io.IOException
Overrides:
onSuccessfulAuthentication in class org.springframework.security.web.authentication.www.BasicAuthenticationFilter
Throws:
java.io.IOException