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 void
handleRegisterOTPHandler(com.soffid.iam.service.impl.OTPHandler handler)
protected com.soffid.iam.api.Challenge
handleResendToken(com.soffid.iam.api.Challenge challenge, boolean alternativeMethod)
protected boolean
handleResetFailCount(String account)
protected com.soffid.iam.api.Challenge
handleSelectToken(com.soffid.iam.api.Challenge challenge)
protected boolean
handleValidatePin(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:
handleValidatePin
in classOTPValidationServiceBase
- Throws:
Exception
-
handleSelectToken
protected com.soffid.iam.api.Challenge handleSelectToken(com.soffid.iam.api.Challenge challenge) throws Exception
- Specified by:
handleSelectToken
in classOTPValidationServiceBase
- Throws:
Exception
-
handleRegisterOTPHandler
protected void handleRegisterOTPHandler(com.soffid.iam.service.impl.OTPHandler handler) throws Exception
- Specified by:
handleRegisterOTPHandler
in classOTPValidationServiceBase
- Throws:
Exception
-
handleResetFailCount
protected boolean handleResetFailCount(String account) throws Exception
- Specified by:
handleResetFailCount
in classOTPValidationServiceBase
- Throws:
Exception
-
handleResendToken
protected com.soffid.iam.api.Challenge handleResendToken(com.soffid.iam.api.Challenge challenge, boolean alternativeMethod) throws Exception
- Specified by:
handleResendToken
in classOTPValidationServiceBase
- Throws:
Exception
-
-