Class CertificateExpirationMonitorWorker
java.lang.Object
de.xima.fc.certificate.ms.impl.scheduling.CertificateExpirationMonitorWorker
- All Implemented Interfaces:
org.quartz.Job
Worker job that checks for expired and near-expiration certificates and handles notifications and renewals.
- Since:
- 8.5.0
- Author:
- tobias
-
Constructor Summary
ConstructorsConstructorDescriptionCertificateExpirationMonitorWorker(IDaoFactory daoFactory, SystemPersistenceManager spm, MsCryptoSettingsService cryptoSettingsService, javax.enterprise.event.Event<NotificationEvent<?>> notificationEventPublisher, MsCertificateManagementService certificateManagementService) -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.quartz.JobExecutionContext jobExecutionContext)
-
Constructor Details
-
CertificateExpirationMonitorWorker
@Inject public CertificateExpirationMonitorWorker(IDaoFactory daoFactory, SystemPersistenceManager spm, MsCryptoSettingsService cryptoSettingsService, javax.enterprise.event.Event<NotificationEvent<?>> notificationEventPublisher, MsCertificateManagementService certificateManagementService)
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext jobExecutionContext) throws org.quartz.JobExecutionException - Specified by:
executein interfaceorg.quartz.Job- Throws:
org.quartz.JobExecutionException
-