public static enum Events.SecurityTopic extends Enum<Events.SecurityTopic> implements GCUBETopic
GCUBETopic for credentials-related events.| Enum Constant and Description |
|---|
CREDENTIAL_DELEGATION |
CREDENTIAL_REQUEST |
| Modifier and Type | Method and Description |
|---|---|
static Events.SecurityTopic |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Events.SecurityTopic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Events.SecurityTopic CREDENTIAL_REQUEST
public static final Events.SecurityTopic CREDENTIAL_DELEGATION
public static Events.SecurityTopic[] values()
for (Events.SecurityTopic c : Events.SecurityTopic.values()) System.out.println(c);
public static Events.SecurityTopic 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 nullCopyright © 2015. All Rights Reserved.