Class ExpiredAccessTokenCleanup

  • All Implemented Interfaces:
    org.apache.syncope.core.provisioning.api.job.JobDelegate, org.apache.syncope.core.provisioning.api.job.SchedTaskJobDelegate

    public class ExpiredAccessTokenCleanup
    extends AbstractSchedTaskJobDelegate<org.apache.syncope.core.persistence.api.entity.task.SchedTask>
    • Constructor Detail

      • ExpiredAccessTokenCleanup

        public ExpiredAccessTokenCleanup()
    • Method Detail

      • doExecute

        protected String doExecute​(boolean dryRun,
                                   String executor,
                                   org.quartz.JobExecutionContext context)
                            throws org.quartz.JobExecutionException
        Description copied from class: AbstractSchedTaskJobDelegate
        The actual execution, delegated to child classes.
        Specified by:
        doExecute in class AbstractSchedTaskJobDelegate<org.apache.syncope.core.persistence.api.entity.task.SchedTask>
        Parameters:
        dryRun - whether to actually touch the data
        executor - the user executing this task
        context - Quartz' execution context, can be used to pass parameters to the job
        Returns:
        the task execution status to be set
        Throws:
        org.quartz.JobExecutionException - if anything goes wrong