Class UinServiceImpl
java.lang.Object
io.mosip.kernel.auth.defaultimpl.service.impl.UinServiceImpl
- All Implemented Interfaces:
UinService
- Author:
- M1049825
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.mosip.kernel.core.authmanager.model.MosipUserDtoio.mosip.kernel.core.authmanager.model.MosipUserDtogetDetailsFromUin(io.mosip.kernel.core.authmanager.model.OtpUser otpUser)
-
Field Details
-
MOSIP_NOTIFICATIONTYPE
- See Also:
-
-
Constructor Details
-
UinServiceImpl
public UinServiceImpl()
-
-
Method Details
-
getDetailsFromUin
public io.mosip.kernel.core.authmanager.model.MosipUserDto getDetailsFromUin(io.mosip.kernel.core.authmanager.model.OtpUser otpUser) throws Exception - Specified by:
getDetailsFromUinin interfaceUinService- Throws:
Exception
-
getDetailsForValidateOtp
public io.mosip.kernel.core.authmanager.model.MosipUserDto getDetailsForValidateOtp(String uin) throws Exception - Specified by:
getDetailsForValidateOtpin interfaceUinService- Throws:
Exception
-