Package com.tivoli.pd.jutil

Interface Summary
PooledContextBuilder<C extends PDContext> A PDContext builder interface to be used in conjunction with ContextPool to create the shared PDContexts for the pool.
 

Class Summary
ContextPool<C extends PDContext> This class provides a generic pooling management behavior to manages a pool of shared contexts.
DefaultPooledPDContextBuilder Default PooledContextBuilder implementation for initializing the ContextPool behavior.
PDAttrs This class represents an attribute list.
PDAttrValue This class represents the value of a Security Access Manager attribute.
PDAttrValueList This class represents a list of Security Access Manager attribute values.
PDAttrValues This class represents a collection of values for a particular PDAttr.
PDBasicContext This class implements the IPDBasicContext interface.
PDContext This class encapsulates the information needed to establish a communication session between the client application and the Security Access Manager policy server.
PDMessage This class stores the message code, localized string, and severity for a single PD Message.
PDMessages This class stores a list of PDMessage elements.
PDRgyGroupName This class represents the name of a group object in Policy Director's backing store.
PDRgyName This class represents the name of an object in Policy Director's backing store.
PDRgyUserName This class represents the name of a user object in Policy Director's backing store.
PDStatics This class contains constants used in the Java administration and authorization classes.
 

Exception Summary
NoPDContextAvailableException PDException to signal the caller that there is no more PDContext in the ContextPool to satisfy the caller's request.
PDException PD Exception class.