public class UuidMatchingRule extends Object implements MatchingRule<String>
| Constructor and Description |
|---|
UuidMatchingRule() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getName()
QName that identifies the rule.
|
boolean |
isSupported(QName xsdType)
Returns true if the rule can be applied to the specified XSD type.
|
boolean |
match(String a,
String b)
Matches two objects.
|
boolean |
matchRegex(String a,
String regex)
Matches value against given regex.
|
String |
normalize(String original)
Returns a normalized version of the value.
|
public static final QName NAME
public QName getName()
MatchingRulegetName in interface MatchingRule<String>public boolean isSupported(QName xsdType)
MatchingRuleisSupported in interface MatchingRule<String>public boolean match(String a, String b)
MatchingRulematch in interface MatchingRule<String>public String normalize(String original)
MatchingRulenormalize in interface MatchingRule<String>public boolean matchRegex(String a, String regex)
MatchingRulematchRegex in interface MatchingRule<String>Copyright © 2019 Evolveum. All rights reserved.