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

Packages that use AuthenticationSuccessHandler
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. 
 

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

Classes in org.springframework.security.web.authentication that implement AuthenticationSuccessHandler
 class SavedRequestAwareAuthenticationSuccessHandler
          An authentication success strategy which can make use of the DefaultSavedRequest which may have been stored in the session by the ExceptionTranslationFilter.
 class SimpleUrlAuthenticationSuccessHandler
          AuthenticationSuccessHandler which can be configured with a default URL which users should be sent to upon successful authentication.
 

Methods in org.springframework.security.web.authentication with parameters of type AuthenticationSuccessHandler
 void AbstractAuthenticationProcessingFilter.setAuthenticationSuccessHandler(AuthenticationSuccessHandler successHandler)
          Sets the strategy used to handle a successful authentication.
 

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

Methods in org.springframework.security.web.authentication.switchuser with parameters of type AuthenticationSuccessHandler
 void SwitchUserFilter.setSuccessHandler(AuthenticationSuccessHandler successHandler)
          Used to define custom behaviour on a successful switch or exit user.
 



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