Uses of Class
de.trustable.ca3s.core.service.dto.CAConnectorStatus
-
Packages that use CAConnectorStatus Package Description de.trustable.ca3s.core.service.util de.trustable.ca3s.core.web.rest Spring MVC REST controllers. -
-
Uses of CAConnectorStatus in de.trustable.ca3s.core.service.util
Methods in de.trustable.ca3s.core.service.util that return types with arguments of type CAConnectorStatus Modifier and Type Method Description List<CAConnectorStatus>CaConnectorAdapter. getCAConnectorStatus()get the current status for each ca connectors -
Uses of CAConnectorStatus in de.trustable.ca3s.core.web.rest
Methods in de.trustable.ca3s.core.web.rest that return types with arguments of type CAConnectorStatus Modifier and Type Method Description List<CAConnectorStatus>CAConnectorConfigResource. getCAConnectorStatus()GET /ca-connector-configs/status: get all elements able to create a certificate.
-