Published API
The API published to users consists of Java Interfaces and Factory classes to generate instances of the primary interface.
See detailed information about each class in the Javadoc included with the product. The following sections describe the Java interfaces and methods of the API.
- com.tivoli.pd.rgy.RgyRegistry
- com.tivoli.pd.rgy.RgyEntity
RgyEntity provides methods common to RgyUser and RgyGroup interfaces.- com.tivoli.pd.rgy.RgyUser
RgyUser extends RgyEntity to provide user-specific methods.- com.tivoli.pd.rgy.RgyGroup
RgyGroup extends RgyEntity to provide group-specific methods.- com.tivoli.pd.rgy.RgyIterator
This interface provides an iterator for lists of user and group IDs.- com.tivoli.pd.rgy.ldap.RgyAttributes
RgyAttributes creates a collection of attributes for creating or importing a user or group.- com.tivoli.pd.rgy.ldap.LdapRgyRegistryFactory
This factory creates instances of the API interfaces that manipulate Security Verify Access entities in LDAP registries.- com.tivoli.pd.rgy.ldap.AuthzRgyRegistryFactory
This factory creates instances of the RgyRegistry API interface that authorizes and audits other RgyRegistry API instances.- com.tivoli.pd.rgy.util.RgyConfig
- com.tivoli.pd.jcfg.SvrSslCfg
The com.tivoli.pd.jcfg.SvrSslCfg tool supports the combined configuration properties file for PDAuthorizationContext and RgyRegistry.
Parent topic: Registry Direct Java API