Class UpgradePasswordHashWorker.UpgradePasswordHashJob

  • All Implemented Interfaces:
    org.quartz.Job
    Enclosing class:
    UpgradePasswordHashWorker

    public static class UpgradePasswordHashWorker.UpgradePasswordHashJob
    extends java.lang.Object
    implements org.quartz.Job
    A scheduled job that checks and upgrades users passwords to the system's preferred encoding.

    Job data:

    • upgradePasswordHashWorker - The worker that performs the actual processing.
    See Also:
    UpgradePasswordHashWorker
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String JOB_DATA_WORKER  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(org.quartz.JobExecutionContext context)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • UpgradePasswordHashJob

        public UpgradePasswordHashJob()
    • Method Detail

      • execute

        public void execute​(org.quartz.JobExecutionContext context)
                     throws org.quartz.JobExecutionException
        Specified by:
        execute in interface org.quartz.Job
        Throws:
        org.quartz.JobExecutionException