Package | Description |
---|---|
org.apache.activemq.shiro.authz |
Modifier and Type | Class and Description |
---|---|
class |
DestinationActionPermissionResolver
A
DestinationActionPermissionResolver inspects DestinationAction s and returns one or more
WildcardPermission s that must be granted to a Subject in order for that Subject to
perform the action being taken on an ActiveMQDestination . |
Modifier and Type | Method and Description |
---|---|
ActionPermissionResolver |
AuthorizationFilter.getActionPermissionResolver()
Returns the
ActionPermissionResolver used to indicate which permissions are required to be granted to
a Subject to perform a particular destination Action , (such as creating a
destination, or reading from a queue, etc). |
Modifier and Type | Method and Description |
---|---|
void |
AuthorizationFilter.setActionPermissionResolver(ActionPermissionResolver actionPermissionResolver)
Sets the
ActionPermissionResolver used to indicate which permissions are required to be granted to
a Subject to perform a particular destination Action , (such as creating a
destination, or reading from a queue, etc). |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.