Spring Security Framework

Package org.springframework.security.wrapper

Populates a Servlet request with a new Spring Security compliant HttpServletRequestWrapper.

See:
          Description

Class Summary
SavedRequestAwareWrapper Provides request parameters, headers and cookies from either an original request or a saved request.
SecurityContextHolderAwareRequestFilter A Filter which populates the ServletRequest with a new request wrapper.
SecurityContextHolderAwareRequestWrapper A Spring Security-aware HttpServletRequestWrapper, which uses the SecurityContext-defined Authentication object for SecurityContextHolderAwareRequestWrapper.isUserInRole(java.lang.String) and HttpServletRequestWrapper.getRemoteUser() responses.
 

Package org.springframework.security.wrapper Description

Populates a Servlet request with a new Spring Security compliant HttpServletRequestWrapper.

To use, simply add the SecurityContextHolderAwareRequestFilter to the Spring Security filter chain.


Spring Security Framework

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