org.identityconnectors.framework.spi
Interface AttributeNormalizer
public interface AttributeNormalizer
Interface to be implemented by connectors that need
to normalize certain attributes. This might, for
example, be used to normalize whitespace within
DN's to ensure consistent filtering whether that
filtering is natively on the resource or by the
connector framework. For connectors implementing
this interface, the method normalizeAttribute(ObjectClass, Attribute)
will be applied to each of the following:
- The filter passed to
SearchOp
.
- The results returned from
SearchOp
.
- The results returned from
SyncOp
.
- The attributes passed to
UpdateAttributeValuesOp
.
- The
Uid
returned from UpdateAttributeValuesOp
.
- The attributes passed to
UpdateOp
.
- The
Uid
returned from UpdateOp
.
- The attributes passed to
CreateOp
.
- The
Uid
returned from CreateOp
.
- The
Uid
passed to DeleteOp
.
normalizeAttribute
Attribute normalizeAttribute(ObjectClass oclass,
Attribute attribute)
Copyright © 2012. All Rights Reserved.