Reading object values
You can view administration object data by using the instance methods associated with the administration object.
To use the instance methods, first obtain a local
copy of the object,
as outlined in Obtaining a local copy of an object.
After obtaining the object, retrieve information about the object
by using the instance methods. For example, to get the description
associated with a Security Verify Access user
from a local copy of the
PDUser object: userDescription = user.getDescription();