public class UnsuccessfulAuthenticationCounter extends Object
| Constructor and Description |
|---|
UnsuccessfulAuthenticationCounter(int maxAttepts,
long blockTime) |
| Modifier and Type | Method and Description |
|---|---|
long |
getRemainingBlockedTime(String ip) |
void |
successfulAttempt(String ip) |
void |
unsuccessfulAttempt(String ip) |
Copyright © 2018 Unity. All rights reserved.