- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for unlockAccount (0.05 sec)
-
src/main/java/jcifs/util/AuthenticationRateLimiter.java
} /** * Manually unlock an account * * @param username the username to unlock * @return true if account was unlocked, false if not found */ public boolean unlockAccount(String username) { AccountAttempts account = accountAttempts.get(username); if (account != null) { account.reset(); log.info("Manually unlocked account: {}", username);Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 15.1K bytes - Viewed (0)