Interface ILoginAttemptService
-
- All Known Implementing Classes:
LoginAttemptService
public interface ILoginAttemptService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisBlocked(java.lang.String key)voidloginFailed(java.lang.String key)voidloginSucceeded(java.lang.String key)
-