Uses of Interface
org.identityconnectors.framework.spi.AttributeNormalizer
-
Packages that use AttributeNormalizer Package Description org.identityconnectors.framework.impl.api.local.operations -
-
Uses of AttributeNormalizer in org.identityconnectors.framework.impl.api.local.operations
Classes in org.identityconnectors.framework.impl.api.local.operations that implement AttributeNormalizer Modifier and Type Class Description class
CaseNormalizer
Constructors in org.identityconnectors.framework.impl.api.local.operations with parameters of type AttributeNormalizer Constructor Description ObjectNormalizerFacade(ObjectClass objectClass, AttributeNormalizer normalizer)
Create a new ObjectNormalizer.
-