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

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

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

Subclasses of AbstractAuthenticationTargetUrlRequestHandler 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.
 class SimpleUrlAuthenticationSuccessHandler
          AuthenticationSuccessHandler which can be configured with a default URL which users should be sent to upon successful authentication.
 

Uses of AbstractAuthenticationTargetUrlRequestHandler in org.springframework.security.web.authentication.logout
 

Subclasses of AbstractAuthenticationTargetUrlRequestHandler in org.springframework.security.web.authentication.logout
 class SimpleUrlLogoutSuccessHandler
          Handles the navigation on logout by delegating to the AbstractAuthenticationTargetUrlRequestHandler base class logic.
 



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