Package org.apache.activemq.shiro.authz
package org.apache.activemq.shiro.authz
-
ClassDescriptionAn
Actionrepresents an attempt to perform some behavior, typically on a particular resource.AnActionPermissionResolverwill inspect anActionand returnPermissions that must be granted to aSubjectin order for theSubjectto execute the action.WildcardPermissionResolverthat can create case-sensitive (or case-insensitive)WildcardPermissioninstances as expected for ActiveMQ.TheAuthorizationFilterasserts that actions are allowed to execute first before they are actually executed.ADestinationActionrepresents behavior being taken on a particularActiveMQDestination, such as creation, removal, and reading messages from it or writing messages to it.ADestinationActionPermissionResolverinspectsDestinationActions and returns one or moreWildcardPermissions that must be granted to aSubjectin order for thatSubjectto perform the action being taken on anActiveMQDestination.