net.sourceforge.pebble.security
Class AuthenticationProcessingFilter

java.lang.Object
  extended by org.acegisecurity.ui.webapp.AuthenticationProcessingFilter
      extended by net.sourceforge.pebble.security.AuthenticationProcessingFilter

public class AuthenticationProcessingFilter
extends org.acegisecurity.ui.webapp.AuthenticationProcessingFilter

Overidden to redirect the user to the blog that they were trying to log in to.

Author:
Simon Brown

Constructor Summary
AuthenticationProcessingFilter()
           
 
Method Summary
protected  void onPreAuthentication(HttpServletRequest request, HttpServletResponse response)
          Overidden to set the value of the defaultTargetUrl property based upon a form parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationProcessingFilter

public AuthenticationProcessingFilter()
Method Detail

onPreAuthentication

protected void onPreAuthentication(HttpServletRequest request,
                                   HttpServletResponse response)
                            throws AuthenticationException,
                                   java.io.IOException
Overidden to set the value of the defaultTargetUrl property based upon a form parameter.

Parameters:
request -
response -
Throws:
AuthenticationException
java.io.IOException


Copyright © 2003-2006, Simon Brown. All Rights Reserved.