Uses of Package
com.ca.jcs.standalone

Packages that use com.ca.jcs.standalone
com.ca.jcs Contains all classes making up the implementation of CA Java Connector Server ("Java CS" or "JCS"), which supports connectors which take LDAP traffic in at the top level and convert it into the native language of the managed system with which they communicate. 
com.ca.jcs.standalone   
 

Classes in com.ca.jcs.standalone used by com.ca.jcs
StandaloneServerManager
          Manager for functionality of the JCS when in "standalone" mode (no provisioning server).
 

Classes in com.ca.jcs.standalone used by com.ca.jcs.standalone
CustomJdbmPartition
          A custom implementation of JdbmPartition that adds support for:
Restricting modifications to a specific parent DN
Notifying observers of changes to the partition
Automatic OID <-> friendly name conversions in DNs, filters and search results
Note: The reason OID conversion is performed is that JdbmPartition requires DNs in the non-human friendly OID (Object IDentifier) based representation.
CustomJdbmPartitionObserver
          Interface for an observer of JDBM partition changes.
StandaloneServerConfiguration
          Configuration information for the JCS when running as a standalone connector server.
 



Created 2011-07-14 13:27 EST