Tokenize Attribute Transformations is to tokenize the values of a multi-valued attribute, all of whose values are stored as a single value in the source directory, separated by some delimiter.
The Tokenize Attribute Transformation type can be used to tokenize the values of a multi-value attribute, all of whose values are stored as a single value, separated by some delimiter in source directory. Example:attr:a,b,c as a single value in source directory after the transformation the below values will be returned to client. attr:a attr:b attr:c
The Tokenize Attribute Transformation component inherits from the Transformation
A description of each property follows.
Basic Properties: | Advanced Properties: |
---|---|
↓ entry-match-filter | ↓ java-class |
↓ entry-parent-suffix | |
↓ excluded-operation | |
↓ multivalued-attribute | |
↓ transformation-value-delimiter |
Description | Specifies the filter that the entry must match for this transformation to apply. |
---|---|
Default Value | None |
Allowed Values | A String |
Multi-valued | No |
Required | No |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Specifies an antecedent of the operation DN for this transformation to apply. |
---|---|
Default Value | None |
Allowed Values | A valid DN. |
Multi-valued | Yes |
Required | No |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Specifies operations on which this transformation never apply. This allows to restrict the regular behavior of this transformation. |
---|---|
Default Value | None |
Allowed Values | add - Specifies LDAP ADD operation. compare - Specifies LDAP COMPARE operation. delete - Specifies LDAP DELETE operation. extended - Specifies LDAP EXTENDED operation. modify - Specifies LDAP MODIFY operation. modifydn - Specifies LDAP MODIFYDN operation. search - Specifies LDAP SEARCH operation. |
Multi-valued | Yes |
Required | No |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Attribute whose value is stored as a single value will be tokenized with the delimiter. The multivalued attribute specifies the name of the attribute whose value will be tokenized with the delimiter as multiple values. More than one attribute can be configured. |
---|---|
Default Value | None |
Allowed Values | A String |
Multi-valued | Yes |
Required | Yes |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
transformation-value-delimiter
Description | Specifies the delimiter to tokenize the attribute value to multiple values.By default the value will be "," |
---|---|
Default Value | , |
Allowed Values | A String |
Multi-valued | No |
Required | No |
Admin Action Required | None |
Advanced Property | No |
Read-only | No |
Description | Specifies the fully-qualified name of the Java class that provides the Tokenize Attribute Transformation implementation. |
---|---|
Default Value | org.opends.server.core.transformations.attributetransformations.TokenizeAttribute |
Allowed Values | A java class that implements or extends the class(es) : org.opends.server.core.transformations.attributetransformations.TransformationAbstract |
Multi-valued | No |
Required | Yes |
Admin Action Required | None |
Advanced Property | Yes |
Read-only | No |