Previous Topic: Authorization

Next Topic: Administrator Parameters

Administrator Specification

By default, CA Identity Manager uses the ID of the administrator that SiteMinder or SOA Security Manager has already authorized and whose ID is included in the session information.

You can change this default by modifying the web.xml file. The location depends on your environment:

Whether CA Identity Manager uses the ID specified in the session or specified through an < admin_id> element is determined by the values of the < param-value> elements in the following default section of web.xml:

<servlet>
    <servlet-name>Tews6Servlet</servlet-name>
    <display-name>IM 6.0 Task Execution WebService Servlet</display-name>
    <servlet-class>
        com.netegrity.ims.tews.Tews6Servlet
    </servlet-class>
    <init-param>
        <param-name>use_admin_id</param-name>
        <param-value>false</param-value>
    </init-param>
    <init-param>
        <param-name>require_sm_headers</param-name>
        <param-value>true</param-value>
    </init-param>
</servlet>