Uses of Interface
de.trustable.ca3s.core.repository.CertificateAttributeRepository
-
Packages that use CertificateAttributeRepository Package Description de.trustable.ca3s.core.service.util de.trustable.ca3s.core.web.rest Spring MVC REST controllers.de.trustable.ca3s.core.web.rest.support -
-
Uses of CertificateAttributeRepository in de.trustable.ca3s.core.service.util
Constructors in de.trustable.ca3s.core.service.util with parameters of type CertificateAttributeRepository Constructor Description CertificateUtil(CertificateRepository certificateRepository, CertificateAttributeRepository certificateAttributeRepository, CertificateCommentRepository certificateCommentRepository, ProtectedContentRepository protContentRepository, ProtectedContentUtil protUtil, PreferenceUtil preferenceUtil, CryptoService cryptoUtil, UserRepository userRepository, AcmeAccountRepository acmeAccountRepository, AuditService auditService, ReplacementCandidateUtil replacementCandidateUtil) -
Uses of CertificateAttributeRepository in de.trustable.ca3s.core.web.rest
Constructors in de.trustable.ca3s.core.web.rest with parameters of type CertificateAttributeRepository Constructor Description CertificateAttributeResource(CertificateAttributeRepository certificateAttributeRepository) -
Uses of CertificateAttributeRepository in de.trustable.ca3s.core.web.rest.support
Constructors in de.trustable.ca3s.core.web.rest.support with parameters of type CertificateAttributeRepository 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)
-