Previous Topic: About the Java Connector ServerNext Topic: Connector Deployment


Endpoint Systems

An endpoint is a specific installation of a platform or application, such as Active Directory or Microsoft Exchange, which communicates with CA Identity Manager to synchronize information. A connector server uses a connector to manage an endpoint.

A connector is the software that enables communication between CA Identity Manager and an endpoint system. You can generate a dynamic connector using Connector Xpress, and you can develop a custom static connector in Java.

For each endpoint that you want to manage, you must have a connector. Connectors are responsible for representing each of the object classes in your endpoint in a consistent manner. Connectors translate add, modify, delete, rename, and search LDAP operations on those objects into corresponding actions against the endpoint system.

Users use Connector Xpress to generate and maintain XML metadata for JDBC and JNDI dynamic connectors. Developers can also maintain data for other connectors manually, or adjust metadata for released connectors (for instance adding site-specific mappings for custom attributes).