| 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.apisApiIdClientCertificatesGet(String apiId,
Integer limit,
Integer offset,
String alias)
Retrieve/ Search uploaded Client Certificates.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ClientCertificatesDTO> |
ClientCertificatesApi.apisApiIdClientCertificatesGetWithHttpInfo(String apiId,
Integer limit,
Integer offset,
String alias)
Retrieve/ Search uploaded Client Certificates.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ClientCertificatesApi.apisApiIdClientCertificatesGetAsync(String apiId,
Integer limit,
Integer offset,
String alias,
ApiCallback<ClientCertificatesDTO> callback)
Retrieve/ Search uploaded Client Certificates.
|
| Modifier and Type | Method and Description |
|---|---|
ClientCertificatesDTO |
ClientCertificatesDTO.addCertificatesItem(ClientCertMetadataDTO certificatesItem) |
ClientCertificatesDTO |
ClientCertificatesDTO.certificates(List<ClientCertMetadataDTO> certificates) |
ClientCertificatesDTO |
ClientCertificatesDTO.count(Integer count) |
ClientCertificatesDTO |
ClientCertificatesDTO.pagination(PaginationDTO pagination) |
Copyright © 2020 WSO2 Inc. All rights reserved.