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 classDestinationActionADestinationActionrepresents 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 allPermissions that must be granted to aSubjectin order for theSubjectto execute the action, or an empty collection if no permissions are required.Collection<org.apache.shiro.authz.Permission>DestinationActionPermissionResolver. getPermissions(Action action)
-