public interface SecurityAnswerLockoutManager
Modifier and Type | Method and Description |
---|---|
void |
handleSecurityAnswerMatchFailure(Context context,
JsonValue user,
String identityServiceUrl)
Handle the security answer match failure.
|
void |
validateUserLockout(Context context,
JsonValue user)
Verifies whether user should be allowed to attempt security answer verification.
|
void validateUserLockout(Context context, JsonValue user) throws BadRequestException
context
- the request contextuser
- the user objectBadRequestException
- if user is not allowed to perform security answer verificationvoid handleSecurityAnswerMatchFailure(Context context, JsonValue user, String identityServiceUrl) throws ResourceException
context
- the request contextuser
- the user recordidentityServiceUrl
- the resource url of the userResourceException
- on failure to execute handlerCopyright © 2010-2018, ForgeRock All Rights Reserved.