Spring Integration

Package org.springframework.integration.security.config

Provides classes for configuration - parsers, namespace handlers, bean post processors.

See:
          Description

Class Summary
ChannelSecurityInterceptorBeanPostProcessor A BeanPostProcessor that proxies MessageChannels to apply a ChannelSecurityInterceptor.
IntegrationSecurityNamespaceHandler Namespace handler for the security namespace.
SecuredChannelsParser 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.
 

Package org.springframework.integration.security.config Description

Provides classes for configuration - parsers, namespace handlers, bean post processors.


Spring Integration