Package de.trustable.ca3s.core.schedule
Class CertBundleScheduler
- java.lang.Object
-
- de.trustable.ca3s.core.schedule.CertBundleScheduler
-
@Component @Transactional(propagation=REQUIRES_NEW) public class CertBundleScheduler extends Object
- Author:
- kuehn
-
-
Constructor Summary
Constructors Constructor Description CertBundleScheduler(CAConnectorConfigRepository caConfigRepo, CaConnectorAdapter caConnAd, CertificateUtil certUtil, CertificateRepository certificateRepository, TimedRenewalCertMapHolder timedRenewalCertMapHolder, KeyUtil keyUtil, String dnSuffix, String sans, String persist)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidretrieveCertificates()
-
-
-
Constructor Detail
-
CertBundleScheduler
public CertBundleScheduler(CAConnectorConfigRepository caConfigRepo, CaConnectorAdapter caConnAd, CertificateUtil certUtil, CertificateRepository certificateRepository, TimedRenewalCertMapHolder timedRenewalCertMapHolder, KeyUtil keyUtil, @Value("${ca3s.https.certificate.dnSuffix:}") String dnSuffix, @Value("${ca3s.https.certificate.sans:}") String sans, @Value("${ca3s.https.certificate.persist:NO}") String persist)
-
-