Uses of Class
org.springframework.security.web.authentication.SimpleUrlAuthenticationSuccessHandler

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

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

Subclasses of SimpleUrlAuthenticationSuccessHandler in org.springframework.security.web.authentication
 class SavedRequestAwareAuthenticationSuccessHandler
          An authentication success strategy which can make use of the DefaultSavedRequest which may have been stored in the session by the ExceptionTranslationFilter.
 



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