Interface NotificationService
public interface NotificationService
- Author:
- Dinesh Karuppiah.T To send Notitcation for Authentication service
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendAuthNotification(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 Details
-
sendAuthNotification
void sendAuthNotification(AuthRequestDTO authRequestDTO, String idvid, AuthResponseDTO authResponseDTO, Map<String, List<IdentityInfoDTO>> idInfo, boolean isAuth) throws IdAuthenticationBusinessException -
sendOTPNotification
-
sendNotification
void sendNotification(Map<String, Object> values, String emailId, String phoneNumber, SenderType sender, String notificationProperty, List<String> templateLanguages) throws IdAuthenticationBusinessException
-