Class SchedulerSecurityTest

java.lang.Object
org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests
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 Details

    • SchedulerSecurityTest

      public SchedulerSecurityTest()
  • Method Details

    • 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