@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface SecuredChannel
MessageChannel bean definition
from JavaConfig - on @Bean method level.
Applies the ChannelSecurityInterceptor(s) using provided interceptor() bean name(s).
The sendAccess() and receiveAccess() policies are populated to the
ChannelSecurityInterceptor(s) from the ChannelSecurityInterceptorBeanPostProcessor.
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
interceptor |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String[] |
receiveAccess |
java.lang.String[] |
sendAccess |