In iManager:
Click
, then click to search for the driver set that is associated with the driver.Browse to the driver, then click the upper right corner of the driver icon.
Click
In Designer:
Open a project in the Modeler, then right-click the driver line and click
There are different sections under
In this document, each section is listed in a table. The table contains a description of the fields, and the default value or an example of the value that should be specified in the field.The driver module changes the driver from running locally to running remotely or the reverse.
In iManager:
Click
, then click to search for the driver set that is associated with the driver.Browse to the driver, then click the upper right corner of the driver icon.
Click
See Table C-1 for a list of the driver module options.
In Designer:
Open a project in the Modeler, then right-click the driver line and select
Select the
tab.See Table C-1 for a list of the driver module options.
Table C-1 Driver Module Options
In iManager:
Click
, then click to search for the driver set that is associated with the driver.Browse to the driver, then click the upper right corner of the driver icon.
Click
.See Table C-2 for more information.
In Designer:
Open a project in the Modeler, then right-click the driver line and click
Click
.See Table C-2 for more information.
Table C-2 Driver Object Password
The authentication section stores the information required to authenticate to the connected system.
In iManager:
Click
, then click to search for the driver set that is associated with the driver.Browse to the driver, then click the upper right corner of the driver icon.
Click
.See Table C-3 for a list of the authentication options.
In Designer:
Open a project in the Modeler, then right-click the driver line and select
Click
.See Table C-3 for a list of the authentication options.
Table C-3 Authentication Options
The Startup Option allows you to set the driver state when the Identity Manager server is started.
In iManager:
Click
, then click to search for the driver set that is associated with the driver.Browse to the driver, then click the upper right corner of the driver icon.
Click
.See Table C-4 for a list of the startup options.
In Designer:
Open a project in the Modeler, then right-click the driver line and select
Click
.See Table C-4 for a list of the startup options.
Table C-4 Startup Options
In iManager:
Click
, then click to search for the driver set that is associated with the driver.Browse to the driver, then click the upper right corner of the driver icon.
Click
.See Table C-5 for a list of the driver parameters.
In Designer:
Open a project in the Modeler, then right-click the driver line and select
Click
.See Table C-5 for a list of the driver parameters.
Table C-5 Driver Parameters
Parameter |
Description |
---|---|
Driver Settings |
|
|
Specify <nds>, <input>, and <output>. if you want the driver shim to remove and add the required XML elementsThe required elements are removed from XML documents sent to the application and are added to XML documents received from the application before presenting the document to the Metadirectory engine. Otherwise, specify to turn off this element handling. |
|
Select if you have developed custom Java classes to extend the driver shim’s functionality. Otherwise, select .For more information, see Section A.0, Using Java Extensions. |
|
Select if you have developed a custom Java class to process data as XML documents. |
|
Select if you have developed a custom Java class to process data as a byte array. |
|
Select if you have developed a custom Java class to replace the default HTTP transport layer for the Subscriber channel. |
|
Select if you have developed a custom Java class to replace the default HTTP transport layer for the Publisher channel. |
|
Select if you have developed a custom Java class to provide the application schema to the driver. |
Subscriber Setting |
|
|
Specify the URL of the remote server and the port number that the server listens on. The URL should begin with http:// unless you have configured SSL settings, in which case it should begin with https:// and use a DNS hostname rather than an IP address. |
(Conditional) |
If the remote server requires an authentication ID, specify the ID in the field. Otherwise, leave the field empty. |
(Conditional) and |
Specify the authentication password for the remote server if you specified an above. Otherwise, leave the field empty. |
|
Click the box to remove the existing password. Then specify the new password in the and fields.You cannot change the password without selecting the box. |
|
Specify the name and path of the keystore file containing the trusted certificates used when the remote server is configured to provide server authentication. For example: c:\security\truststore. Leave this field empty when server authentication is not used. |
|
Specify to set mutual authentication information. Specify to not use mutual authentication. |
|
Specify the host address and the host port when a proxy host and port are used. For example: 192.10.1.3:18180. Or, if a proxy host and port are not used, leave this field empty. |
|
Some HTTP applications set cookies and expect them to be present on future requests. Select if you want the driver to keep track of session cookies.Cookies are only kept until the driver is stopped. |
|
Indicates whether or not the Subscriber channel should send the empty documents to the target application. Documents could be empty if the policy or the style sheets strip the XML without vetoing the command. |
|
Select to enable customized header fields or select to disable the feature. Each of the following fields is conditional, depending on if you select or . |
Publisher Settings |
|
|
Specify the IP address of the server where the SOAP driver is installed and the port number that this driver listens on. If you imported a sample configuration file, this field contains the IP address and port that you specified in the wizard. |
(Conditional) |
Specify the of the remote server to validate incoming requests. If the remote server does not send an , leave this field empty.If you imported a sample configuration file, this field contains the IP address and port that you specified in the wizard. |
(Conditional) and |
Specify the authentication password of the remote server to validate incoming requests if you entered an above. Otherwise, leave these fields empty. |
|
Click the box to remove the existing password, then specify the new password in the and fields.You cannot change the password without selecting the box. |
|
Specify the to be used in eDirectory.When the server is configured to accept HTTPS connections, this name becomes the KMO name in eDirectory. The is the name before the “-” (dash) in the RDN.Leave this field empty when a keystore file (see Keystore file below) is used or when HTTPS connections are not used. |
|
Specify the keystore name and path to the keystore file. This file is used when the server is configured to accept HTTPS connections. Leave this field empty when a KMO name is used (see KMO name above) or when HTTPS connections are not used. |
|
Specify the keystore file password used with the keystore file specified above when this server is configured to accept HTTPS connections. Leave this field empty when a KMO name is used or when HTTPS connections are not used. |
|
Specify a Server key alias when this server is configured to accept HTTPS connections. Leave this field empty when a KMO name is used or when HTTPS connections are not used. |
|
When this server is configured to accept HTTPS connections, this is the key alias password (not the keystore password). Leave this field empty when a KMO name is used (see above) or when HTTPS connections are not used. |
|
When using SSL, it is common to do only server authentication. However, if you want to force both client and server to present certificates during the handshake process, you should require mutual authentication. |
|
Specify the heartbeat interval in seconds. Leave this field empty to turn off the heartbeat. For more information about the heartbeat, see Section 7.8, Adding a Driver Heartbeat. |