public static enum EPPLoginSecPolicyEvent.EventErrorAction extends java.lang.Enum<EPPLoginSecPolicyEvent.EventErrorAction> implements java.io.Serializable, java.lang.Cloneable
| Enum Constant and Description |
|---|
connect
The client connection will fail.
|
login
The client login will fail.
|
none
There is no predefined failure action.
|
| Modifier and Type | Method and Description |
|---|---|
static EPPLoginSecPolicyEvent.EventErrorAction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPLoginSecPolicyEvent.EventErrorAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPLoginSecPolicyEvent.EventErrorAction connect
public static final EPPLoginSecPolicyEvent.EventErrorAction login
public static final EPPLoginSecPolicyEvent.EventErrorAction none
public static EPPLoginSecPolicyEvent.EventErrorAction[] values()
for (EPPLoginSecPolicyEvent.EventErrorAction c : EPPLoginSecPolicyEvent.EventErrorAction.values()) System.out.println(c);
public static EPPLoginSecPolicyEvent.EventErrorAction 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 nullCopyright © VeriSign Inc. All Rights Reserved.