public enum AuthorizationExtensionPointEvent extends java.lang.Enum<AuthorizationExtensionPointEvent> implements ExtensionPointEvent
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTR_COMMENT
Attribute name for the script context
|
static java.lang.String |
ATTR_CURRENT_LEVEL
Attribute name for the script context
|
static java.lang.String |
ATTR_NEXT_LEVEL
Attribute name for the script context
|
static java.lang.String |
ATTR_TRANSACTION
Attribute name for the script context
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionPointNature |
nature()
Returns the nature of this set of events
|
static AuthorizationExtensionPointEvent |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationExtensionPointEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final AuthorizationExtensionPointEvent AUTHORIZE
public static final AuthorizationExtensionPointEvent DENY
public static final AuthorizationExtensionPointEvent CANCEL
public static final java.lang.String ATTR_TRANSACTION
public static final java.lang.String ATTR_CURRENT_LEVEL
public static final java.lang.String ATTR_NEXT_LEVEL
public static final java.lang.String ATTR_COMMENT
public static AuthorizationExtensionPointEvent[] values()
for (AuthorizationExtensionPointEvent c : AuthorizationExtensionPointEvent.values()) System.out.println(c);
public static AuthorizationExtensionPointEvent 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 namejava.lang.NullPointerException - if the argument is nullpublic ExtensionPointNature nature()
ExtensionPointEventnature in interface ExtensionPointEvent