Uses of Interface
de.trustable.ca3s.core.repository.CRLExpirationNotificationRepository
-
Packages that use CRLExpirationNotificationRepository Package Description de.trustable.ca3s.core.repository Spring Data JPA repositories.de.trustable.ca3s.core.service.impl de.trustable.ca3s.core.web.rest Spring MVC REST controllers. -
-
Uses of CRLExpirationNotificationRepository in de.trustable.ca3s.core.repository
Constructors in de.trustable.ca3s.core.repository with parameters of type CRLExpirationNotificationRepository Constructor Description CertificateViewRepository(javax.persistence.EntityManager entityManager, CertificateSelectionUtil certificateSelectionAttributeList, CertificateRepository certificateRepository, CRLExpirationNotificationRepository crlExpirationNotificationRepository, UserRepository userRepository, ProtectedContentUtil protectedContentUtil, AuditTraceRepository auditTraceRepository, CertificateUtil certificateUtil, String certificateStoreIsolation) -
Uses of CRLExpirationNotificationRepository in de.trustable.ca3s.core.service.impl
Constructors in de.trustable.ca3s.core.service.impl with parameters of type CRLExpirationNotificationRepository Constructor Description CRLExpirationNotificationServiceImpl(CRLExpirationNotificationRepository cRLExpirationNotificationRepository, CertificateRepository certificateRepository, CertificateUtil certUtil) -
Uses of CRLExpirationNotificationRepository in de.trustable.ca3s.core.web.rest
Constructors in de.trustable.ca3s.core.web.rest with parameters of type CRLExpirationNotificationRepository Constructor Description CRLExpirationNotificationResource(CRLExpirationNotificationService cRLExpirationNotificationService, CRLExpirationNotificationRepository cRLExpirationNotificationRepository)CRLExpirationNotificationViewResource(CRLExpirationNotificationService cRLExpirationNotificationService, CRLExpirationNotificationRepository cRLExpirationNotificationRepository)
-