Package com.soffid.iam.impl.service
Interface OTPValidationService
public interface OTPValidationService
Service OTPValidationService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongenerateTypeForAudit(Challenge challenge) Operation generateTypeForAuditbooleanOperation hasTokenvoidregisterOTPHandler(OTPHandler handler) Operation registerOTPHandlerresendToken(Challenge challenge, boolean alternativeMethod) Operation resendTokenbooleanresetFailCount(String account) Operation resetFailCountselectToken(Challenge challenge) Operation selectTokenbooleanvalidatePin(Challenge challenge, String pin) Operation validatePin
-
Field Details
-
REMOTE_PATH
- See Also:
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
hasToken
Operation hasToken- Parameters:
user-- Returns:
- Throws:
InternalErrorException
-
resetFailCount
Operation resetFailCount- Parameters:
account-- Returns:
- Throws:
InternalErrorException
-
validatePin
Operation validatePin- Parameters:
challenge-pin-- Returns:
- Throws:
InternalErrorException
-
resendToken
Operation resendToken- Parameters:
challenge-alternativeMethod-- Returns:
- Throws:
InternalErrorException
-
selectToken
Operation selectToken- Parameters:
challenge-- Returns:
- Throws:
InternalErrorException
-
generateTypeForAudit
Operation generateTypeForAudit- Parameters:
challenge-- Returns:
- Throws:
InternalErrorException
-
registerOTPHandler
Operation registerOTPHandler- Parameters:
handler-- Throws:
InternalErrorException
-