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

sin
17.25.2008 b7b304994dd037ced0df2d5d04c1aa4d41c6bb72
opends/src/server/org/opends/server/schema/AuthPasswordEqualityMatchingRule.java
@@ -30,17 +30,16 @@
import java.util.Arrays;
import org.opends.server.admin.std.server.EqualityMatchingRuleCfg;
import java.util.Collection;
import java.util.Collections;
import org.opends.server.api.EqualityMatchingRule;
import org.opends.server.api.PasswordStorageScheme;
import org.opends.server.config.ConfigException;
import org.opends.server.core.DirectoryServer;
import org.opends.server.protocols.asn1.ASN1OctetString;
import org.opends.server.types.AttributeValue;
import org.opends.server.types.ByteString;
import org.opends.server.types.ConditionResult;
import org.opends.server.types.DirectoryException;
import org.opends.server.types.InitializationException;
import static org.opends.server.loggers.debug.DebugLogger.*;
import org.opends.server.loggers.debug.DebugTracer;
@@ -53,7 +52,7 @@
 * This class implements the authPasswordMatch matching rule defined in RFC
 * 3112.
 */
public class AuthPasswordEqualityMatchingRule
class AuthPasswordEqualityMatchingRule
       extends EqualityMatchingRule
{
  /**
@@ -77,10 +76,9 @@
  /**
   * {@inheritDoc}
   */
  public void initializeMatchingRule(EqualityMatchingRuleCfg configuration)
         throws ConfigException, InitializationException
  public Collection<String> getAllNames()
  {
    // No initialization is required.
    return Collections.singleton(getName());
  }