Package org.apache.activemq.shiro.authz
-
Interface Summary Interface Description Action AnAction
represents an attempt to perform some behavior, typically on a particular resource.ActionPermissionResolver AnActionPermissionResolver
will inspect anAction
and returnPermission
s that must be granted to aSubject
in order for theSubject
to execute the action. -
Class Summary Class Description ActiveMQPermissionResolver WildcardPermissionResolver
that can create case-sensitive (or case-insensitive)WildcardPermission
instances as expected for ActiveMQ.ActiveMQWildcardPermission AuthorizationFilter TheAuthorizationFilter
asserts that actions are allowed to execute first before they are actually executed.DestinationAction ADestinationAction
represents behavior being taken on a particularActiveMQDestination
, such as creation, removal, and reading messages from it or writing messages to it.DestinationActionPermissionResolver ADestinationActionPermissionResolver
inspectsDestinationAction
s and returns one or moreWildcardPermission
s that must be granted to aSubject
in order for thatSubject
to perform the action being taken on anActiveMQDestination
.