| Package | Description |
|---|---|
| io.mosip.kernel.auth.repository | |
| io.mosip.kernel.auth.repository.impl | |
| io.mosip.kernel.auth.service | |
| io.mosip.kernel.auth.service.impl | |
| io.mosip.kernel.auth.util |
| Modifier and Type | Method and Description |
|---|---|
MosipUserDto |
DataStore.authenticateWithOtp(OtpUser otpUser) |
| Modifier and Type | Method and Description |
|---|---|
MosipUserDto |
DBDataStore.authenticateWithOtp(OtpUser otpUser) |
MosipUserDto |
LdapDataStore.authenticateWithOtp(OtpUser otpUser) |
MosipUserDto |
KeycloakImpl.authenticateWithOtp(OtpUser otpUser) |
| Modifier and Type | Method and Description |
|---|---|
AuthNResponseDto |
AuthNService.authenticateWithOtp(OtpUser otpUser) |
OtpGenerateResponseDto |
OTPGenerateService.generateOTPMultipleChannels(MosipUserDto mosipUserDto,
OtpUser otpUser,
String token) |
MosipUserDto |
UinService.getDetailsFromUin(OtpUser otpUser) |
AuthNResponseDto |
OTPService.sendOTP(MosipUserDto mosipUser,
OtpUser otpUser) |
AuthNResponseDto |
OTPService.sendOTPForUin(MosipUserDto mosipUserDto,
OtpUser otpUser,
String appId) |
| Modifier and Type | Method and Description |
|---|---|
AuthNResponseDto |
AuthServiceImpl.authenticateWithOtp(OtpUser otpUser)
Method used for sending OTP
|
OtpGenerateResponseDto |
OTPGenerateServiceImpl.generateOTPMultipleChannels(MosipUserDto mosipUserDto,
OtpUser otpUser,
String token) |
MosipUserDto |
UinServiceImpl.getDetailsFromUin(OtpUser otpUser) |
AuthNResponseDto |
OTPServiceImpl.sendOTP(MosipUserDto mosipUser,
OtpUser otpUser) |
AuthNResponseDto |
OTPServiceImpl.sendOTPForUin(MosipUserDto mosipUser,
OtpUser otpUser,
String appId) |
| Modifier and Type | Method and Description |
|---|---|
OTPEmailTemplate |
TemplateUtil.getEmailTemplate(String otp,
OtpUser otpUser,
String token) |
String |
TemplateUtil.getMasterDataForLanguage(OtpUser otpUser,
String templateType,
String token,
String language) |
String |
TemplateUtil.getOtpSmsMessage(String otp,
OtpUser otpUser,
String token) |
void |
OtpValidator.validateOTPUser(OtpUser otpUser) |
Copyright © 2020. All rights reserved.