Class SchedulerSecurityTest

  • All Implemented Interfaces:
    org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

    public class SchedulerSecurityTest
    extends BaseIntegrationTest
    Tests security of methods run by Quartz.
    Author:
    keshav
    • Constructor Detail

      • SchedulerSecurityTest

        public SchedulerSecurityTest()
    • Method Detail

      • runSecuredMethodOnSchedule

        public void runSecuredMethodOnSchedule()
                                        throws Exception
        Throws:
        Exception
      • runSecuredMethodOnScheduleMultiGroup

        public void runSecuredMethodOnScheduleMultiGroup()
                                                  throws Exception
        Throws:
        Exception
      • runUnauthorizedMethodOnSchedule

        public void runUnauthorizedMethodOnSchedule()
                                             throws Exception
        Throws:
        Exception
      • testSecureJob

        public void testSecureJob()
                           throws org.quartz.JobExecutionException
        Throws:
        org.quartz.JobExecutionException