Class UuidMatchingRule

java.lang.Object
com.evolveum.midpoint.prism.impl.match.UuidMatchingRule
All Implemented Interfaces:
MatchingRule<String>

public class UuidMatchingRule extends Object implements MatchingRule<String>
Matching rule for universally unique identifier (UUID). Currently it is (almost) simple case ignore matching.
Author:
Radovan Semancik
  • Constructor Details

    • UuidMatchingRule

      public UuidMatchingRule()
  • Method Details