Class OtpGeneratorServiceImpl
- java.lang.Object
-
- io.mosip.kernel.otpmanager.service.impl.OtpGeneratorServiceImpl
-
- All Implemented Interfaces:
OtpGenerator<OtpGeneratorRequestDto,OtpGeneratorResponseDto>
@RefreshScope @Service public class OtpGeneratorServiceImpl extends Object implements OtpGenerator<OtpGeneratorRequestDto,OtpGeneratorResponseDto>
This class provides the implementation for the methods of OtpGeneratorService interface.- Since:
- 1.0.0
- Author:
- Ritesh Sinha
-
-
Constructor Summary
Constructors Constructor Description OtpGeneratorServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OtpGeneratorResponseDtogetOtp(OtpGeneratorRequestDto otpDto)
-
-
-
Method Detail
-
getOtp
public OtpGeneratorResponseDto getOtp(OtpGeneratorRequestDto otpDto)
- Specified by:
getOtpin interfaceOtpGenerator<OtpGeneratorRequestDto,OtpGeneratorResponseDto>
-
-