Interface | Description |
---|---|
Action |
An
Action represents an attempt to perform some behavior, typically on a particular resource. |
ActionPermissionResolver |
An
ActionPermissionResolver will inspect an Action and return
Permission s that must be granted to a Subject in order for the
Subject to execute the action. |
Class | Description |
---|---|
ActiveMQPermissionResolver |
WildcardPermissionResolver that can create case-sensitive (or case-insensitive)
WildcardPermission instances as expected for ActiveMQ. |
ActiveMQWildcardPermission | |
AuthorizationFilter |
The
AuthorizationFilter asserts that actions are allowed to execute first before they are actually
executed. |
DestinationAction |
A
DestinationAction represents behavior being taken on a particular ActiveMQDestination , such as
creation, removal, and reading messages from it or writing messages to it. |
DestinationActionPermissionResolver |
A
DestinationActionPermissionResolver inspects DestinationAction s and returns one or more
WildcardPermission s that must be granted to a Subject in order for that Subject to
perform the action being taken on an ActiveMQDestination . |
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.