Package | Description |
---|---|
com.verisign.epp.codec.loginsecpolicy.v03 |
Modifier and Type | Method and Description |
---|---|
EPPLoginSecPolicyEvent.EventErrorAction |
EPPLoginSecPolicyEvent.getErrorAction()
Gets the error action.
|
static EPPLoginSecPolicyEvent.EventErrorAction |
EPPLoginSecPolicyEvent.EventErrorAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPLoginSecPolicyEvent.EventErrorAction[] |
EPPLoginSecPolicyEvent.EventErrorAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLoginSecPolicyEvent.setErrorAction(EPPLoginSecPolicyEvent.EventErrorAction aErrorAction)
Sets the error action.
|
Constructor and Description |
---|
EPPLoginSecPolicyEvent(EPPLoginSecPolicyEvent.EventType aType,
java.util.List<EPPLoginSecPolicyEvent.EventLevel> aLevels,
java.lang.String aName,
java.lang.Boolean aExDate,
java.lang.String aExPeriod,
java.lang.String aWarningPeriod,
EPPLoginSecPolicyEvent.EventErrorAction aErrorAction,
java.lang.Integer aThreshold,
java.lang.String aPeriod)
EPPLoginSecPolicyEvent constructor that takes all attributes. |
Copyright © VeriSign Inc. All Rights Reserved.