Uses of Interface
org.springframework.security.web.access.channel.ChannelProcessor

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

Uses of ChannelProcessor in org.springframework.security.web.access.channel
 

Classes in org.springframework.security.web.access.channel 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.
 

Methods in org.springframework.security.web.access.channel that return types with arguments of type ChannelProcessor
protected  List<ChannelProcessor> ChannelDecisionManagerImpl.getChannelProcessors()
           
 



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