ChannelProcessor implementations are iterated by the ChannelDecisionManagerImpl .
If an implementation has an issue with the channel security, they should take action themselves. The callers of the implementation do not take any action.
| Method Summary | |
|---|---|
| void |
Decided whether the presented FilterInvocation provides the appropriate level of channel security based on the requested ConfigAttributeDefinition . |
| boolean |
Indicates whether this ChannelProcessor is able to process the passed
ConfigAttribute.
|
ChannelProcessor is able to process the passed
ConfigAttribute.This allows the ChannelProcessingFilter to check every
configuration attribute can be consumed by the configured ChannelDecisionManager.