Class AlphanumericPolyStringNormalizer
java.lang.Object
com.evolveum.midpoint.prism.impl.polystring.BaseStringNormalizer
com.evolveum.midpoint.prism.impl.polystring.AbstractConfigurablePolyStringNormalizer
com.evolveum.midpoint.prism.impl.polystring.AlphanumericPolyStringNormalizer
- All Implemented Interfaces:
ConfigurableNormalizer
,Normalizer<String>
,StringNormalizer
,PolyStringNormalizer
- Author:
- semancik
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull QName
getName()
Returns the qualified name identifying this normalizer.static @NotNull AlphanumericPolyStringNormalizer
instance()
protected String
Methods inherited from class com.evolveum.midpoint.prism.impl.polystring.AbstractConfigurablePolyStringNormalizer
configure, getConfiguration, match, matchRegex, normalize, postprocess, removeAll, replaceAll, toString
Methods inherited from class com.evolveum.midpoint.prism.impl.polystring.BaseStringNormalizer
isIdentity, poly
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.prism.normalization.Normalizer
isIdentity, normalizeString
Methods inherited from interface com.evolveum.midpoint.prism.normalization.StringNormalizer
poly
-
Constructor Details
-
AlphanumericPolyStringNormalizer
public AlphanumericPolyStringNormalizer()
-
-
Method Details
-
normalizeCore
- Specified by:
normalizeCore
in classAbstractConfigurablePolyStringNormalizer
-
getName
Description copied from interface:Normalizer
Returns the qualified name identifying this normalizer. -
instance
-