Class EsbHttpServer

java.lang.Object
edu.internet2.middleware.grouper.esb.listener.EsbHttpServer
All Implemented Interfaces:
org.quartz.Job

@DisallowConcurrentExecution public class EsbHttpServer extends Object implements org.quartz.Job
Class to start a simple HTTP/HTTPS server to listen for incoming event notifications to process as changes in the Grouper registry. Server is started as a quartz job

SSL and basic auth supported for security. All configuration in grouper-loader.properties

  • Constructor Details

    • EsbHttpServer

      public EsbHttpServer()
  • Method Details

    • execute

      public void execute(org.quartz.JobExecutionContext context) throws org.quartz.JobExecutionException
      Method called by quartz to start the server
      Specified by:
      execute in interface org.quartz.Job
      Throws:
      org.quartz.JobExecutionException