Class UserEventTriggerUtil

java.lang.Object
com.skava.util.UserEventTriggerUtil

public final class UserEventTriggerUtil extends Object
This is a utility class for UserEventTriggerUtil model which contains static methods for triggering events for MFA Login.
Author:
Infosys Equinox
  • Method Details

    • triggeringEventForMFA

      public static void triggeringEventForMFA(com.skava.core.event.EventClientComponent eventClientComponent, MfaPayload mfaPayload, String routingKey, Collection collection, UserEventCommonPayLoad userEventCommonPayLoad)
      This method used to trigger message event to rabbit MQ server
      Parameters:
      eventClientComponent - Holds EventClientComponent object which is used send event to topic which is used to send notification.
      mfaPayload - Holds MfaPayload object which contains MFA payload for triggering event.
      routingKey - Indicates the routing key of the event triggered.
      collection - Holds Collection object which is used to get collection id and business id for events.
      userEventCommonPayLoad - Holds UserEventCommonPayLoad object which contains payload details like storeid and locale.