|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Action.Type>
com.tibco.tibems.tibemsd.security.Action.Type
public static enum Action.Type
Action.Type represents various actions that can be permissioned by the EMS server. These correspond to the permissions that can be granted in the acl.conf file.
Enum Constant Summary | |
---|---|
QUEUE_BROWSE
permission to create queue browsers |
|
QUEUE_RECEIVE
permission to create queue receivers |
|
QUEUE_SEND
permission to create queue senders |
|
TOPIC_DURABLE
permission to create, delete, or modify durable subscribers on the topic |
|
TOPIC_PUBLISH
permission to publish on the topic |
|
TOPIC_SUBSCRIBE
permission to create non-durable subscribers on the topic |
|
TOPIC_USE_DURABLE
permission to use an existing durable subscriber on the topic, but not to create, delete, or modify the durable subscriber |
Method Summary | |
---|---|
static Action.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Action.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Action.Type QUEUE_RECEIVE
public static final Action.Type QUEUE_SEND
public static final Action.Type QUEUE_BROWSE
public static final Action.Type TOPIC_SUBSCRIBE
public static final Action.Type TOPIC_PUBLISH
public static final Action.Type TOPIC_DURABLE
public static final Action.Type TOPIC_USE_DURABLE
Method Detail |
---|
public static final Action.Type[] values()
for(Action.Type c : Action.Type.values()) System.out.println(c);
public static Action.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |