Uses of Class
de.trustable.ca3s.core.domain.RequestProxyConfig
-
Packages that use RequestProxyConfig Package Description de.trustable.ca3s.core.domain JPA domain objects.de.trustable.ca3s.core.repository Spring Data JPA repositories.de.trustable.ca3s.core.service Service layer beans.de.trustable.ca3s.core.service.dto Data Transfer Objects.de.trustable.ca3s.core.service.impl de.trustable.ca3s.core.web.rest Spring MVC REST controllers.de.trustable.ca3s.core.web.websocket WebSocket services, using Spring Websocket. -
-
Uses of RequestProxyConfig in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type RequestProxyConfig Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<RequestProxyConfig,Boolean>RequestProxyConfig_. activestatic javax.persistence.metamodel.SingularAttribute<RequestProxyConfig,Long>RequestProxyConfig_. idstatic javax.persistence.metamodel.SingularAttribute<RequestProxyConfig,String>RequestProxyConfig_. namestatic javax.persistence.metamodel.SetAttribute<RequestProxyConfig,Pipeline>RequestProxyConfig_. pipelinesstatic javax.persistence.metamodel.SetAttribute<Pipeline,RequestProxyConfig>Pipeline_. requestProxiesstatic javax.persistence.metamodel.SingularAttribute<AcmeChallenge,RequestProxyConfig>AcmeChallenge_. requestProxystatic javax.persistence.metamodel.SingularAttribute<AuditTrace,RequestProxyConfig>AuditTrace_. requestProxyConfigstatic javax.persistence.metamodel.SingularAttribute<RequestProxyConfig,String>RequestProxyConfig_. requestProxyUrlMethods in de.trustable.ca3s.core.domain that return RequestProxyConfig Modifier and Type Method Description RequestProxyConfigRequestProxyConfig. active(Boolean active)RequestProxyConfigRequestProxyConfig. addPipelines(Pipeline pipeline)RequestProxyConfigAcmeChallenge. getRequestProxy()RequestProxyConfigAuditTrace. getRequestProxyConfig()RequestProxyConfigRequestProxyConfig. id(Long id)RequestProxyConfigRequestProxyConfig. name(String name)RequestProxyConfigRequestProxyConfig. pipelines(Set<Pipeline> pipelines)RequestProxyConfigRequestProxyConfig. removePipelines(Pipeline pipeline)RequestProxyConfigRequestProxyConfig. requestProxyUrl(String requestProxyUrl)Methods in de.trustable.ca3s.core.domain that return types with arguments of type RequestProxyConfig Modifier and Type Method Description Set<RequestProxyConfig>Pipeline. getRequestProxies()Methods in de.trustable.ca3s.core.domain with parameters of type RequestProxyConfig Modifier and Type Method Description PipelinePipeline. addRequestProxy(RequestProxyConfig requestProxyConfig)PipelinePipeline. removeRequestProxy(RequestProxyConfig requestProxyConfig)AuditTraceAuditTrace. requestProxyConfig(RequestProxyConfig requestProxyConfig)voidAcmeChallenge. setRequestProxy(RequestProxyConfig requestProxy)voidAuditTrace. setRequestProxyConfig(RequestProxyConfig requestProxyConfig)Method parameters in de.trustable.ca3s.core.domain with type arguments of type RequestProxyConfig Modifier and Type Method Description PipelinePipeline. requestProxies(Set<RequestProxyConfig> requestProxyConfigs)voidPipeline. setRequestProxies(Set<RequestProxyConfig> requestProxyConfigs) -
Uses of RequestProxyConfig in de.trustable.ca3s.core.repository
Methods in de.trustable.ca3s.core.repository with parameters of type RequestProxyConfig Modifier and Type Method Description org.springframework.data.domain.Page<AuditTrace>AuditTraceRepository. findByRequestProxyConfig(org.springframework.data.domain.Pageable pageable, RequestProxyConfig requestProxyConfig) -
Uses of RequestProxyConfig in de.trustable.ca3s.core.service
Methods in de.trustable.ca3s.core.service that return RequestProxyConfig Modifier and Type Method Description RequestProxyConfigRequestProxyConfigService. save(RequestProxyConfig requestProxyConfig)Save a requestProxyConfig.Methods in de.trustable.ca3s.core.service that return types with arguments of type RequestProxyConfig Modifier and Type Method Description List<RequestProxyConfig>RequestProxyConfigService. findAll()Get all the requestProxyConfigs.Optional<RequestProxyConfig>RequestProxyConfigService. findOne(Long id)Get the "id" requestProxyConfig.Methods in de.trustable.ca3s.core.service with parameters of type RequestProxyConfig Modifier and Type Method Description AuditTraceAuditService. createAuditTrace(String actor, String actorRole, String template, String attributeName, String oldVal, String newVal, CSR csr, Certificate certificate, Pipeline pipeline, CAConnectorConfig caConnector, BPMNProcessInfo processInfo, AcmeAccount acmeAccount, AcmeOrder acmeOrder, RequestProxyConfig requestProxyConfig)AuditTraceAuditService. createAuditTraceRequestProxyConfigChange(String attributeName, String oldVal, String newVal, RequestProxyConfig requestProxyConfig)AuditTraceAuditService. createAuditTraceRequestProxyConfigSecretChanged(RequestProxyConfig requestProxyConfig)RequestProxyConfigRequestProxyConfigService. save(RequestProxyConfig requestProxyConfig)Save a requestProxyConfig. -
Uses of RequestProxyConfig in de.trustable.ca3s.core.service.dto
Constructors in de.trustable.ca3s.core.service.dto with parameters of type RequestProxyConfig Constructor Description RemoteRequestProxyConfigView(RequestProxyConfig requestProxyConfig) -
Uses of RequestProxyConfig in de.trustable.ca3s.core.service.impl
Methods in de.trustable.ca3s.core.service.impl that return RequestProxyConfig Modifier and Type Method Description RequestProxyConfigRequestProxyConfigServiceImpl. save(RequestProxyConfig requestProxyConfig)Save a requestProxyConfig.Methods in de.trustable.ca3s.core.service.impl that return types with arguments of type RequestProxyConfig Modifier and Type Method Description List<RequestProxyConfig>RequestProxyConfigServiceImpl. findAll()Get all the requestProxyConfigs.Optional<RequestProxyConfig>RequestProxyConfigServiceImpl. findOne(Long id)Get one requestProxyConfig by id.Methods in de.trustable.ca3s.core.service.impl with parameters of type RequestProxyConfig Modifier and Type Method Description RequestProxyConfigRequestProxyConfigServiceImpl. save(RequestProxyConfig requestProxyConfig)Save a requestProxyConfig. -
Uses of RequestProxyConfig in de.trustable.ca3s.core.web.rest
Methods in de.trustable.ca3s.core.web.rest that return types with arguments of type RequestProxyConfig Modifier and Type Method Description org.springframework.http.ResponseEntity<RequestProxyConfig>RequestProxyConfigResource. createRequestProxyConfig(@Valid RequestProxyConfig requestProxyConfig)POST /request-proxy-configs: Create a new requestProxyConfig.List<RequestProxyConfig>RequestProxyConfigResource. getAllRequestProxyConfigs()GET /request-proxy-configs: get all the requestProxyConfigs.org.springframework.http.ResponseEntity<RequestProxyConfig>RequestProxyConfigResource. getRequestProxyConfig(Long id)GET /request-proxy-configs/:id: get the "id" requestProxyConfig.org.springframework.http.ResponseEntity<RequestProxyConfig>RequestProxyConfigResource. updateRequestProxyConfig(@Valid RequestProxyConfig requestProxyConfig)PUT /request-proxy-configs: Updates an existing requestProxyConfig.Methods in de.trustable.ca3s.core.web.rest with parameters of type RequestProxyConfig Modifier and Type Method Description org.springframework.http.ResponseEntity<RequestProxyConfig>RequestProxyConfigResource. createRequestProxyConfig(@Valid RequestProxyConfig requestProxyConfig)POST /request-proxy-configs: Create a new requestProxyConfig.org.springframework.http.ResponseEntity<RequestProxyConfig>RequestProxyConfigResource. updateRequestProxyConfig(@Valid RequestProxyConfig requestProxyConfig)PUT /request-proxy-configs: Updates an existing requestProxyConfig. -
Uses of RequestProxyConfig in de.trustable.ca3s.core.web.websocket
Methods in de.trustable.ca3s.core.web.websocket with parameters of type RequestProxyConfig Modifier and Type Method Description voidWSConnectionPool. ensureWSConnected(RequestProxyConfig rpConfig)voidWSConnectionPool. ensureWSConnectionClosed(RequestProxyConfig rpConfig)booleanWSConnectionPool. hasActiveConnection(RequestProxyConfig rpConfig)voidWSConnectionPool. putConnection(RequestProxyConfig rpConfig, org.springframework.messaging.simp.stomp.StompSession wsConnectionStatus)
-