Package com.ca.jcs.sdk

This package contains a worked example demonstrating all core elements involved in implementation of a JCS hosted connector, such as: example supporting metadata and configuration files.

See:
          Description

Class Summary
LDAPFilterToFileSearchVisitor Deprecated. Since Identity Manager r12.1, use and refer to SimpleLDAPFilterToMapVisitor instead.
MetaDataConsts Best practice is to collect all metadata setting names for a connector into a file like this, much as the JCS framework does in MetaDataUtil (and copy the same javadoc approach it uses to document each setting).
SDKAttributeStyleOpProcessor Implements the mapping of LDAP account/group attributes onto local flat or hierarchical files, and back again when querying.
SDKConnectionManager This class is a bit contrived as the SDK sample is not very realistic in the sense that no "connections" are really required for it to do its work (ie managing local files).
SDKMetaConnector This sample connector uses flat files as its target managed endpoint system.
SDKSearchEnumeration Example of an enumeration which allows results to be streamed back to the LDAP client as soon as they become available.
 

Package com.ca.jcs.sdk Description

This package contains a worked example demonstrating all core elements involved in implementation of a JCS hosted connector, such as:

  1. example supporting metadata and configuration files.
  2. build support
  3. coding of connector logic
  4. search filter conversion
  5. connection manager implementation
  6. streaming of search results
  7. sample JMeter component tests

$Id: package.html 47111 2010-01-22 03:11:44Z khaam03 $



Created 2011-07-14 13:27 EST