Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ClientCertMetadataDTO
-
Packages that use ClientCertMetadataDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of ClientCertMetadataDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return ClientCertMetadataDTO Modifier and Type Method Description ClientCertMetadataDTOClientCertificatesApi. addAPIClientCertificate(String apiId, File certificate, String alias, String tier)Upload a New Certificate This operation can be used to upload a new certificate for an endpoint.ClientCertMetadataDTOClientCertificatesApi. addAPIClientCertificateOfGivenKeyType(String keyType, String apiId, File certificate, String alias, String tier)Upload a New Certificate of the given key type This operation can be used to upload a new certificate for an endpoint of the given type.ClientCertMetadataDTOClientCertificatesApi. updateAPIClientCertificateByAlias(String alias, String apiId, File certificate, String tier)Update a Certificate This operation can be used to update an uploaded certificate.ClientCertMetadataDTOClientCertificatesApi. updateAPIClientCertificateByKeyTypeAndAlias(String keyType, String alias, String apiId, File certificate, String tier)Update a Certificate of a Given Key Type This operation can be used to update an uploaded certificate of a given key type.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type ClientCertMetadataDTO Modifier and Type Method Description ApiResponse<ClientCertMetadataDTO>ClientCertificatesApi. addAPIClientCertificateOfGivenKeyTypeWithHttpInfo(String keyType, String apiId, File certificate, String alias, String tier)Upload a New Certificate of the given key type This operation can be used to upload a new certificate for an endpoint of the given type.ApiResponse<ClientCertMetadataDTO>ClientCertificatesApi. addAPIClientCertificateWithHttpInfo(String apiId, File certificate, String alias, String tier)Upload a New Certificate This operation can be used to upload a new certificate for an endpoint.ApiResponse<ClientCertMetadataDTO>ClientCertificatesApi. updateAPIClientCertificateByAliasWithHttpInfo(String alias, String apiId, File certificate, String tier)Update a Certificate This operation can be used to update an uploaded certificate.ApiResponse<ClientCertMetadataDTO>ClientCertificatesApi. updateAPIClientCertificateByKeyTypeAndAliasWithHttpInfo(String keyType, String alias, String apiId, File certificate, String tier)Update a Certificate of a Given Key Type This operation can be used to update an uploaded certificate of a given key type.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type ClientCertMetadataDTO Modifier and Type Method Description okhttp3.CallClientCertificatesApi. addAPIClientCertificateAsync(String apiId, File certificate, String alias, String tier, ApiCallback<ClientCertMetadataDTO> _callback)Upload a New Certificate (asynchronously) This operation can be used to upload a new certificate for an endpoint.okhttp3.CallClientCertificatesApi. addAPIClientCertificateOfGivenKeyTypeAsync(String keyType, String apiId, File certificate, String alias, String tier, ApiCallback<ClientCertMetadataDTO> _callback)Upload a New Certificate of the given key type (asynchronously) This operation can be used to upload a new certificate for an endpoint of the given type.okhttp3.CallClientCertificatesApi. updateAPIClientCertificateByAliasAsync(String alias, String apiId, File certificate, String tier, ApiCallback<ClientCertMetadataDTO> _callback)Update a Certificate (asynchronously) This operation can be used to update an uploaded certificate.okhttp3.CallClientCertificatesApi. updateAPIClientCertificateByKeyTypeAndAliasAsync(String keyType, String alias, String apiId, File certificate, String tier, ApiCallback<ClientCertMetadataDTO> _callback)Update a Certificate of a Given Key Type (asynchronously) This operation can be used to update an uploaded certificate of a given key type. -
Uses of ClientCertMetadataDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return ClientCertMetadataDTO Modifier and Type Method Description ClientCertMetadataDTOClientCertMetadataDTO. alias(String alias)ClientCertMetadataDTOClientCertMetadataDTO. apiId(String apiId)ClientCertMetadataDTOClientCertMetadataDTO. tier(String tier)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type ClientCertMetadataDTO Modifier and Type Method Description List<ClientCertMetadataDTO>ClientCertificatesDTO. getCertificates()Get certificatesMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type ClientCertMetadataDTO Modifier and Type Method Description ClientCertificatesDTOClientCertificatesDTO. certificates(List<ClientCertMetadataDTO> certificates)voidClientCertificatesDTO. setCertificates(List<ClientCertMetadataDTO> certificates)
-