Spring Security Framework

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

Packages that use org.springframework.security.ui.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
 

Classes in org.springframework.security.ui.savedrequest used by org.springframework.security.ui
SavedRequest
          Represents central information from a HttpServletRequest.
 

Classes in org.springframework.security.ui.savedrequest used by org.springframework.security.util
SavedRequest
          Represents central information from a HttpServletRequest.
 

Classes in org.springframework.security.ui.savedrequest used by org.springframework.security.wrapper
SavedRequest
          Represents central information from a HttpServletRequest.
 


Spring Security Framework

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