EPP RTK
for Java v 0.7.2

org.openrtk.idl.epp0503
Class epp_AuthInfoType

java.lang.Object
  |
  +--org.openrtk.idl.epp0503.epp_AuthInfoType
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public class epp_AuthInfoType
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Class defining constant instances of authorization information types generic for all objects.

Used in conjunction with the epp_AuthInfo class to indicate the object authorization information.

Currently, only one type is permitted: PW (password).

$Header: /cvsroot/epp-rtk/epp-rtk/java/src/org/openrtk/idl/epp0503/epp_AuthInfoType.java,v 1.1 2003/03/21 16:18:25 tubadanm Exp $
$Revision: 1.1 $
$Date: 2003/03/21 16:18:25 $

See Also:
epp_AuthInfo, Serialized Form

Field Summary
static int _PW
          Integer value representing the PW authorization information type.
static epp_AuthInfoType PW
          Instance of epp_AuthInfoType representing the PW authorization information type.
 
Constructor Summary
protected epp_AuthInfoType(int value)
          For internal use only.
 
Method Summary
static epp_AuthInfoType from_int(int value)
          Transform an integer into a epp_AuthInfoType constant.
 int value()
          Accessor method for the internal integer representing the type of authorization information.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_PW

public static final int _PW
Integer value representing the PW authorization information type.

See Also:
PW, Constant Field Values

PW

public static final epp_AuthInfoType PW
Instance of epp_AuthInfoType representing the PW authorization information type. Used directly with epp_AuthInfo.

See Also:
epp_AuthInfo
Constructor Detail

epp_AuthInfoType

protected epp_AuthInfoType(int value)
For internal use only. Initializes the internal authorization information type array.

Parameters:
value - The integer value for the desired authorization information type
Method Detail

value

public int value()
Accessor method for the internal integer representing the type of authorization information.

Returns:
The integer value of this authorization information type

from_int

public static epp_AuthInfoType from_int(int value)
Transform an integer into a epp_AuthInfoType constant. Given the integer representation of the authorization information type, returns one of the authorization information type constants.

Parameters:
value - The integer value for the desired authorization information type

EPP RTK
for Java v 0.7.2

Copyright ? 2001-2002 - Tucows, Inc., 2003 - LibertyRMS