EPP 0.2.6

com.neulevel.biz
Class BizLock

java.lang.Object
  extended bycom.neulevel.biz.BizLock

public class BizLock
extends java.lang.Object

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

Version:
$Revision: 1.1.1.1 $
Author:
Ning Zhang ning.zhang@neustar.com

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, i.e.
static java.lang.String VALUE_LOCKTYPE_SOFTLOCK
          Service parameter value for the BIZlock type: soft, i.e.
 
Constructor Summary
BizLock()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final java.lang.String ID
Service ID for BIZ lock

See Also:
Constant Field Values

PARAM_DOMAIN

public static final java.lang.String PARAM_DOMAIN
Service parameter for the domain name to be locked

See Also:
Constant Field Values

PARAM_DOMAIN_AUTHINFO

public static final java.lang.String PARAM_DOMAIN_AUTHINFO
Service parameter for the authinfo (password) associated with the domain name to be locked.

See Also:
Constant Field Values

PARAM_BIZACCOUNT

public static final java.lang.String PARAM_BIZACCOUNT
Service parameter for the BIZaccount to be associated with

See Also:
Constant Field Values

PARAM_USERID

public static final java.lang.String PARAM_USERID
Service parameter for the UserID associated with registrant

See Also:
Constant Field Values

PARAM_PASSWORD

public static final java.lang.String PARAM_PASSWORD
Service parameter for the password associated with registrant

See Also:
Constant Field Values

PARAM_LOCKTYPE

public static final java.lang.String PARAM_LOCKTYPE
Service parameter for the BIZlock type. It can be two values:

See Also:
Constant Field Values

VALUE_LOCKTYPE_SOFTLOCK

public static final java.lang.String VALUE_LOCKTYPE_SOFTLOCK
Service parameter value for the BIZlock type: soft, i.e. the BIZlock Select&153; service.

See Also:
Constant Field Values

VALUE_LOCKTYPE_HARDLOCK

public static final java.lang.String VALUE_LOCKTYPE_HARDLOCK
Service parameter value for the BIZlock type: hard, i.e. the BIZlock Basic&153; service.

See Also:
Constant Field Values

PARAM_LOCKSTATE

public static final java.lang.String PARAM_LOCKSTATE
Service parameter for the state of the lock. It can be two values:

See Also:
Constant Field Values

VALUE_LOCKSTATE_ON

public static final java.lang.String VALUE_LOCKSTATE_ON
Service parameter value for the state of the lock: on

See Also:
Constant Field Values

VALUE_LOCKSTATE_OFF

public static final java.lang.String VALUE_LOCKSTATE_OFF
Service parameter value for the state of the lock: off

See Also:
Constant Field Values
Constructor Detail

BizLock

public BizLock()

EPP 0.2.6

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