Class GrouperDeprovisioningCleanupDeprovisionedUsersJob
java.lang.Object
edu.internet2.middleware.grouper.app.loader.OtherJobBase
edu.internet2.middleware.grouper.app.deprovisioning.GrouperDeprovisioningCleanupDeprovisionedUsersJob
- All Implemented Interfaces:
org.quartz.Job
@DisallowConcurrentExecution
public class GrouperDeprovisioningCleanupDeprovisionedUsersJob
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 void
cleanup()
run
(OtherJobBase.OtherJobInput otherJobInput) implement this method for the logic of the OtherJobMethods inherited from class edu.internet2.middleware.grouper.app.loader.OtherJobBase
execute, execute, getOtherJobInput, otherJobLogUpdaterDeregister, otherJobLogUpdaterInit, otherJobLogUpdaterRegister, setOtherJobInput, storeLogInDb
-
Constructor Details
-
GrouperDeprovisioningCleanupDeprovisionedUsersJob
public GrouperDeprovisioningCleanupDeprovisionedUsersJob()
-
-
Method Details
-
cleanup
public static void cleanup() -
run
Description copied from class:OtherJobBase
implement this method for the logic of the OtherJob- Specified by:
run
in classOtherJobBase
- Returns:
- the output
-