Uses of Interface
de.trustable.ca3s.core.repository.ProtectedContentRepository
-
Packages that use ProtectedContentRepository Package Description de.trustable.ca3s.core.schedule de.trustable.ca3s.core.service.impl 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 ProtectedContentRepository in de.trustable.ca3s.core.schedule
Constructors in de.trustable.ca3s.core.schedule with parameters of type ProtectedContentRepository Constructor Description ProtectedContentCleanupScheduler(int maxRecordsPerTransaction, ProtectedContentRepository protectedContentRepository, CSRRepository csrRepository, CSRUtil csrUtil, AuditService auditService) -
Uses of ProtectedContentRepository in de.trustable.ca3s.core.service.impl
Constructors in de.trustable.ca3s.core.service.impl with parameters of type ProtectedContentRepository Constructor Description ProtectedContentServiceImpl(ProtectedContentRepository protectedContentRepository) -
Uses of ProtectedContentRepository in de.trustable.ca3s.core.service.util
Constructors in de.trustable.ca3s.core.service.util with parameters of type ProtectedContentRepository Constructor Description CaConnectorConfigUtil(CAConnectorConfigRepository cAConnectorConfigRepository, ProtectedContentRepository protectedContentRepository, ProtectedContentUtil protectedContentUtil, CertificateRepository certificateRepository, CAConnectorConfigAttributeRepository caConnectorConfigAttributeRepository, AuditService auditService, AuditTraceRepository auditTraceRepository)CertificateUtil(CertificateRepository certificateRepository, CertificateAttributeRepository certificateAttributeRepository, CertificateCommentRepository certificateCommentRepository, ProtectedContentRepository protContentRepository, ProtectedContentUtil protUtil, PreferenceUtil preferenceUtil, CryptoService cryptoUtil, UserRepository userRepository, AcmeAccountRepository acmeAccountRepository, AuditService auditService, ReplacementCandidateUtil replacementCandidateUtil)PipelineUtil(CertificateRepository certRepository, CSRRepository csrRepository, CAConnectorConfigRepository caConnRepository, PipelineRepository pipelineRepository, PipelineAttributeRepository pipelineAttRepository, BPMNProcessInfoRepository bpmnPIRepository, ProtectedContentRepository protectedContentRepository, ProtectedContentUtil protectedContentUtil, PreferenceUtil preferenceUtil, CertificateUtil certUtil, AlgorithmRestrictionUtil algorithmRestrictionUtil, ConfigUtil configUtil, AuditService auditService, AuditTraceRepository auditTraceRepository, TenantRepository tenantRepository, RequestProxyConfigRepository requestProxyConfigRepository, String defaultKeySpec)ProtectedContentUtil(ProtectedContentRepository protContentRepository, String protectionSecretFallback, String protectionSecret, String salt, int iterations, String pbeAlgo) -
Uses of ProtectedContentRepository in de.trustable.ca3s.core.web.rest
Constructors in de.trustable.ca3s.core.web.rest with parameters of type ProtectedContentRepository Constructor Description CAConnectorConfigResource(CAConnectorConfigService cAConnectorConfigService, ProtectedContentUtil protUtil, ProtectedContentRepository protContentRepository, CAConnectorConfigRepository caConfigRepository, CaConnectorAdapter caConnectorAdapter, AuditService auditService) -
Uses of ProtectedContentRepository in de.trustable.ca3s.core.web.rest.support
Constructors in de.trustable.ca3s.core.web.rest.support with parameters of type ProtectedContentRepository Constructor Description RequestProxyConfigAdministration(RequestProxyConfigService requestProxyConfigService, ProtectedContentUtil protUtil, ProtectedContentRepository protContentRepository, AuditService auditService)
-