Class MessageAuthorizationHandlerInterceptor<M extends Message>

java.lang.Object
org.axonframework.extension.spring.authorization.MessageAuthorizationHandlerInterceptor<M>
Type Parameters:
T - The message type this interceptor can process
All Implemented Interfaces:
MessageHandlerInterceptor<M>

public class MessageAuthorizationHandlerInterceptor<M extends Message> extends Object implements MessageHandlerInterceptor<M>
A MessageHandlerInterceptor that verifies authorization based on Secured annotations on the payload of Messages.
Since:
4.11.0
Author:
Roald Bankras