- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getTotalBlocked (0.06 seconds)
-
src/main/java/jcifs/util/AuthenticationRateLimiter.java
this.ipsBlocked = ipsBlocked; this.activeAccounts = activeAccounts; this.activeIps = activeIps; } public long getTotalBlocked() { return totalBlocked; } public long getAccountsLocked() { return accountsLocked; } public long getIpsBlocked() {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 15.1K bytes - Click Count (0) -
src/test/java/jcifs/util/AuthenticationRateLimiterTest.java
@Test public void testStatistics() throws Exception { // Initially stats should be zero AuthenticationRateLimiter.RateLimiterStats stats = rateLimiter.getStats(); assertEquals(0, stats.getTotalBlocked()); assertEquals(0, stats.getAccountsLocked()); assertEquals(0, stats.getIpsBlocked()); // Create some activity String username = "statsuser"; String ip = "192.168.1.10";Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 15.8K bytes - Click Count (0)