|
|||||||||
| Home >> All >> org >> acegisecurity >> intercept >> [ web overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.acegisecurity.intercept.web
Interface AuthenticationEntryPoint

- public interface AuthenticationEntryPoint
Used by SecurityEnforcementFilter to commence an authentication scheme.
- Version:
- $Id: AuthenticationEntryPoint.java,v 1.4 2005/11/17 00:55:50 benalex Exp $
| Method Summary | |
void |
commence(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
org.acegisecurity.AuthenticationException authException)
Commences an authentication scheme. |
| 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
- Commences an authentication scheme.
SecurityEnforcementFilterwill populate theHttpSessionattribute namedAuthenticationProcessingFilter.ACEGI_SECURITY_TARGET_URL_KEYwith the requested target URL before calling this method.Implementations should modify the headers on the
ServletResponseas necessary to commence the authentication process.
|
|||||||||
| Home >> All >> org >> acegisecurity >> intercept >> [ web overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC