Uses of Class
de.trustable.ca3s.core.service.NotificationService
-
Packages that use NotificationService Package Description de.trustable.ca3s.core.schedule de.trustable.ca3s.core.service.util de.trustable.ca3s.core.web.rest.support -
-
Uses of NotificationService in de.trustable.ca3s.core.schedule
Constructors in de.trustable.ca3s.core.schedule with parameters of type NotificationService Constructor Description CertExpiryScheduler(int maxRecordsPerTransaction, CertificateRepository certificateRepo, CertificateUtil certUtil, AuditService auditService, CRLUtil crlUtil, PreferenceUtil preferenceUtil, NotificationService notificationService) -
Uses of NotificationService in de.trustable.ca3s.core.service.util
Constructors in de.trustable.ca3s.core.service.util with parameters of type NotificationService Constructor Description ReplacementCandidateUtil(CertificateRepository certificateRepository, UserRepository userRepository, AcmeAccountRepository acmeAccountRepository, AuditService auditService, NotificationService notificationService, int notifyActiveParallelCertificates, int rejectActiveParallelCertificates) -
Uses of NotificationService in de.trustable.ca3s.core.web.rest.support
Constructors in de.trustable.ca3s.core.web.rest.support with parameters of type NotificationService Constructor Description CertificateAdministration(CertificateRepository certificateRepository, CertificateAttributeRepository certificateAttributeRepository, BPMNUtil bpmnUtil, de.trustable.util.CryptoUtil cryptoUtil, CertificateUtil certUtil, CRLUtil crlUtil, UserRepository userRepository, CertExpiryScheduler certExpiryScheduler, NotificationService notificationService, AuditService auditService)ContentUploadProcessor(de.trustable.util.CryptoUtil cryptoUtil, ProtectedContentUtil protUtil, CertificateUtil certUtil, CSRRepository csrRepository, CertificateRepository certificateRepository, UserUtil userUtil, PipelineRepository pipelineRepository, PipelineUtil pipelineUtil, PreferenceUtil preferenceUtil, CertificateProcessingUtil cpUtil, NotificationService notificationService, BadKeysService badKeysService, AuditService auditService, String pkcs12SecretRegexp)CSRAdministration(CSRRepository csrRepository, CsrAttributeRepository csrAttributeRepository, CSRUtil csrUtil, CertificateProcessingUtil cpUtil, PipelineUtil pipelineUtil, UserRepository userRepository, UserUtil userUtil, AuditService auditService, NotificationService notificationService, ProtectedContentUtil protectedContentUtil, PreferenceUtil preferenceUtil, boolean selfIssuanceAllowed)NotificationSupport(NameAndRoleUtil nameAndRoleUtil, UserRepository userRepository, NotificationService notificationService, CertificateRepository certificateRepository, CSRRepository csrRepository)
-