Package | Description |
---|---|
org.apache.activemq.shiro.authz |
Modifier and Type | Class and Description |
---|---|
class |
DestinationAction
A
DestinationAction represents behavior being taken on a particular ActiveMQDestination , such as
creation, removal, and reading messages from it or writing messages to it. |
Modifier and Type | Method and Description |
---|---|
Collection<org.apache.shiro.authz.Permission> |
ActionPermissionResolver.getPermissions(Action action)
Returns all
Permission s that must be granted to a
Subject in order for the Subject to execute the action, or
an empty collection if no permissions are required. |
Collection<org.apache.shiro.authz.Permission> |
DestinationActionPermissionResolver.getPermissions(Action action) |
Copyright © 2005–2018. All rights reserved.