| Class | Description |
|---|---|
| MessageAuthorizationDispatchInterceptor<T extends Message<?>> |
A
MessageDispatchInterceptor that adds the {$code username} and {$code authorities} from the authorized
principle. |
| MessageAuthorizationHandlerInterceptor<T extends Message<?>> |
A
MessageHandlerInterceptor that verifies authorization based on Secured annotations on the payload
of Messages. |
| SecuredMessageHandlerDefinition |
MessageHandlerDefinition that verifies authorization based on
Secured annotations on the message handler. |
| Exception | Description |
|---|---|
| UnauthorizedMessageException |
Exception indicating that a message has been rejected due to a lack of authorization.
|
Copyright © 2010–2025. All rights reserved.