com.tivoli.mts
Class PDStatics

java.lang.Object
  |
  +--com.tivoli.mts.PDStatics

public class PDStatics
extends java.lang.Object

A class for various constants used in PDPermission and associated classes.

Since:
PD 3.8

Field Summary
static java.lang.String AZN_ENT_SVC_PD_POBJ
          Entitlements Service ID: Policy Director Protected Object Entitlements.
static java.lang.String AZN_ENT_SVC_PD_POBJ_MATCHES
          Output attribute: the list of objects which match the input criteria
static java.lang.String AZN_ENT_SVC_PD_POBJ_PATH
          Input attribute: the protected object directory path to be searched
static java.lang.String AZN_ENT_SVC_PD_POBJ_REQD_OPS
          Input attribute: the requested set of operations for the credential
static java.lang.String AZN_MOD_RAD_GROUP_NAMES
          Input attribute: the groups to be added to the credential
static java.lang.String AZN_MOD_SVC_RAD_2AB
          The default Credential Modification service
static int AZN_VALTYPE_BUFFER
          The attribute is a byte array
static int AZN_VALTYPE_UTF8STRING
          The attribute is a UTF8 String
static int QOP_INTEGRITY
          The quality of protection required between caller and the domain before access to the protected object can be granted.
static int QOP_NONE
          The quality of protection required between caller and the domain before access to the protected object can be granted.
static int QOP_PRIVACY
          The quality of protection required between caller and the domain before access to the protected object can be granted.
 
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
The default Credential Modification service

AZN_MOD_RAD_GROUP_NAMES

public static final java.lang.String AZN_MOD_RAD_GROUP_NAMES
Input attribute: the groups to be added to the credential

AZN_ENT_SVC_PD_POBJ

public static final java.lang.String 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.

AZN_ENT_SVC_PD_POBJ_PATH

public static final java.lang.String AZN_ENT_SVC_PD_POBJ_PATH
Input attribute: the protected object directory path to be searched

AZN_ENT_SVC_PD_POBJ_REQD_OPS

public static final java.lang.String AZN_ENT_SVC_PD_POBJ_REQD_OPS
Input attribute: the requested set of operations for the credential

AZN_ENT_SVC_PD_POBJ_MATCHES

public static final java.lang.String AZN_ENT_SVC_PD_POBJ_MATCHES
Output attribute: the list of objects which match the input criteria

QOP_NONE

public static final int 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.

QOP_INTEGRITY

public static final int 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.

QOP_PRIVACY

public static final int 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.

AZN_VALTYPE_BUFFER

public static final int AZN_VALTYPE_BUFFER
The attribute is a byte array

AZN_VALTYPE_UTF8STRING

public static final int AZN_VALTYPE_UTF8STRING
The attribute is a UTF8 String