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.-
Constructor Summary
ConstructorsConstructorDescriptionChannelInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.MessageChannelDeprecated.org.springframework.messaging.Message<?>Deprecated.org.aopalliance.intercept.MethodInvocationDeprecated.booleanDeprecated.booleanisSend()Deprecated.
-
Constructor Details
-
ChannelInvocation
public ChannelInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation) Deprecated.- Parameters:
methodInvocation- the intercepted MethodInvocation instance
-
-
Method Details
-
getChannel
public org.springframework.messaging.MessageChannel getChannel()Deprecated. -
getMessage
public org.springframework.messaging.Message<?> getMessage()Deprecated. -
getMethodInvocation
public org.aopalliance.intercept.MethodInvocation getMethodInvocation()Deprecated. -
isSend
public boolean isSend()Deprecated. -
isReceive
public boolean isReceive()Deprecated.
-
new AuthorizationChannelInterceptor(AuthorityAuthorizationManager.hasAnyRole())