|
Spring Security Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthenticationEntryPoint
Used by ExceptionTranslationFilter
to commence an authentication
scheme.
Method Summary | |
---|---|
void |
commence(ServletRequest request,
ServletResponse response,
AuthenticationException authException)
Commences an authentication scheme. |
Method Detail |
---|
void commence(ServletRequest request, ServletResponse response, AuthenticationException authException) throws IOException, ServletException
ExceptionTranslationFilter
will populate the HttpSession
attribute named
AbstractProcessingFilter.SPRING_SECURITY_SAVED_REQUEST_KEY
with the requested target URL before
calling this method.
Implementations should modify the headers on the ServletResponse
as necessary to
commence the authentication process.
request
- that resulted in an AuthenticationException
response
- so that the user agent can begin authenticationauthException
- that caused the invocation
IOException
ServletException
|
Spring Security Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |