Attribute Mappings define the mapping of LDAP attributes to the database columns
The following components have a direct COMPOSITION relation TO Attribute Mappings :
A description of each property follows.
Basic Properties: | Advanced Properties: |
---|---|
↓ attribute-name | None |
↓ data-type | |
↓ field-name | |
↓ table-name | |
↓ use-case-sensitive-match |
Description | Name of the attribute to be added |
---|---|
Default Value | None |
Allowed Values | A String |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | The data type of the attribute value |
---|---|
Default Value | If data type is not specified, it is taken from DB column |
Allowed Values | bigint - binary - bit - blob - boolean - char - clob - date - decimal - double - float - integer - longnvarchar - longvarbinary - longvarchar - nchar - nclob - numeric - nvarchar - other - real - rowid - smallint - time - timestamp - tinyint - varbinary - varchar - |
Multi-valued | No |
Required | No |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Field in the specified table from which the value for this attribute has to be populated |
---|---|
Default Value | None |
Allowed Values | A String |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Table from which the attribute value has to be fetched. This has to be the alias of one of the RDBMS Tables defined as part of the RDBMS Tables defined for the WorkflowElement |
---|---|
Default Value | None |
Allowed Values | A String |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Whether case insensitive matching should be used for this attribute or not |
---|---|
Default Value | true |
Allowed Values | true false |
Multi-valued | No |
Required | No |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |