Java CS SDK › SDK Packages
SDK Packages
The following are some key packages in using the Java CS SDK:
- com.ca.datamodelContains a library supporting loading and representation of data model metadata (XML documents conforming to the syntax spelled out in the datamodel.xsd schema) as Java objects.
- com.ca.jcsContains all classes that comprise the Java CS implementation. The Java CS supports connectors which accept LDAP input at the top level and convert it into the native language of the endpoint system with which they communicate.
- com.ca.jcs.assocA collection of classes and interfaces which support the representation and processing of associations between objects.
- com.ca.jcs.cfgA collection of classes used to configure the Java CS and its contained components.
- com.ca.jcs.enumerationA collection of classes used to handle returning the results of SEARCH operations back to client applications.
- com.ca.jcs.filterContains components for representing, analyzing, and converting LDAP filters passed to search operations.
- com.ca.jcs.metaContains components which are metadata-driven or assist in the condensing of information derived from metadata to allow efficient processing.
- com.ca.jcs.processorContains components for the processing of LDAP operations like add, modify, search, and such. Three styles are supported: attribute-style, method-style, and script-style.
- com.ca.jcs.validatorContains all support for writing and configuring pluggable validators.
- com.ca.jcs.converterContains all support for writing and configuring pluggable converters.
Note: For more information about the packages in the SDK, see the JCS Javadoc.
Copyright © 2009 CA.
All rights reserved.