Uses of Interface
de.trustable.ca3s.core.service.RequestProxyConfigService
-
Packages that use RequestProxyConfigService Package Description de.trustable.ca3s.core.service.impl de.trustable.ca3s.core.web.rest Spring MVC REST controllers.de.trustable.ca3s.core.web.rest.support -
-
Uses of RequestProxyConfigService in de.trustable.ca3s.core.service.impl
Classes in de.trustable.ca3s.core.service.impl that implement RequestProxyConfigService Modifier and Type Class Description classRequestProxyConfigServiceImplService Implementation for managingRequestProxyConfig. -
Uses of RequestProxyConfigService in de.trustable.ca3s.core.web.rest
Constructors in de.trustable.ca3s.core.web.rest with parameters of type RequestProxyConfigService Constructor Description RequestProxyConfigResource(RequestProxyConfigService requestProxyConfigService, JWSService jwsService) -
Uses of RequestProxyConfigService in de.trustable.ca3s.core.web.rest.support
Constructors in de.trustable.ca3s.core.web.rest.support with parameters of type RequestProxyConfigService Constructor Description RequestProxyConfigAdministration(RequestProxyConfigService requestProxyConfigService, ProtectedContentUtil protUtil, ProtectedContentRepository protContentRepository, AuditService auditService)
-