| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1 | |
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
ClientCertificatesDTO |
ClientCertificatesApi.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.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ClientCertificatesApi.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.
|
| Modifier and Type | Method and Description |
|---|---|
ClientCertificatesDTO |
ClientCertificatesDTO.certificates(List<ClientCertMetadataDTO> certificates) |
ClientCertificatesDTO |
ClientCertificatesDTO.count(Integer count) |
ClientCertificatesDTO |
ClientCertificatesDTO.pagination(PaginationDTO pagination) |
Copyright © 2021 WSO2 Inc. All rights reserved.