Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ClientCertificatesDTO
-
Packages that use ClientCertificatesDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of ClientCertificatesDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return ClientCertificatesDTO Modifier and Type Method Description ClientCertificatesDTOClientCertificatesApi. getAPIClientCertificates(String apiId, Integer limit, Integer offset, String alias)Retrieve/ Search Uploaded Client Certificates This operation can be used to retrieve and search the uploaded client certificates.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type ClientCertificatesDTO Modifier and Type Method Description ApiResponse<ClientCertificatesDTO>ClientCertificatesApi. getAPIClientCertificatesWithHttpInfo(String apiId, Integer limit, Integer offset, String alias)Retrieve/ Search Uploaded Client Certificates This operation can be used to retrieve and search the uploaded client certificates.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type ClientCertificatesDTO Modifier and Type Method Description okhttp3.CallClientCertificatesApi. getAPIClientCertificatesAsync(String apiId, Integer limit, Integer offset, String alias, ApiCallback<ClientCertificatesDTO> _callback)Retrieve/ Search Uploaded Client Certificates (asynchronously) This operation can be used to retrieve and search the uploaded client certificates. -
Uses of ClientCertificatesDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return ClientCertificatesDTO Modifier and Type Method Description ClientCertificatesDTOClientCertificatesDTO. certificates(List<ClientCertMetadataDTO> certificates)ClientCertificatesDTOClientCertificatesDTO. count(Integer count)ClientCertificatesDTOClientCertificatesDTO. pagination(PaginationDTO pagination)
-