Searched defs:resetDuration (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMAccountLockout.java184 * @param resetDuration boolean
186 public void resetPasswdLockout(String token, boolean resetDuration) { argument
202 isAccountLockout.resetLockoutAttempts(userDN, amIdentity, acInfo, resetDuration);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMAccountLockout.java186 * @param resetDuration boolean
188 public void resetPasswdLockout(String token, boolean resetDuration) { argument
204 isAccountLockout.resetLockoutAttempts(userDN, amIdentity, acInfo, resetDuration);

Completed in 50 milliseconds