|
EPP 0.4.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.neulevel.biz.BizLock
public class BizLock
This BizLock class defines various constants and methods related
to the BIZlock service.
| Field Summary | |
|---|---|
static java.lang.String |
ID
Service ID for BIZ lock. |
static java.lang.String |
PARAM_BIZACCOUNT
Service parameter for the BIZaccount to be associated with. |
static java.lang.String |
PARAM_DOMAIN
Service parameter for the domain name to be locked. |
static java.lang.String |
PARAM_DOMAIN_AUTHINFO
Service parameter for the authinfo (password) associated with the domain name to be locked. |
static java.lang.String |
PARAM_LOCKSTATE
Service parameter for the state of the lock. |
static java.lang.String |
PARAM_LOCKTYPE
Service parameter for the BIZlock type. |
static java.lang.String |
PARAM_PASSWORD
Service parameter for the password associated with registrant. |
static java.lang.String |
PARAM_USERID
Service parameter for the UserID associated with registrant. |
static java.lang.String |
VALUE_LOCKSTATE_OFF
Service parameter value for the state of the lock: off |
static java.lang.String |
VALUE_LOCKSTATE_ON
Service parameter value for the state of the lock: on |
static java.lang.String |
VALUE_LOCKTYPE_HARDLOCK
Service parameter value for the BIZlock type: hard, the BIZlock Basic&153; service. |
static java.lang.String |
VALUE_LOCKTYPE_SOFTLOCK
Service parameter value for the BIZlock type: soft, the BIZlock Select&153; service. |
| Constructor Summary | |
|---|---|
BizLock()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ID
Note: this <service> element is REQUIRED when the object is created and cannot be changed via the <update> command. It can have only one instance
public static final java.lang.String PARAM_DOMAIN
Note: this <param> element is REQUIRED when the object is created and cannot be changed via the <update> command. It can have only one instance. The domain must be already registered in the registry
public static final java.lang.String PARAM_DOMAIN_AUTHINFO
Note: this <param> element is REQUIRED when the object is created and can have only one instance. It SHOULD not be returned in the response of an <info> command. The domain must be already registered in the registry
public static final java.lang.String PARAM_BIZACCOUNT
Note: this <param> element is REQUIRED when the object is created and cannot be changed via the <update> command. It can have only one instance
public static final java.lang.String PARAM_USERID
Note: this <param> element is REQUIRED when the object is created and can have only one instance. It SHOULD not be returned in the response of an <info> command.
public static final java.lang.String PARAM_PASSWORD
Note: this <param> element is REQUIRED when the object is created and can have only one instance. It SHOULD not be returned in the response of an <info> command.
public static final java.lang.String PARAM_LOCKTYPE
It can be one of the following two values:
Note: this <param> element is REQUIRED when the object is created and cannot be changed via the <update> command. It can have only one instance
public static final java.lang.String VALUE_LOCKTYPE_SOFTLOCK
public static final java.lang.String VALUE_LOCKTYPE_HARDLOCK
public static final java.lang.String PARAM_LOCKSTATE
Note: this <param> element is REQUIRED when the object is created and CAN BE changed via the <update> command. It can have only one instance
public static final java.lang.String VALUE_LOCKSTATE_ON
public static final java.lang.String VALUE_LOCKSTATE_OFF
| Constructor Detail |
|---|
public BizLock()
|
EPP 0.4.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||