Class Matcher

java.lang.Object
org.forgerock.opendj.ldap.Matcher

public final class Matcher extends Object
An interface for determining whether entries match a Filter.
  • Method Details

    • matches

      public ConditionResult matches(Entry entry)
      Indicates whether this filter Matcher matches the provided Entry.
      Parameters:
      entry - The entry to be matched.
      Returns:
      The result of matching the provided Entry against this filter Matcher.
    • toString

      public String toString()
      Overrides:
      toString in class Object