Interface Action
- 
 public interface ActionAn instance of this class is passed to the isAllowed() method of an Authorizer to describe the action that is being authorized.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classAction.TypeAction.Type represents various actions that can be permissioned by the EMS server.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDestination()If a destination is associated with the request, this method returns its name as a string.Action.TypegetType()Gets the kind of operation to be authorized.
 
- 
- 
- 
Method Detail- 
getTypeAction.Type getType() Gets the kind of operation to be authorized. These types correspond to the permissions that can be granted in acl.conf- Returns:
- the type of operation
 
 - 
getDestinationjava.lang.String getDestination() If a destination is associated with the request, this method returns its name as a string.- Returns:
- name of the Topic or Queue
 
 
- 
 
-