Previous Topic: Post Migration StepNext Topic: Lotus Domino Connector


Connector Xpress Templates

Connector Xpress includes templates to help you when you start new JNDI mappings. These templates provide a useful starting point for all JNDI mapping projects, and include specialized JavaScript mark-up that CA IdentityMinder uses to render account management screens.

You can use these templates for creating new JNDI endpoint types rather than new LDA endpoints.

Note: For more information about Connector Xpress templates, see the Connector Xpress Guide.

Project Name Setting

Endpoint type

Description

Metadata File Name

JNDI NIS NetGroup

JNDI

For use with LDAP endpoints supporting NIS Netgroup Schema. This template demonstrates advanced association handling.

jndi_assoc_nisnetgroup_metadata

JNDI inetOrgPerson (Common)

JNDI

LDAP inetOrgPerson. This template should be used when no vendor-specific template is required.

jndi_inetorgperson_common_metadata

Lotus Notes Domino

JNDI

Lotus Notes Domino Server. This template allows easy mapping of eTLNDCustomAttribute* and eTLNDCustomCapabilityAttribute* attributes (the latter set are relevant for account template synchronization).

lnd_metadata

SDK DYN Compound

Any

Like SDKDYN but demonstrates use of Compound Values. This template uses compound values which allow complex data to be represented as a single string in JSON syntax, for instance '{"attr1": 42, "attr2": [ "a", "b" ], attr3: { "objName" : "jack" } }' represents a top level object with three attributes, the first is an integer (42), the next is an array of strings and the last a nested object.

sdkcompound_metadata

SDK DYN

Any

Software Development Kit demo connector. This template is a flat (i.e. non-hierarchical) case-sensitive connector that uses the recommended eTDYN* schema to save provisioning information to local files on the CA IAM CS host computer. Because it is flat, its containers are Virtual Containers not actually stored on the endpoint.

sdkdyn_metadata

SDK DYN Script

Any

Like SDKDYN but implemented in Java Script. This template demonstrates how to implement an entire connector (all operation bindings) in JavaScript, as well as configuration information usually found in a connector.xml file, using the connectorXML metadata setting on the top-level namespace.

sdkscript_metadata

SDK DYN UPO Script

Any

Like SDK DYN Script but sends emails rather than writing to local files. This connector has similar functionality to the deprecated C++ UPO connector except that it sends emails rather than writing information to local files.

sdkuposcript_metadata