Configuration Reference Home
Oracle Unified Directory - Filter Outbound Attribute Transformation

Filter Outbound Attribute Transformation

Filter Outbound Attribute Transformations filter an attribute from an entry received from the source repository.

A Filter Outbound Attribute Transformation filters an attribute from an entry received from the source repository.

Parent Component

The Filter Outbound Attribute Transformation component inherits from the Filter Attribute Transformation

Properties

A description of each property follows.


Basic Properties: Advanced Properties:
↓ entry-match-filter ↓ java-class
↓ entry-parent-suffix
↓ excluded-operation
↓ source-attribute

Basic Properties

entry-match-filter

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

entry-parent-suffix

Description
Specifies an ascendant 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

excluded-operation

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

source-attribute

Description
Attribute and value to be filtered from the source repository. Specifies the name of the attribute and potentially one or several values to be filtered from entries from the source repository. Examples: certificate objectclass=user
Default Value
None
Allowed Values
A String
Multi-valued
No
Required
Yes
Admin Action Required
None
Advanced Property
No
Read-only
No


Advanced Properties

java-class

Description
Specifies the fully-qualified name of the Java class that provides the Filter Outbound Attribute Transformation implementation.
Default Value
org.opends.server.core.transformations.attributetransformations.FilterOutboundAttribute
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

Copyright © 2011,2013, Oracle and/or its affiliates. All rights reserved.