Spring Security Framework

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

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

Uses of ChannelDecisionManager in org.springframework.security.securechannel
 

Classes in org.springframework.security.securechannel that implement ChannelDecisionManager
 class ChannelDecisionManagerImpl
          Implementation of ChannelDecisionManager.
 

Methods in org.springframework.security.securechannel that return ChannelDecisionManager
 ChannelDecisionManager ChannelProcessingFilter.getChannelDecisionManager()
           
 

Methods in org.springframework.security.securechannel with parameters of type ChannelDecisionManager
 void ChannelProcessingFilter.setChannelDecisionManager(ChannelDecisionManager channelDecisionManager)
           
 


Spring Security Framework

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