

Connector Programming Guide › Introduction › CA IAM Connector Server Services
CA IAM Connector Server Services
The CA IAM Connector Server (CA IAM Connector Server) Framework provides the following high-level services:
- Name Mapping—CA IAM Connector Server handles mapping between LDAP objectclass and attribute names with the matching names expected by the endpoint system (as specified by XML metadata).
- Validations—Through the CA IAM Connector Server components called Validators that validate LDAP data before it is passed to, or optionally received from, connectors
- Conversion—The CA IAM Connector Servercomponents called Converters that reformat LDAP data before it is passed to or received from connectors.
- Resiliency—The CA IAM Connector Server provides connection resiliency by attempting to reconnect to an endpoint system in the event of transient failures and connections, or both, becoming stale.
The CA IAM Connector Server Framework assists in the following developer tasks:
- Associations—CA IAM Connector Server uses information in metadata about associations between objects, such as which accounts belong to which groups. Assistance from the framework takes the form of base classes which can be extended, and an optional Java proxy which can automatically handle implementation of reverse associations (for example, calculating account.memberOf from group.member) in many cases.
- Activation and Deactivation—CA IAM Connector Server automatically handles registration and activation and deactivation of connectors when connection-sensitive values are modified.
- Connection Management—CA IAM Connector Server has framework classes which assist in the configuration of implementation of pooling of connections to endpoint systems.
- Exception Mapping—CA IAM Connector Server uses a Java proxy to support exception mapping from an endpoint system to a standard JNDI exception hierarchy, including LDAP error codes.
- Coding Java proxy wrappers—The CA IAM Connector Server framework includes base classes and utility methods to assist in coding and interposing Java Proxy objects wrapping any of the processing styles supported by a connector.
Copyright © 2014 CA.
All rights reserved.
 
|
|