class BizLock

This BizLock class defines various constants and methods related to the BIZlock service.

Public Fields

[more]static const char* ID
Service ID for BIZ lock
Note: this <service> element is REQUIRED when the object is created and cannot be changed via the <update> command.
[more]static const char* PARAM_DOMAIN
Service parameter for the domain name to be locked
[more]static const char* PARAM_DOMAIN_AUTHINFO
Service parameter for the authinfo (password) associated with the domain name to be locked.
[more]static const char* PARAM_BIZACCOUNT
Service parameter for the BIZaccount to be associated with
[more]static const char* PARAM_USERID
Service parameter for the UserID associated with registrant
[more]static const char* PARAM_PASSWORD
Service parameter for the password associated with registrant
[more]static const char* PARAM_LOCKTYPE
Service parameter for the BIZlock type.
[more]static const char* VALUE_LOCKTYPE_SOFT
Service parameter value for the BIZlock type: soft, ie.
[more]static const char* VALUE_LOCKTYPE_HARD
Service parameter value for the BIZlock type: hard, ie.
[more]static const char* PARAM_LOCKSTATE
Service parameter for the state of the lock.
[more]static const char* VALUE_LOCKSTATE_ON
Service parameter value for the state of the lock: on
[more]static const char* VALUE_LOCKSTATE_OFF
Service parameter value for the state of the lock: off


Documentation

This BizLock class defines various constants and methods related to the BIZlock service.

ostatic const char* ID
Service ID for BIZ lock
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

ostatic const char* PARAM_DOMAIN
Service parameter for the domain name to be locked


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

ostatic const char* PARAM_DOMAIN_AUTHINFO
Service parameter for the authinfo (password) associated with the domain name to be locked.


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

ostatic const char* PARAM_BIZACCOUNT
Service parameter for the BIZaccount to be associated with


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

ostatic const char* PARAM_USERID
Service parameter for the UserID associated with registrant


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.

ostatic const char* PARAM_PASSWORD
Service parameter for the password associated with registrant


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.

ostatic const char* PARAM_LOCKTYPE
Service parameter for the BIZlock type. It can be 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

ostatic const char* VALUE_LOCKTYPE_SOFT
Service parameter value for the BIZlock type: soft, ie. the BIZlock Select&153; service.

ostatic const char* VALUE_LOCKTYPE_HARD
Service parameter value for the BIZlock type: hard, ie. the BIZlock Basic&153; service.

ostatic const char* PARAM_LOCKSTATE
Service parameter for the state of the lock. It can be two values:


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

ostatic const char* VALUE_LOCKSTATE_ON
Service parameter value for the state of the lock: on

ostatic const char* VALUE_LOCKSTATE_OFF
Service parameter value for the state of the lock: off


This class has no child classes.
Author:
Ning Zhang ning.zhang@neustar.com
Version:
$Revision: 1.1.1.1 $

Alphabetic index HTML hierarchy of classes or Java


Copyright © 2001-2002 NeuLevel, Inc. All Rights Reserved.