Package | Description |
---|---|
com.verisign.epp.codec.loginsec.v02 |
Modifier and Type | Method and Description |
---|---|
static EventType |
EventType.getEventType(java.lang.String aString)
Get the event type enumerated value given the matching string.
|
EventType |
EPPLoginSecEvent.getType()
Gets the type for the security event.
|
static EventType |
EventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
EPPLoginSecEvent.setType(EventType aType)
Sets the type of the security event.
|
Constructor and Description |
---|
EPPLoginSecEvent(EventType aType,
EventLevel aLevel)
EPPLoginSecEvent constructor that takes the required
attributes of type and level. |
EPPLoginSecEvent(EventType aType,
EventLevel aLevel,
java.util.Date aExDate,
java.lang.String aDescription)
EPPLoginSecEvent constructor that takes likely attributes for
an expiry event. |
EPPLoginSecEvent(EventType aType,
EventLevel aLevel,
java.lang.String aDescription)
EPPLoginSecEvent constructor that takes required attributes
and a description. |
EPPLoginSecEvent(EventType aType,
EventLevel aLevel,
java.lang.String aValue,
java.lang.String aDescription)
EPPLoginSecEvent constructor that takes likely attribute for
a value event. |
EPPLoginSecEvent(EventType aType,
java.lang.String aTypeName,
EventLevel aLevel,
java.lang.String aDescription)
EPPLoginSecEvent constructor that takes likely attributes for
a custom event. |
EPPLoginSecEvent(EventType aType,
java.lang.String aTypeName,
EventLevel aLevel,
java.lang.String aValue,
java.lang.String aDuration,
java.lang.String aDescription)
EPPLoginSecEvent constructor that takes likely attribute for
a statistical event. |
Copyright © VeriSign Inc. All Rights Reserved.