Interface NotificationService
-
public interface NotificationService- Author:
- Dinesh Karuppiah.T To send Notitcation for Authentication service
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsendAuthNotification(AuthRequestDTO authRequestDTO, String idvid, AuthResponseDTO authResponseDTO, Map<String,List<IdentityInfoDTO>> idInfo, boolean isAuth)voidsendNotification(Map<String,Object> values, String emailId, String phoneNumber, SenderType sender, String notificationProperty, List<String> templateLanguages)voidsendOTPNotification(String idvid, String idvidType, Map<String,String> valueMap, List<String> templateLanguages, String otp, String notificationProperty, LocalDateTime otpGenerationTime)
-
-
-
Method Detail
-
sendAuthNotification
void sendAuthNotification(AuthRequestDTO authRequestDTO, String idvid, AuthResponseDTO authResponseDTO, Map<String,List<IdentityInfoDTO>> idInfo, boolean isAuth) throws IdAuthenticationBusinessException
-
sendOTPNotification
void sendOTPNotification(String idvid, String idvidType, Map<String,String> valueMap, List<String> templateLanguages, String otp, String notificationProperty, LocalDateTime otpGenerationTime) throws IdAuthenticationBusinessException
-
sendNotification
void sendNotification(Map<String,Object> values, String emailId, String phoneNumber, SenderType sender, String notificationProperty, List<String> templateLanguages) throws IdAuthenticationBusinessException
-
-