Class RemoveStaleForgottenPasswordInstancesScheduledJob
java.lang.Object
com.bluebell.greenhouse.radicle.scheduled.impl.RemoveStaleForgottenPasswordInstancesScheduledJob
- All Implemented Interfaces:
GenericScheduledJob
@Component
@ConditionalOnProperty(name="bluebell.jobs.scheduler.enabled",
havingValue="true",
matchIfMissing=true)
public class RemoveStaleForgottenPasswordInstancesScheduledJob
extends Object
implements GenericScheduledJob
Submits the durable job that removes expired, unconsumed password reset instances.
- Version:
- 3.0.6
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()Submits the password reset cleanup on its configured interval.
-
Constructor Details
-
RemoveStaleForgottenPasswordInstancesScheduledJob
public RemoveStaleForgottenPasswordInstancesScheduledJob()
-
-
Method Details
-
execute
@Scheduled(fixedDelayString="${bluebell.jobs.schedule.remove-stale-forgotten-password-instances.fixed-delay}", initialDelayString="${bluebell.jobs.schedule.remove-stale-forgotten-password-instances.initial-delay}") public void execute()Submits the password reset cleanup on its configured interval.- Specified by:
executein interfaceGenericScheduledJob
-