Uses of Class
de.trustable.ca3s.core.service.dto.CAStatus
-
Packages that use CAStatus Package Description de.trustable.ca3s.core.service.adcs de.trustable.ca3s.core.service.cmp de.trustable.ca3s.core.service.dir de.trustable.ca3s.core.service.dto Data Transfer Objects.de.trustable.ca3s.core.service.util de.trustable.ca3s.core.web.rest.support -
-
Uses of CAStatus in de.trustable.ca3s.core.service.adcs
Methods in de.trustable.ca3s.core.service.adcs that return CAStatus Modifier and Type Method Description CAStatusADCSConnector. getStatus(CAConnectorConfig caConfig)Retrieve the current status of the ADCSProxy -
Uses of CAStatus in de.trustable.ca3s.core.service.cmp
Methods in de.trustable.ca3s.core.service.cmp that return CAStatus Modifier and Type Method Description CAStatusCaCmpConnector. getStatus(CAConnectorConfig caConnConfig) -
Uses of CAStatus in de.trustable.ca3s.core.service.dir
Methods in de.trustable.ca3s.core.service.dir that return CAStatus Modifier and Type Method Description CAStatusDirectoryConnector. getStatus(CAConnectorConfig caConfig) -
Uses of CAStatus in de.trustable.ca3s.core.service.dto
Methods in de.trustable.ca3s.core.service.dto that return CAStatus Modifier and Type Method Description CAStatusCAConnectorStatus. getStatus()static CAStatusCAStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CAStatus[]CAStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.trustable.ca3s.core.service.dto with parameters of type CAStatus Modifier and Type Method Description voidCAConnectorStatus. setStatus(CAStatus status)Constructors in de.trustable.ca3s.core.service.dto with parameters of type CAStatus Constructor Description CAConnectorStatus(Long connectorId, String name, CAStatus status) -
Uses of CAStatus in de.trustable.ca3s.core.service.util
Methods in de.trustable.ca3s.core.service.util that return CAStatus Modifier and Type Method Description CAStatusCaConnectorAdapter. getStatus(CAConnectorConfig caConfig) -
Uses of CAStatus in de.trustable.ca3s.core.web.rest.support
Methods in de.trustable.ca3s.core.web.rest.support that return CAStatus Modifier and Type Method Description CAStatusUIDatasetSupport. getCAConnectorStatus(@Valid CAConnectorConfig cAConnectorConfig)POST /ca-connector-configs/getStatus: get all elements able to create a certificate.
-