Package com.soffid.iam.service
Class OTPValidationServiceImpl
- java.lang.Object
-
- com.soffid.iam.service.OTPValidationServiceBase
-
- com.soffid.iam.service.OTPValidationServiceImpl
-
- All Implemented Interfaces:
com.soffid.iam.service.OTPValidationService
public class OTPValidationServiceImpl extends OTPValidationServiceBase
-
-
Constructor Summary
Constructors Constructor Description OTPValidationServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleRegisterOTPHandler(com.soffid.iam.service.impl.OTPHandler handler)protected com.soffid.iam.api.ChallengehandleResendToken(com.soffid.iam.api.Challenge challenge, boolean alternativeMethod)protected booleanhandleResetFailCount(String account)protected com.soffid.iam.api.ChallengehandleSelectToken(com.soffid.iam.api.Challenge challenge)protected booleanhandleValidatePin(com.soffid.iam.api.Challenge challenge, String pin)-
Methods inherited from class com.soffid.iam.service.OTPValidationServiceBase
getPrincipal, registerOTPHandler, resendToken, resetFailCount, selectToken, validatePin
-
-
-
-
Method Detail
-
handleValidatePin
protected boolean handleValidatePin(com.soffid.iam.api.Challenge challenge, String pin) throws Exception- Specified by:
handleValidatePinin classOTPValidationServiceBase- Throws:
Exception
-
handleSelectToken
protected com.soffid.iam.api.Challenge handleSelectToken(com.soffid.iam.api.Challenge challenge) throws Exception- Specified by:
handleSelectTokenin classOTPValidationServiceBase- Throws:
Exception
-
handleRegisterOTPHandler
protected void handleRegisterOTPHandler(com.soffid.iam.service.impl.OTPHandler handler) throws Exception- Specified by:
handleRegisterOTPHandlerin classOTPValidationServiceBase- Throws:
Exception
-
handleResetFailCount
protected boolean handleResetFailCount(String account) throws Exception
- Specified by:
handleResetFailCountin classOTPValidationServiceBase- Throws:
Exception
-
handleResendToken
protected com.soffid.iam.api.Challenge handleResendToken(com.soffid.iam.api.Challenge challenge, boolean alternativeMethod) throws Exception- Specified by:
handleResendTokenin classOTPValidationServiceBase- Throws:
Exception
-
-