Uses of Interface
org.apache.activemq.shiro.authz.ActionPermissionResolver
Packages that use ActionPermissionResolver
-
Uses of ActionPermissionResolver in org.apache.activemq.shiro.authz
Classes in org.apache.activemq.shiro.authz that implement ActionPermissionResolverModifier and TypeClassDescriptionclassADestinationActionPermissionResolverinspectsDestinationActions and returns one or moreWildcardPermissions that must be granted to aSubjectin order for thatSubjectto perform the action being taken on anActiveMQDestination.Methods in org.apache.activemq.shiro.authz that return ActionPermissionResolverModifier and TypeMethodDescriptionAuthorizationFilter.getActionPermissionResolver()Returns theActionPermissionResolverused to indicate which permissions are required to be granted to aSubjectto 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 ActionPermissionResolverModifier and TypeMethodDescriptionvoidAuthorizationFilter.setActionPermissionResolver(ActionPermissionResolver actionPermissionResolver) Sets theActionPermissionResolverused to indicate which permissions are required to be granted to aSubjectto perform a particular destinationAction, (such as creating a destination, or reading from a queue, etc).