Package | Description |
---|---|
com.verisign.epp.codec.loginsecpolicy.v02 |
Modifier and Type | Method and Description |
---|---|
static EPPLoginSecPolicyEvent.EventLevel |
EPPLoginSecPolicyEvent.EventLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPLoginSecPolicyEvent.EventLevel[] |
EPPLoginSecPolicyEvent.EventLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPLoginSecPolicyEvent.EventLevel> |
EPPLoginSecPolicyEvent.getLevels()
Gets the level list.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLoginSecPolicyEvent.addLevel(EPPLoginSecPolicyEvent.EventLevel aLevel)
Add a level to the list of levels.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLoginSecPolicyEvent.setLevels(java.util.List<EPPLoginSecPolicyEvent.EventLevel> aLevels)
Sets the level list.
|
Constructor and Description |
---|
EPPLoginSecPolicyEvent(EPPLoginSecPolicyEvent.EventType aType,
EPPLoginSecPolicyEvent.EventLevel aLevel)
EPPLoginSecPolicyEvent constructor that takes the required type
and an single level attributes. |
Constructor and Description |
---|
EPPLoginSecPolicyEvent(EPPLoginSecPolicyEvent.EventType aType,
java.util.List<EPPLoginSecPolicyEvent.EventLevel> aLevels)
EPPLoginSecPolicyEvent constructor that takes the required type
and levels attributes. |
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.