Uses of Package
org.apache.activemq.shiro.authz
-
Packages that use org.apache.activemq.shiro.authz Package Description org.apache.activemq.shiro org.apache.activemq.shiro.authz -
Classes in org.apache.activemq.shiro.authz used by org.apache.activemq.shiro Class Description AuthorizationFilter TheAuthorizationFilter
asserts that actions are allowed to execute first before they are actually executed. -
Classes in org.apache.activemq.shiro.authz used by org.apache.activemq.shiro.authz Class 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.DestinationAction ADestinationAction
represents behavior being taken on a particularActiveMQDestination
, such as creation, removal, and reading messages from it or writing messages to it.