Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
This article describes how to set up data export in Identity Manager Admin. Identity Manager data can be exported during process execution from the process data map to a .csv file, JDBC database, LDAP directory, or SCIM server.
For example, data export is used when activating or deactivating cards to update the access rights in the physical access control system (PACS).
Expandall |
---|
Prerequisites
Expand | ||
---|---|---|
| ||
Before setting up a connection to the external JDBC database, LDAP directory, or SCIM server, make sure that the following things apply:
For SCIM server export:
|
Expand | ||
---|---|---|
| ||
|
Set up export definition and fields
Expand | ||
---|---|---|
| ||
To create a new configuration for a JDBC export in Identity Manager Admin:
|
Expand | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||
An export inserts or updates one entry of the external database, directory, or SCIM server. For each attribute or table column, you can define a value that should be inserted or updated:
|
Set up export properties
In the Properties tab, select one of the data sources listed below, and follow the steps to set up the export details:
Expand | ||
---|---|---|
| ||
In the properties tab, configure the path and .csv file name that define the target of the export. The csv export only creates new output, existing data can not be updated.
|
Expand | |||||
---|---|---|---|---|---|
| |||||
In the Properties tab, configure the directory server and base directory that define the target of the export. All properties may use JUEL expressions that are resolved using the process data map like the values of the mappings. The LDAP export only updates existing directory objects, new objects can not be created.
|
Expand | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
In the Properties tab, configure the external database and table name that define the target of the export. All properties may use JUEL expressions that are resolved using the process data map like the values of the mappings. The JDBC database export can both insert new and update existing database entries.
Example properties for JDBC Export definition:
|
Expand | ||
---|---|---|
| ||
In the properties tab, configure the connection to the SCIM server that defines the target of the export. All properties may use JUEL expressions that are resolved using the process data map like the values of the mappings. The SCIM server export can both insert new and update existing resources.
|