public final class ObjectNormalizerFacade extends Object
| Constructor and Description |
|---|
ObjectNormalizerFacade(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
org.identityconnectors.framework.spi.AttributeNormalizer normalizer)
Create a new ObjectNormalizer.
|
| Modifier and Type | Method and Description |
|---|---|
org.identityconnectors.framework.common.objects.Attribute |
normalizeAttribute(org.identityconnectors.framework.common.objects.Attribute attribute)
Returns the normalized value of the attribute.
|
Set<org.identityconnectors.framework.common.objects.Attribute> |
normalizeAttributes(Set<org.identityconnectors.framework.common.objects.Attribute> attributes)
Returns the normalized set of attributes or null if the original set is
null.
|
org.identityconnectors.framework.common.objects.filter.Filter |
normalizeFilter(org.identityconnectors.framework.common.objects.filter.Filter filter)
Returns a filter consisting of the original with all attributes
normalized.
|
org.identityconnectors.framework.common.objects.ConnectorObject |
normalizeObject(org.identityconnectors.framework.common.objects.ConnectorObject orig)
Returns the normalized object.
|
org.identityconnectors.framework.common.objects.SyncDelta |
normalizeSyncDelta(org.identityconnectors.framework.common.objects.SyncDelta delta)
Returns the normalized sync delta.
|
public ObjectNormalizerFacade(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
org.identityconnectors.framework.spi.AttributeNormalizer normalizer)
objectClass - The object classnormalizer - The normalizer. May be null.public org.identityconnectors.framework.common.objects.Attribute normalizeAttribute(org.identityconnectors.framework.common.objects.Attribute attribute)
attribute - The attribute to normalize.public Set<org.identityconnectors.framework.common.objects.Attribute> normalizeAttributes(Set<org.identityconnectors.framework.common.objects.Attribute> attributes)
attributes - The original attributes.public org.identityconnectors.framework.common.objects.ConnectorObject normalizeObject(org.identityconnectors.framework.common.objects.ConnectorObject orig)
orig - The original objectpublic org.identityconnectors.framework.common.objects.SyncDelta normalizeSyncDelta(org.identityconnectors.framework.common.objects.SyncDelta delta)
delta - The original delta.public org.identityconnectors.framework.common.objects.filter.Filter normalizeFilter(org.identityconnectors.framework.common.objects.filter.Filter filter)
filter - The original.Copyright © 2018. All rights reserved.