Class SecuredChannelsParser

All Implemented Interfaces:
BeanDefinitionParser

@Deprecated(since="6.0") public class SecuredChannelsParser extends AbstractSingleBeanDefinitionParser
Deprecated.
since 6.0 in favor of literally new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())
Creates a ChannelSecurityInterceptor to control send and receive access, and creates a bean post-processor to apply the interceptor to MessageChannels whose names match the specified patterns.
Author:
Jonas Partner, Mark Fisher, Artem Bilan