opends/src/server/org/opends/server/extensions/LDAPPassThroughAuthenticationPolicyFactory.java
@@ -1523,6 +1523,16 @@ * connection factories to determine when they are online. */ ScheduledExecutorService getScheduledExecutorService(); /** * Returns the current time in milli-seconds in order to perform cached * password expiration checks. * * @return The current time in milli-seconds. */ long getCurrentTimeMillis(); } @@ -2125,6 +2135,13 @@ return scheduler; } public long getCurrentTimeMillis() { return System.currentTimeMillis(); } };