java.lang.Object
edu.internet2.middleware.grouper.esb.listener.EsbListener

public class EsbListener extends Object
Class to process incoming events and convert to operations in Grouper, running with root privileges
  • Constructor Details

    • EsbListener

      public EsbListener()
  • Method Details

    • processEvent

      public String processEvent(String jsonString, GrouperSession grouperSession)
      Parameters:
      the - jsonString representation of a populated EsbListenerEvent class
      an - initialised grouperSession
      Returns:
      returnMessage - a human readable string containing results of operations to return to calling client