Identity Manager interacts with numerous endpoints in the enterprise environment. You define which endpoints you want to include in the scope of the connector, and the relevant user, role, and resource information for each endpoint.
The endpoint selection is stored in an XML file under the installation root directory of the connector.
To select endpoints and resources
RCM_install\Client Tools\Software\Converters\CA\conf
Note: RCM_install is the CA RCM installation directory.
Note: To create an entirely new endpointtype element, duplicate an existing
element.
Example: Two Types of Endpoint Handlers
The following code in the default endpointTypeMapping.xml file shows the two types of endpointtype elements:
<endpointtype name="Windows NT"
handler="com.eurekify.connectors.ca.subconnectors.cst.CustomizableNsHandler" abbreviation="N16" default-policy-name="N16DefaultPolicy" policy-class="eTN16Policy" policy-name-attribute="eTN16PolicyName" policy-container-name-attribute="eTN16PolicyContainerName" policy-container-name="Windows NT Policies" > <endpoint name="*" fetch-policy="TRYFETCH"
directory-class="eTN16Directory" directory-name-attribute="eTN16DirectoryName" account-class="eTN16Account" account-name-attribute="eTN16AccountName" default-policy-name="N16DefaultPolicy" ignore-problematic-policies="true" ignore-problematic-accounts="true" ignore-problematic-resource-types="true" > <resource description="NT Group" resource-class="eTN16Group" resource-name-attribute="eTN16GroupName" resource-referenced-attribute="eTN16GroupName" resource-appears-in-attribute="eTN16GroupMembers" ignore-problematic-resources="true"> </resource>
</endpoint>
</endpointtype>
<endpointtype name="Windows NT"
handler="com.eurekify.connectors.ca.subconnectors.n16.NtNsHandler"> <endpoint name="*" fetch-policy="TRYFETCH"/>
</endpointtype>
| Copyright © 2010 CA. All rights reserved. | Email CA about this topic |