Class UinServiceImpl
- java.lang.Object
-
- io.mosip.kernel.auth.defaultimpl.service.impl.UinServiceImpl
-
- All Implemented Interfaces:
UinService
@Component public class UinServiceImpl extends Object implements UinService
- Author:
- M1049825
-
-
Field Summary
Fields Modifier and Type Field Description static StringMOSIP_NOTIFICATIONTYPE
-
Constructor Summary
Constructors Constructor Description UinServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.mosip.kernel.core.authmanager.model.MosipUserDtogetDetailsForValidateOtp(String uin)io.mosip.kernel.core.authmanager.model.MosipUserDtogetDetailsFromUin(io.mosip.kernel.core.authmanager.model.OtpUser otpUser)
-
-
-
Field Detail
-
MOSIP_NOTIFICATIONTYPE
public static final String MOSIP_NOTIFICATIONTYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
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
-
-