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; } }