org.zkoss.zkplus.acegi
Class ZkAuthenticationEntryPoint

java.lang.Object
  extended by org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
      extended by org.zkoss.zkplus.acegi.ZkAuthenticationEntryPoint
All Implemented Interfaces:
org.acegisecurity.ui.AuthenticationEntryPoint, org.springframework.beans.factory.InitializingBean

public class ZkAuthenticationEntryPoint
extends org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint

This implementation would forward to onAcegiLogin event and popup a login page.

Applicable to Acegi Security version 1.0.3

Author:
Henri
See Also:
ZkAuthenticationProcessingFilter, ShowWindowEventListener

Constructor Summary
ZkAuthenticationEntryPoint()
           
 
Method Summary
 void commence(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, org.acegisecurity.AuthenticationException authException)
          This implementation forward request to onAcegiLogin command.
 
Methods inherited from class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
afterPropertiesSet, getForceHttps, getLoginFormUrl, getPortMapper, getPortResolver, isServerSideRedirect, setForceHttps, setLoginFormUrl, setPortMapper, setPortResolver, setServerSideRedirect
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZkAuthenticationEntryPoint

public ZkAuthenticationEntryPoint()
Method Detail

commence

public void commence(javax.servlet.ServletRequest request,
                     javax.servlet.ServletResponse response,
                     org.acegisecurity.AuthenticationException authException)
              throws java.io.IOException,
                     javax.servlet.ServletException

This implementation forward request to onAcegiLogin command.

Specified by:
commence in interface org.acegisecurity.ui.AuthenticationEntryPoint
Overrides:
commence in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
Throws:
java.io.IOException
javax.servlet.ServletException


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo