com.tivoli.mts
Class PDStatics

java.lang.Object
  extended by com.tivoli.mts.PDStatics

public class PDStatics
extends java.lang.Object

This class contains constants used in the Java administration and authorization classes.

NOTE: As of IBM Tivoli Access Manager for e-business v5.1, this entire class is deprecated. Equivalent function is in the com.tivoli.pd.jutil.PDStatics class.

See Also:
PDStatics

Field Summary
static java.lang.String AZN_ENT_SVC_PD_POBJ
          Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_ENT_SVC_PD_POBJ.
static java.lang.String AZN_ENT_SVC_PD_POBJ_MATCHES
          Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_ENT_SVC_PD_POBJ_MATCHES.
static java.lang.String AZN_ENT_SVC_PD_POBJ_PATH
          Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_ENT_SVC_PD_POBJ_PATH.
static java.lang.String AZN_ENT_SVC_PD_POBJ_REQD_OPS
          Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_ENT_SVC_PD_POBJ_REQD_OPS.
static java.lang.String AZN_MOD_RAD_GROUP_NAMES
          Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_MOD_RAD_GROUP_NAMES.
static java.lang.String AZN_MOD_SVC_RAD_2AB
          Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_MOD_SVC_RAD_2AB.
static int AZN_VALTYPE_BUFFER
          Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_VALTYPE_BUFFER.
static int AZN_VALTYPE_POBJ
          Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_VALTYPE_POBJ.
static int AZN_VALTYPE_STRING
          Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_VALTYPE_STRING.
static int AZN_VALTYPE_ULONG
          Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_VALTYPE_ULONG.
static int QOP_INTEGRITY
          Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with QOP_INTEGRITY.
static int QOP_NONE
          Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with QOP_NONE.
static int QOP_PRIVACY
          Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with QOP_PRIVACY.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AZN_MOD_SVC_RAD_2AB

public static final java.lang.String AZN_MOD_SVC_RAD_2AB
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_MOD_SVC_RAD_2AB.
The default Credential Modification service.

See Also:
Constant Field Values

AZN_MOD_RAD_GROUP_NAMES

public static final java.lang.String AZN_MOD_RAD_GROUP_NAMES
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_MOD_RAD_GROUP_NAMES.
Input attribute: the groups to be added to the credential

See Also:
Constant Field Values

AZN_ENT_SVC_PD_POBJ

public static final java.lang.String AZN_ENT_SVC_PD_POBJ
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_ENT_SVC_PD_POBJ.
Entitlements Service ID: Policy Director Protected Object Entitlements. This service takes a credential, a directory within the protected object tree and a set of operations and returns the list of protected objects in the given directory and its subdirectories for which the given aznAPI credential has permission to perform the requested set of operations. The output is returned as a multi-string valued attribute.

See Also:
Constant Field Values

AZN_ENT_SVC_PD_POBJ_PATH

public static final java.lang.String AZN_ENT_SVC_PD_POBJ_PATH
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_ENT_SVC_PD_POBJ_PATH.
Input attribute: the protected object directory path to be searched

See Also:
Constant Field Values

AZN_ENT_SVC_PD_POBJ_REQD_OPS

public static final java.lang.String AZN_ENT_SVC_PD_POBJ_REQD_OPS
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_ENT_SVC_PD_POBJ_REQD_OPS.
Input attribute: the requested set of operations for the credential

See Also:
Constant Field Values

AZN_ENT_SVC_PD_POBJ_MATCHES

public static final java.lang.String AZN_ENT_SVC_PD_POBJ_MATCHES
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_ENT_SVC_PD_POBJ_MATCHES.
Output attribute: the list of objects which match the input criteria

See Also:
Constant Field Values

QOP_NONE

public static final int QOP_NONE
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with QOP_NONE.
The quality of protection required between caller and the domain before access to the protected object can be granted. In this case, no requirements have been placed.

See Also:
Constant Field Values

QOP_INTEGRITY

public static final int QOP_INTEGRITY
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with QOP_INTEGRITY.
The quality of protection required between caller and the domain before access to the protected object can be granted. In this case, data integrity must be maintained.

See Also:
Constant Field Values

QOP_PRIVACY

public static final int QOP_PRIVACY
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with QOP_PRIVACY.
The quality of protection required between caller and the domain before access to the protected object can be granted. In this case, data privacy must be maintained.

See Also:
Constant Field Values

AZN_VALTYPE_BUFFER

public static final int AZN_VALTYPE_BUFFER
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_VALTYPE_BUFFER.
The attribute is a byte array.

See Also:
Constant Field Values

AZN_VALTYPE_POBJ

public static final int AZN_VALTYPE_POBJ
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_VALTYPE_POBJ.
The attribute is a Security Access Manager administration service protected object. Currently, this attribute type is used only by the Java administration classes.

See Also:
Constant Field Values

AZN_VALTYPE_STRING

public static final int AZN_VALTYPE_STRING
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_VALTYPE_STRING.
The attribute is a UTF8 String.

See Also:
Constant Field Values

AZN_VALTYPE_ULONG

public static final int AZN_VALTYPE_ULONG
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constant is replaced with AZN_VALTYPE_ULONG.
The attribute is an unsigned long. Currently, this attribute type is used only by the Java administration classes.

See Also:
Constant Field Values