Spring Security Framework

Uses of Class
org.springframework.security.ui.savedrequest.SavedRequest

Packages that use SavedRequest
org.springframework.security.ui Authentication processing mechanisms, which respond to the submission of authentication credentials using various protocols (eg BASIC, CAS, form login etc). 
org.springframework.security.util General utility classes used throughout the Spring Security framework. 
org.springframework.security.wrapper Populates a Servlet request with a new Spring Security compliant HttpServletRequestWrapper
 

Uses of SavedRequest in org.springframework.security.ui
 

Methods in org.springframework.security.ui with parameters of type SavedRequest
 String TargetUrlResolverImpl.determineTargetUrl(SavedRequest savedRequest, HttpServletRequest currentRequest, Authentication auth)
           
 String TargetUrlResolver.determineTargetUrl(SavedRequest savedRequest, HttpServletRequest currentRequest, Authentication auth)
           
 

Uses of SavedRequest in org.springframework.security.util
 

Methods in org.springframework.security.util with parameters of type SavedRequest
static String UrlUtils.getFullRequestUrl(SavedRequest sr)
           
static String UrlUtils.getRequestUrl(SavedRequest sr)
           
 

Uses of SavedRequest in org.springframework.security.wrapper
 

Fields in org.springframework.security.wrapper declared as SavedRequest
protected  SavedRequest SavedRequestAwareWrapper.savedRequest
           
 


Spring Security Framework

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