| Package | Description |
|---|---|
| io.mosip.kernel.auth.service | |
| io.mosip.kernel.auth.service.impl |
| Modifier and Type | Method and Description |
|---|---|
AuthNResponseDto |
AuthNService.authenticateUser(LoginUser loginUser) |
AuthNResponseDto |
AuthNService.authenticateUserWithOtp(UserOtp loginUser) |
AuthNResponseDto |
AuthNService.authenticateWithOtp(OtpUser otpUser) |
AuthNResponseDto |
AuthNService.authenticateWithSecretKey(ClientSecret clientSecret) |
AuthNResponseDto |
OTPService.sendOTP(MosipUserDto mosipUserDto,
List<String> channel,
String appId) |
AuthNResponseDto |
OTPService.sendOTP(MosipUserDto mosipUser,
OtpUser otpUser) |
AuthNResponseDto |
OTPService.sendOTPForUin(MosipUserDto mosipUserDto,
OtpUser otpUser,
String appId) |
| Modifier and Type | Method and Description |
|---|---|
AuthNResponseDto |
AuthServiceImpl.authenticateUser(LoginUser loginUser)
Method used for Authenticating User based on username and password
|
AuthNResponseDto |
AuthServiceImpl.authenticateUserWithOtp(UserOtp userOtp)
Method used for Authenticating User based with username and OTP
|
AuthNResponseDto |
AuthServiceImpl.authenticateWithOtp(OtpUser otpUser)
Method used for sending OTP
|
AuthNResponseDto |
AuthServiceImpl.authenticateWithSecretKey(ClientSecret clientSecret)
Method used for Authenticating User based with secretkey and password
|
AuthNResponseDto |
OTPServiceImpl.sendOTP(MosipUserDto mosipUserDto,
List<String> otpChannel,
String appId) |
AuthNResponseDto |
OTPServiceImpl.sendOTP(MosipUserDto mosipUser,
OtpUser otpUser) |
AuthNResponseDto |
OTPServiceImpl.sendOTPForUin(MosipUserDto mosipUser,
OtpUser otpUser,
String appId) |
Copyright © 2020. All rights reserved.