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

Matthew Swift
28.14.2011 c0921e287938502acc5f0d993f079ef6cb2e1f30
opends/tests/unit-tests-testng/src/server/org/opends/server/extensions/LDAPPassThroughAuthenticationPolicyTestCase.java
@@ -737,6 +737,56 @@
    {
      return mappedSearchBindPasswordProperty;
    }
    /**
     * {@inheritDoc}
     */
    public long getCachedPasswordMaxAge()
    {
      return 86400;
    }
    /**
     * {@inheritDoc}
     */
    public long getCachedPasswordMinAge()
    {
      return 10;
    }
    /**
     * {@inheritDoc}
     */
    public String getCachedPasswordStorageScheme()
    {
      return null;
    }
    /**
     * {@inheritDoc}
     */
    public DN getCachedPasswordStorageSchemeDN()
    {
      return null;
    }
    /**
     * {@inheritDoc}
     */
    public boolean isUsePasswordCaching()
    {
      return false;
    }
  }