Package com.skava.util
Class UserAuthEventTriggerUtil
java.lang.Object
com.skava.util.UserAuthEventTriggerUtil
This is a utility class for UserAuthEventTriggerUtil model which contains static methods for triggering
events for MFA Login.
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
triggeringEventForMFA
(com.skava.core.event.EventClientComponent eventClientComponent, LoginMFAPayload loginMFAPayload, String routingKey, Collection collection, UserEventCommonPayLoad userEventCommonPayLoad) This method used to trigger message event to rabbit MQ server
-
Method Details
-
triggeringEventForMFA
public static void triggeringEventForMFA(com.skava.core.event.EventClientComponent eventClientComponent, LoginMFAPayload loginMFAPayload, String routingKey, Collection collection, UserEventCommonPayLoad userEventCommonPayLoad) This method used to trigger message event to rabbit MQ server- Parameters:
eventClientComponent
- HoldsEventClientComponent
object which is used send event to topic which is used to send notification.loginMFAPayload
- HoldsLoginMFAPayload
object which contains login MFA payload for triggering event.routingKey
- Indicates the routing key of the event triggered.collection
- HoldsCollection
object which is used to get collection id and business id for events.userEventCommonPayLoad
- HoldsUserEventCommonPayLoad
object which contains payload details like storeid and locale.
-