|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint org.zkoss.zkplus.acegi.ZkAuthenticationEntryPoint
public class ZkAuthenticationEntryPoint
This implementation would forward to onAcegiLogin event and popup a login page.
Applicable to Acegi Security version 1.0.3
ZkAuthenticationProcessingFilter
,
ShowWindowEventListener
Constructor Summary | |
---|---|
ZkAuthenticationEntryPoint()
Deprecated. |
Method Summary | |
---|---|
void |
commence(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
org.acegisecurity.AuthenticationException authException)
Deprecated. 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 |
---|
public ZkAuthenticationEntryPoint()
Method Detail |
---|
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.
commence
in interface org.acegisecurity.ui.AuthenticationEntryPoint
commence
in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPoint
java.io.IOException
javax.servlet.ServletException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |