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
-
Nested Class Summary
Nested classes/interfaces inherited from class edu.internet2.middleware.grouper.app.loader.OtherJobBase
OtherJobBase.OtherJobInput, OtherJobBase.OtherJobOutput -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic voidrun the daemonrun(OtherJobBase.OtherJobInput otherJobInput) implement this method for the logic of the OtherJobstatic voidrun standaloneMethods inherited from class edu.internet2.middleware.grouper.app.loader.OtherJobBase
execute, execute, getOtherJobInput, otherJobLogUpdaterDeregister, otherJobLogUpdaterInit, otherJobLogUpdaterRegister, setOtherJobInput, storeLogInDb
-
Constructor Details
-
GrouperPasswordRecentlyUsedCleanupJob
public GrouperPasswordRecentlyUsedCleanupJob()
-
-
Method Details
-
main
run the daemon- Parameters:
args-
-
run
Description copied from class:OtherJobBaseimplement this method for the logic of the OtherJob- Specified by:
runin classOtherJobBase- Returns:
- the output
-
runDaemonStandalone
public static void runDaemonStandalone()run standalone -
cleanupOldEntriesFromGrouperPasswordRecentlyUsed
public static int cleanupOldEntriesFromGrouperPasswordRecentlyUsed()
-