Package | Description |
---|---|
com.verisign.epp.codec.loginsecpolicy.v02 |
Modifier and Type | Method and Description |
---|---|
java.util.List<EPPLoginSecPolicyEvent> |
EPPLoginSecPolicySystem.getEvents()
Gets the list of events if defined.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLoginSecPolicySystem.addEvent(EPPLoginSecPolicyEvent aEvent)
Adds an event to the list of events.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLoginSecPolicySystem.setEvents(java.util.List<EPPLoginSecPolicyEvent> aEvents)
Sets the list of events.
|
Constructor and Description |
---|
EPPLoginSecPolicySystem(EPPLoginSecPolicyPassword aPassword,
java.lang.Boolean aUserAgentSupport,
EPPLoginSecPolicyEvent aEvent)
Constructor for
EPPLoginSecPolicySystem that the required password
attribute and the optional attributes with a single event. |
Constructor and Description |
---|
EPPLoginSecPolicySystem(EPPLoginSecPolicyPassword aPassword,
java.lang.Boolean aUserAgentSupport,
java.util.List<EPPLoginSecPolicyEvent> aEvents)
Constructor for
EPPLoginSecPolicySystem that the required password
attribute and the optional attributes with a list of events. |
Copyright © VeriSign Inc. All Rights Reserved.