public enum GrouperActivemqPermissionAction extends Enum<GrouperActivemqPermissionAction>
Enum Constant and Description |
---|
createDestination
create a queue/topic in this destination or somewhere under this destination
|
createDestinationInherit
create a queue/topic in this destination or somewhere under this destination
|
deleteDestination
delete a queue/topic in this destinate or somewhere under this destination
|
deleteDestinationInherit
delete a queue/topic in this destinate or somewhere under this destination
|
receiveMessage
receive a message
|
receiveMessageInherit
receive a message on this destination or sub destinations
|
sendMessage
send a message
|
sendMessageInherit
send a message on this destination or sub destinations
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
actionAllowedIfArgumentAllowed(GrouperActivemqPermissionAction grouperActivemqPermissionAction) |
static GrouperActivemqPermissionAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrouperActivemqPermissionAction |
valueOfIgnoreCase(String string,
boolean exceptionOnNotFound)
do a case-insensitive matching
|
static GrouperActivemqPermissionAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrouperActivemqPermissionAction sendMessage
public static final GrouperActivemqPermissionAction sendMessageInherit
public static final GrouperActivemqPermissionAction receiveMessage
public static final GrouperActivemqPermissionAction receiveMessageInherit
public static final GrouperActivemqPermissionAction createDestination
public static final GrouperActivemqPermissionAction deleteDestination
public static final GrouperActivemqPermissionAction createDestinationInherit
public static final GrouperActivemqPermissionAction deleteDestinationInherit
public static GrouperActivemqPermissionAction[] values()
for (GrouperActivemqPermissionAction c : GrouperActivemqPermissionAction.values()) System.out.println(c);
public static GrouperActivemqPermissionAction valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static GrouperActivemqPermissionAction valueOfIgnoreCase(String string, boolean exceptionOnNotFound)
string
- exceptionOnNotFound
- public abstract boolean actionAllowedIfArgumentAllowed(GrouperActivemqPermissionAction grouperActivemqPermissionAction)
grouperActivemqPermissionAction
- Copyright © 2016 Internet2. All rights reserved.