Class ChannelInvocation
java.lang.Object
org.springframework.integration.security.channel.ChannelInvocation
Deprecated.
Secured object for
ChannelSecurityInterceptor
. Maintains a reference
to the original MethodInvocation
instance and provides convenient
access to the secured MessageChannel
. If the intercepted invocation
is a send operation, the Message
is also available.- Author:
- Mark Fisher
-
Constructor Details
-
ChannelInvocation
Deprecated.- Parameters:
methodInvocation
- the intercepted MethodInvocation instance
-
-
Method Details
-
getChannel
Deprecated. -
getMessage
Deprecated. -
getMethodInvocation
Deprecated. -
isSend
public boolean isSend()Deprecated. -
isReceive
public boolean isReceive()Deprecated.
-
new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())