Uses of Interface
org.apache.activemq.shiro.authz.Action
Packages that use Action
-
Uses of Action in org.apache.activemq.shiro.authz
Classes in org.apache.activemq.shiro.authz that implement ActionModifier and TypeClassDescriptionclassADestinationActionrepresents 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 ActionModifier and TypeMethodDescriptionCollection<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)