Package com.soffid.iam.service.ejb
Interface OTPValidationService
-
public interface OTPValidationService
EJB OTPValidationService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Challenge
resendToken(Challenge challenge, boolean alternativeMethod)
boolean
resetFailCount(String account)
Challenge
selectToken(Challenge challenge)
boolean
validatePin(Challenge challenge, String pin)
-
-
-
Method Detail
-
resetFailCount
boolean resetFailCount(String account) throws InternalErrorException
- Throws:
InternalErrorException
-
validatePin
boolean validatePin(Challenge challenge, String pin) throws InternalErrorException
- Throws:
InternalErrorException
-
resendToken
Challenge resendToken(Challenge challenge, boolean alternativeMethod) throws InternalErrorException
- Throws:
InternalErrorException
-
selectToken
Challenge selectToken(Challenge challenge) throws InternalErrorException
- Throws:
InternalErrorException
-
-