Uses of Interface
de.trustable.ca3s.core.repository.AcmeChallengeRepository
-
Packages that use AcmeChallengeRepository Package Description de.trustable.ca3s.core.service.impl de.trustable.ca3s.core.web.rest.acme -
-
Uses of AcmeChallengeRepository in de.trustable.ca3s.core.service.impl
Constructors in de.trustable.ca3s.core.service.impl with parameters of type AcmeChallengeRepository Constructor Description AcmeChallengeServiceImpl(AcmeChallengeRepository acmeChallengeRepository)RequestProxyConfigServiceImpl(RequestProxyConfigRepository requestProxyConfigRepository, AcmeChallengeRepository acmeChallengeRepository) -
Uses of AcmeChallengeRepository in de.trustable.ca3s.core.web.rest.acme
Constructors in de.trustable.ca3s.core.web.rest.acme with parameters of type AcmeChallengeRepository Constructor Description ChallengeController(AcmeChallengeRepository challengeRepository, PreferenceUtil preferenceUtil, AuditService auditService, int[] alpnPorts, String resolverHost, int resolverPort, AcmeOrderUtil acmeOrderUtil, int rateSec, int rateMin, int rateHour)NewOrderController(AcmeOrderRepository orderRepository, AcmeOrderAttributeRepository orderAttributeRepository, AcmeAuthorizationRepository authorizationRepository, AcmeChallengeRepository challengeRepository, AcmeIdentifierRepository identRepository, PipelineUtil pipelineUtil, String resolverHost, int orderValiditySec)
-