Uses of Interface
com.evolveum.midpoint.prism.normalization.Normalizer
Packages that use Normalizer
Package
Description
-
Uses of Normalizer in com.evolveum.midpoint.prism
Methods in com.evolveum.midpoint.prism that return NormalizerModifier and TypeMethodDescription<T> @NotNull Normalizer<T>PrismContext.getNoOpNormalizer()TODOdefault @NotNull Normalizer<T>PrismItemMatchingDefinition.getNormalizer()Returns the normalizer that is to be applied when the normalized form of this property is to be computed.default @NotNull Normalizer<String>PrismItemMatchingDefinition.getStringNormalizerForPolyStringProperty()Returns the normalizer that is to be applied forPolyStringproperties.default @Nullable Normalizer<String>PrismItemMatchingDefinition.getStringNormalizerIfApplicable() -
Uses of Normalizer in com.evolveum.midpoint.prism.impl
Methods in com.evolveum.midpoint.prism.impl that return NormalizerModifier and TypeMethodDescription<T> @NotNull Normalizer<T>PrismContextImpl.getNoOpNormalizer() -
Uses of Normalizer in com.evolveum.midpoint.prism.impl.match
Methods in com.evolveum.midpoint.prism.impl.match that return NormalizerModifier and TypeMethodDescription@NotNull Normalizer<T>DefaultMatchingRule.getNormalizer()@NotNull Normalizer<PolyString>PolyStringNormMatchingRule.getNormalizer()@NotNull Normalizer<PolyString>PolyStringOrigMatchingRule.getNormalizer()@NotNull Normalizer<PolyString>PolyStringStrictMatchingRule.getNormalizer()@NotNull Normalizer<String>StringIgnoreCaseMatchingRule.getNormalizer() -
Uses of Normalizer in com.evolveum.midpoint.prism.impl.polystring
Classes in com.evolveum.midpoint.prism.impl.polystring that implement NormalizerModifier and TypeClassDescriptionclassclassclassclassclassNormalizer for LDAP Distinguished names.classA normalizer for Microsoft Exchange EmailAddresses attribute consisting of `SMTP:`/`smtp:` prefix and email address.classA normalizer that converts all string to lowercase (and compares strings in a case-insensitive way).classThe default ("no-op") normalizer that preserves the original value unchanged.classclassSpecial normalizer that keeps only the `norm` value ofPolyStringinstances.classSpecial normalizer that keeps only the `orig` value ofPolyStringinstances.classNormalizer for UUID values.classNormalizer for XML values.Methods in com.evolveum.midpoint.prism.impl.polystring that return NormalizerModifier and TypeMethodDescription@NotNull Normalizer<?>NormalizerRegistryImpl.getNormalizer(@NotNull QName name) Methods in com.evolveum.midpoint.prism.impl.polystring with parameters of type NormalizerModifier and TypeMethodDescriptionvoidNormalizerRegistryImpl.registerNormalizer(@NotNull Normalizer<?> normalizer) -
Uses of Normalizer in com.evolveum.midpoint.prism.match
Methods in com.evolveum.midpoint.prism.match that return NormalizerModifier and TypeMethodDescription@NotNull Normalizer<T>MatchingRule.getNormalizer()Returns the normalizer corresponding to this rule. -
Uses of Normalizer in com.evolveum.midpoint.prism.normalization
Subinterfaces of Normalizer in com.evolveum.midpoint.prism.normalization -
Uses of Normalizer in com.evolveum.midpoint.prism.polystring
Subinterfaces of Normalizer in com.evolveum.midpoint.prism.polystringModifier and TypeInterfaceDescriptioninterfaceNormalizer for strings, usually connected withPolyString.Methods in com.evolveum.midpoint.prism.polystring that return NormalizerModifier and TypeMethodDescription<T> @Nullable Normalizer<T>NormalizerRegistry.getNormalizer(@NotNull QName name) default <T> @NotNull Normalizer<T>NormalizerRegistry.getNormalizerRequired(@NotNull QName name) Methods in com.evolveum.midpoint.prism.polystring with parameters of type NormalizerModifier and TypeMethodDescriptionPolyString.copyApplyingNormalization(@NotNull Normalizer<String> normalizer) voidNormalizerRegistry.registerNormalizer(@NotNull Normalizer<?> normalizer) -
Uses of Normalizer in com.evolveum.midpoint.schema.processor
Methods in com.evolveum.midpoint.schema.processor that return NormalizerModifier and TypeMethodDescription@NotNull Normalizer<String>NormalizationAwareResourceAttributeDefinition.getStringNormalizerForPolyStringProperty()