public static enum EPPLoginSecPolicyEvent.EventType extends java.lang.Enum<EPPLoginSecPolicyEvent.EventType> implements java.io.Serializable, java.lang.Cloneable
Enum Constant and Description |
---|
certificate
Client certificate expiry event type.
|
cipher
Insecure or deprecated TLS cipher suite event type.
|
custom
Custom event type.
|
newPW
New password does not meet server password complexity requirements
event type.
|
password
Password expiry event type.
|
stat
Login security statistical warning event type.
|
tlsProtocol
Insecure or deprecated TLS protocol event type.
|
Modifier and Type | Method and Description |
---|---|
static EPPLoginSecPolicyEvent.EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPLoginSecPolicyEvent.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPLoginSecPolicyEvent.EventType password
public static final EPPLoginSecPolicyEvent.EventType certificate
public static final EPPLoginSecPolicyEvent.EventType cipher
public static final EPPLoginSecPolicyEvent.EventType tlsProtocol
public static final EPPLoginSecPolicyEvent.EventType newPW
public static final EPPLoginSecPolicyEvent.EventType stat
public static final EPPLoginSecPolicyEvent.EventType custom
public static EPPLoginSecPolicyEvent.EventType[] values()
for (EPPLoginSecPolicyEvent.EventType c : EPPLoginSecPolicyEvent.EventType.values()) System.out.println(c);
public static EPPLoginSecPolicyEvent.EventType 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 null