Package org.apache.activemq.shiro.authz
Interface Action
-
- All Known Implementing Classes:
DestinationAction
public interface Action
AnAction
represents an attempt to perform some behavior, typically on a particular resource.- Since:
- 5.10.0
- See Also:
DestinationAction
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
toString()
Returns a human readable string that indicates what this action is, for example "open doors" or "delete file /usr/local/foo"
-