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
ZkAuthenticationProcessingFilter,
ShowWindowEventListener| Constructor and Description |
|---|
ZkAuthenticationEntryPoint()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
commence(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
org.acegisecurity.AuthenticationException authException)
Deprecated.
This implementation forward request to onAcegiLogin command.
|
public void commence(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
org.acegisecurity.AuthenticationException authException)
throws IOException,
javax.servlet.ServletException
This implementation forward request to onAcegiLogin command.
commence in interface org.acegisecurity.ui.AuthenticationEntryPointcommence in class org.acegisecurity.ui.webapp.AuthenticationProcessingFilterEntryPointIOExceptionjavax.servlet.ServletExceptionCopyright © 2019. All rights reserved.