Spring Security Framework

Uses of Interface
org.springframework.security.firewall.HttpFirewall

Packages that use HttpFirewall
org.springframework.security.firewall   
org.springframework.security.util General utility classes used throughout the Spring Security framework. 
 

Uses of HttpFirewall in org.springframework.security.firewall
 

Classes in org.springframework.security.firewall that implement HttpFirewall
 class DefaultHttpFirewall
          Default implementation which wraps requests in order to provide consistent values of the servletPath and pathInfo, which do not contain path parameters (as defined in RFC 2396).
 

Uses of HttpFirewall in org.springframework.security.util
 

Methods in org.springframework.security.util with parameters of type HttpFirewall
 void FilterChainProxy.setFirewall(HttpFirewall firewall)
           
 


Spring Security Framework

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