Class AuthorizingJobDecorator.DecoratingJobFactory

  • All Implemented Interfaces:
    org.quartz.spi.JobFactory
    Enclosing class:
    AuthorizingJobDecorator

    public static class AuthorizingJobDecorator.DecoratingJobFactory
    extends Object
    implements org.quartz.spi.JobFactory
    • Constructor Detail

      • DecoratingJobFactory

        public DecoratingJobFactory​(org.elasticsearch.common.util.concurrent.ThreadContext threadContext,
                                    org.quartz.spi.JobFactory delegate)
    • Method Detail

      • newJob

        public org.quartz.Job newJob​(org.quartz.spi.TriggerFiredBundle bundle,
                                     org.quartz.Scheduler scheduler)
                              throws org.quartz.SchedulerException
        Specified by:
        newJob in interface org.quartz.spi.JobFactory
        Throws:
        org.quartz.SchedulerException