Uses of Interface
org.springframework.security.web.authentication.AuthenticationFailureHandler

Packages that use AuthenticationFailureHandler
org.springframework.security.web.authentication Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc). 
org.springframework.security.web.authentication.switchuser Provides HTTP-based "switch user" (su) capabilities. 
org.springframework.security.web.session Session management filters, HttpSession events and publisher classes. 
 

Uses of AuthenticationFailureHandler in org.springframework.security.web.authentication
 

Classes in org.springframework.security.web.authentication that implement AuthenticationFailureHandler
 class ExceptionMappingAuthenticationFailureHandler
          Uses the internal map of exceptions types to URLs to determine the destination on authentication failure.
 class SimpleUrlAuthenticationFailureHandler
          AuthenticationFailureHandler which performs a redirect to the value of the defaultFailureUrl property when the onAuthenticationFailure method is called.
 

Methods in org.springframework.security.web.authentication with parameters of type AuthenticationFailureHandler
 void AbstractAuthenticationProcessingFilter.setAuthenticationFailureHandler(AuthenticationFailureHandler failureHandler)
           
 

Uses of AuthenticationFailureHandler in org.springframework.security.web.authentication.switchuser
 

Methods in org.springframework.security.web.authentication.switchuser with parameters of type AuthenticationFailureHandler
 void SwitchUserFilter.setFailureHandler(AuthenticationFailureHandler failureHandler)
          Used to define custom behaviour when a switch fails.
 

Uses of AuthenticationFailureHandler in org.springframework.security.web.session
 

Methods in org.springframework.security.web.session with parameters of type AuthenticationFailureHandler
 void SessionManagementFilter.setAuthenticationFailureHandler(AuthenticationFailureHandler failureHandler)
          The handler which will be invoked if the AuthenticatedSessionStrategy raises a SessionAuthenticationException, indicating that the user is not allowed to be authenticated for this session (typically because they already have too many sessions open).
 



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.