Class GrouperPasswordRecentlyUsedCleanupJob

java.lang.Object
edu.internet2.middleware.grouper.app.loader.OtherJobBase
edu.internet2.middleware.grouper.authentication.GrouperPasswordRecentlyUsedCleanupJob
All Implemented Interfaces:
org.quartz.Job

@DisallowConcurrentExecution public class GrouperPasswordRecentlyUsedCleanupJob extends OtherJobBase
  • Constructor Details

    • GrouperPasswordRecentlyUsedCleanupJob

      public GrouperPasswordRecentlyUsedCleanupJob()
  • Method Details

    • main

      public static void main(String[] args)
      run the daemon
      Parameters:
      args -
    • run

      Description copied from class: OtherJobBase
      implement this method for the logic of the OtherJob
      Specified by:
      run in class OtherJobBase
      Returns:
      the output
    • runDaemonStandalone

      public static void runDaemonStandalone()
      run standalone
    • cleanupOldEntriesFromGrouperPasswordRecentlyUsed

      public static int cleanupOldEntriesFromGrouperPasswordRecentlyUsed()