| org.acegisecurity.securechannel.ChannelDecisionManager
All known Subclasses: org.acegisecurity.securechannel.ChannelDecisionManagerImpl,
ChannelDecisionManager | public interface ChannelDecisionManager (Code) | | Decides whether a web channel provides sufficient security.
author: Ben Alex version: $Id: ChannelDecisionManager.java 1784 2007-02-24 21:00:24Z luke_t $ |
supports | boolean supports(ConfigAttribute attribute)(Code) | | Indicates whether this ChannelDecisionManager is able to process the passed
ConfigAttribute .This allows the ChannelProcessingFilter to check every
configuration attribute can be consumed by the configured ChannelDecisionManager .
Parameters: attribute - a configuration attribute that has been configured against theChannelProcessingFilter true if this ChannelDecisionManager can support the passed configuration attribute |
|
|