Spring Security Framework

Uses of Interface
org.springframework.security.securechannel.ChannelProcessor

Packages that use ChannelProcessor
org.springframework.security.securechannel Classes that ensure web requests are received over required transport channels. 
 

Uses of ChannelProcessor in org.springframework.security.securechannel
 

Classes in org.springframework.security.securechannel that implement ChannelProcessor
 class InsecureChannelProcessor
          Ensures channel security is inactive by review of HttpServletRequest.isSecure() responses.
 class SecureChannelProcessor
          Ensures channel security is active by review of HttpServletRequest.isSecure() responses.
 


Spring Security Framework

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