mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
06.21.2014 1264a465d909abe0a61fcb47449e1582f8e240d4
opendj3-server-dev/src/server/org/opends/server/api/AbstractMatchingRule.java
@@ -35,6 +35,7 @@
import org.forgerock.opendj.ldap.DecodeException;
import org.forgerock.opendj.ldap.schema.Schema;
import org.forgerock.opendj.ldap.schema.Syntax;
import org.forgerock.opendj.ldap.spi.IndexQueryFactory;
/**
 * This class provides default implementation of MatchingRule. A
@@ -106,6 +107,13 @@
      {
        return valuesMatch(attributeValue, assertionValue);
      }
      @Override
      public <T> T createIndexQuery(IndexQueryFactory<T> factory)
          throws DecodeException
      {
        throw new RuntimeException("Not implemented");
      }
    };
  }