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.
Several of the constructors for this class use the context parameter,
of class com.tivoli.pd.jutil.PDBasicContext. This
class is a superclass of the Security Verify Access contexts.
The context to be passed for the authorization APIs is a subclass
such as PDContext.
See the Javadoc information in the Security Verify Access Runtime for Java installation package for detailed documentation about this class.
| Methods and Constructors | Description |
|---|---|
PDAttrs |
Constructors that create an instance of the |
add |
Methods for adding the specified value to
the collection of values for the specified name in this |
addAll |
Adds all the elements in the specified |
allowDups |
Returns the current value of |
clear |
Clears the current |
clone |
Clones the current |
delete |
Removes the named attribute from the |
entrySet |
Returns a set view of the entries in the |
equals |
Indicates whether some other Object is equal to this one. |
get |
Deprecated. Use |
getAttrlist_t |
Method |
getNames |
Method |
getQoP |
Returns the current value of |
getValues |
Returns the values to which this |
hashCode |
Returns a |
iKeySet |
Method |
keySet |
Returns a set view of the keys contained
in this |
setAttrlist_t |
Method |
setQoP |
Sets the current value of |
size |
Returns the number of key-values mappings
in the current |
toString |
Returns a String representation of this object. |