Uses of Interface
org.springframework.security.web.RedirectStrategy

Packages that use RedirectStrategy
org.springframework.security.web   
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.session Session management filters, HttpSession events and publisher classes. 
 

Uses of RedirectStrategy in org.springframework.security.web
 

Classes in org.springframework.security.web that implement RedirectStrategy
 class DefaultRedirectStrategy
          Simple implementation of RedirectStrategy which is the default used throughout the framework.
 

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

Methods in org.springframework.security.web.authentication that return RedirectStrategy
protected  RedirectStrategy SimpleUrlAuthenticationFailureHandler.getRedirectStrategy()
           
protected  RedirectStrategy AbstractAuthenticationTargetUrlRequestHandler.getRedirectStrategy()
           
 

Methods in org.springframework.security.web.authentication with parameters of type RedirectStrategy
 void SimpleUrlAuthenticationFailureHandler.setRedirectStrategy(RedirectStrategy redirectStrategy)
          Allows overriding of the behaviour when redirecting to a target URL.
 void AbstractAuthenticationTargetUrlRequestHandler.setRedirectStrategy(RedirectStrategy redirectStrategy)
          Allows overriding of the behaviour when redirecting to a target URL.
 

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

Methods in org.springframework.security.web.session with parameters of type RedirectStrategy
 void SessionManagementFilter.setRedirectStrategy(RedirectStrategy redirectStrategy)
           
 void ConcurrentSessionFilter.setRedirectStrategy(RedirectStrategy redirectStrategy)
           
 



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