Uses of Package
org.springframework.security.web.savedrequest

Packages that use org.springframework.security.web.savedrequest
org.springframework.security.web.access Access-control related classes and packages. 
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.savedrequest Classes related to the caching of an HttpServletRequest which requires authentication. 
 

Classes in org.springframework.security.web.savedrequest used by org.springframework.security.web.access
RequestCache
          Implements "saved request" logic, allowing a single request to be retrieved and restarted after redirecting to an authentication mechanism.
 

Classes in org.springframework.security.web.savedrequest used by org.springframework.security.web.authentication
RequestCache
          Implements "saved request" logic, allowing a single request to be retrieved and restarted after redirecting to an authentication mechanism.
 

Classes in org.springframework.security.web.savedrequest used by org.springframework.security.web.savedrequest
RequestCache
          Implements "saved request" logic, allowing a single request to be retrieved and restarted after redirecting to an authentication mechanism.
SavedRequest
          Encapsulates the functionality required of a cached request for both an authentication mechanism (typically form-based login) to redirect to the original URL and for a RequestCache to build a wrapped request, reproducing the original request data.
 



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