Uses of Interface
org.apache.activemq.shiro.authz.ActionPermissionResolver
-
Packages that use ActionPermissionResolver Package Description org.apache.activemq.shiro.authz -
-
Uses of ActionPermissionResolver in org.apache.activemq.shiro.authz
Classes in org.apache.activemq.shiro.authz that implement ActionPermissionResolver Modifier and Type Class Description class
DestinationActionPermissionResolver
ADestinationActionPermissionResolver
inspectsDestinationAction
s and returns one or moreWildcardPermission
s that must be granted to aSubject
in order for thatSubject
to perform the action being taken on anActiveMQDestination
.Methods in org.apache.activemq.shiro.authz that return ActionPermissionResolver Modifier and Type Method Description ActionPermissionResolver
AuthorizationFilter. getActionPermissionResolver()
Returns theActionPermissionResolver
used to indicate which permissions are required to be granted to aSubject
to perform a particular destinationAction
, (such as creating a destination, or reading from a queue, etc).Methods in org.apache.activemq.shiro.authz with parameters of type ActionPermissionResolver Modifier and Type Method Description void
AuthorizationFilter. setActionPermissionResolver(ActionPermissionResolver actionPermissionResolver)
Sets theActionPermissionResolver
used to indicate which permissions are required to be granted to aSubject
to perform a particular destinationAction
, (such as creating a destination, or reading from a queue, etc).
-