Uses of Interface
de.trustable.ca3s.core.repository.AcmeAuthorizationRepository
-
Packages that use AcmeAuthorizationRepository Package Description de.trustable.ca3s.core.service.impl de.trustable.ca3s.core.web.rest.acme -
-
Uses of AcmeAuthorizationRepository in de.trustable.ca3s.core.service.impl
Constructors in de.trustable.ca3s.core.service.impl with parameters of type AcmeAuthorizationRepository Constructor Description AcmeAuthorizationServiceImpl(AcmeAuthorizationRepository acmeAuthorizationRepository) -
Uses of AcmeAuthorizationRepository in de.trustable.ca3s.core.web.rest.acme
Constructors in de.trustable.ca3s.core.web.rest.acme with parameters of type AcmeAuthorizationRepository Constructor Description AuthorizationController(boolean rejectGet, boolean iterateChallengesOnGet, ChallengeController challengeController, AcmeAuthorizationRepository authorizationRepository, AcmeOrderUtil acmeOrderUtil, javax.servlet.http.HttpServletRequest request, int rateSec, int rateMin, int rateHour)NewOrderController(AcmeOrderRepository orderRepository, AcmeOrderAttributeRepository orderAttributeRepository, AcmeAuthorizationRepository authorizationRepository, AcmeChallengeRepository challengeRepository, AcmeIdentifierRepository identRepository, PipelineUtil pipelineUtil, String resolverHost, int orderValiditySec)
-