Classes from com.tivoli.pd.jutil package
This section describes the classes from the com.tivoli.pd.jutil package.
Use these classes from the com.tivoli.pd.jutil package.
- PDAttrs: method and constructor summary
The PDAttrs class represents a collection of attributes. Attributes are used to encapsulate input and output data sent to and received from authorization and administration service functions. Each attribute consists of entries that have a name and one or more values. The names are Strings, and the values can of type String, byte array, Long, or PDAdmSvcPobj.- PDAttrValue: method and constructor summary
The PDAttrValue class represents the value of an ISAM attribute. A value might be a String, a byte array, a Long, or a PDAdmSvcPobj.- PDAttrValueList: method and constructor summary
The PDAttrValueList class represents the list of values for one attribute. Each value must be a PDAttrValue. The list is ordered and allows duplicates.- PDAttrValues: method and constructor summary
The PDAttrValues class represents a collection of values for a particular PDAttr. This particular implementation is a Set, so duplicates are not allowed in a particular PDAttrValues object.- PDStatics
The PDStatics class contains various constants used in the Java administration and authorization classes.
Parent topic: Authorization API Java classes overview