Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ClientCertMetadataDTO
Packages that use ClientCertMetadataDTO
Package
Description
-
Uses of ClientCertMetadataDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return ClientCertMetadataDTOModifier and TypeMethodDescriptionClientCertificatesApi.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.ClientCertificatesApi.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.ClientCertificatesApi.updateAPIClientCertificateByAlias(String alias, String apiId, File certificate, String tier) Update a Certificate This operation can be used to update an uploaded certificate.ClientCertificatesApi.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 ClientCertMetadataDTOModifier and TypeMethodDescriptionClientCertificatesApi.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.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.ClientCertificatesApi.updateAPIClientCertificateByAliasWithHttpInfo(String alias, String apiId, File certificate, String tier) Update a Certificate This operation can be used to update an uploaded certificate.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 ClientCertMetadataDTOModifier and TypeMethodDescriptionokhttp3.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 ClientCertMetadataDTOModifier and TypeMethodDescriptionMethods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type ClientCertMetadataDTOMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type ClientCertMetadataDTOModifier and TypeMethodDescriptionClientCertificatesDTO.certificates(List<ClientCertMetadataDTO> certificates) voidClientCertificatesDTO.setCertificates(List<ClientCertMetadataDTO> certificates)