public interface AccountLockoutManager
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(ProfileRequestContext profileRequestContext)
Check if the authentication credentials associated with the request are subject to lockout.
|
boolean |
clear(ProfileRequestContext profileRequestContext)
Clear the lockout state for the authentication credentials associated with the request.
|
boolean |
increment(ProfileRequestContext profileRequestContext)
Increment the lockout counter for the authentication credentials associated with the request.
|
boolean check(@Nonnull ProfileRequestContext profileRequestContext)
profileRequestContext - current profile request contextboolean increment(@Nonnull ProfileRequestContext profileRequestContext)
profileRequestContext - current profile request contextboolean clear(@Nonnull ProfileRequestContext profileRequestContext)
profileRequestContext - current profile request contextCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.