Class ExchangeEmailAddressesMatchingRule
java.lang.Object
com.evolveum.midpoint.prism.impl.match.ExchangeEmailAddressesMatchingRule
- All Implemented Interfaces:
MatchingRule<String>
A matching rule for Microsoft Exchange EmailAddresses attributes.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()QName that identifies the rule.@NotNull ExchangeEmailAddressNormalizerReturns the normalizer corresponding to this rule.booleanReturns true if the rule can be applied to the specified XSD type.toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.match.MatchingRule
match, matchRegex, normalize
-
Constructor Details
-
ExchangeEmailAddressesMatchingRule
public ExchangeEmailAddressesMatchingRule()
-
-
Method Details
-
getName
Description copied from interface:MatchingRuleQName that identifies the rule. This QName may be used to refer to this specific matching rule, it is an matching rule identifier.- Specified by:
getNamein interfaceMatchingRule<String>
-
supports
Description copied from interface:MatchingRuleReturns true if the rule can be applied to the specified XSD type.- Specified by:
supportsin interfaceMatchingRule<String>
-
getNormalizer
Description copied from interface:MatchingRuleReturns the normalizer corresponding to this rule.- Specified by:
getNormalizerin interfaceMatchingRule<String>
-
toString
-