Uses of Interface
org.apache.activemq.shiro.authz.Action
-
Packages that use Action Package Description org.apache.activemq.shiro.authz -
-
Uses of Action in org.apache.activemq.shiro.authz
Classes in org.apache.activemq.shiro.authz that implement Action Modifier and Type Class Description class
DestinationAction
ADestinationAction
represents behavior being taken on a particularActiveMQDestination
, such as creation, removal, and reading messages from it or writing messages to it.Methods in org.apache.activemq.shiro.authz with parameters of type Action Modifier and Type Method Description Collection<org.apache.shiro.authz.Permission>
ActionPermissionResolver. getPermissions(Action action)
Returns allPermission
s that must be granted to aSubject
in order for theSubject
to execute the action, or an empty collection if no permissions are required.Collection<org.apache.shiro.authz.Permission>
DestinationActionPermissionResolver. getPermissions(Action action)
-