| 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 |
|---|---|
CertificatesDTO |
EndpointCertificatesApi.getEndpointCertificates(Integer limit,
Integer offset,
String alias,
String endpoint)
Retrieve/Search Uploaded Certificates
This operation can be used to retrieve and search the uploaded certificates.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CertificatesDTO> |
EndpointCertificatesApi.getEndpointCertificatesWithHttpInfo(Integer limit,
Integer offset,
String alias,
String endpoint)
Retrieve/Search Uploaded Certificates
This operation can be used to retrieve and search the uploaded certificates.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
EndpointCertificatesApi.getEndpointCertificatesAsync(Integer limit,
Integer offset,
String alias,
String endpoint,
ApiCallback<CertificatesDTO> _callback)
Retrieve/Search Uploaded Certificates (asynchronously)
This operation can be used to retrieve and search the uploaded certificates.
|
| Modifier and Type | Method and Description |
|---|---|
CertificatesDTO |
CertificatesDTO.certificates(List<CertMetadataDTO> certificates) |
CertificatesDTO |
CertificatesDTO.count(Integer count) |
CertificatesDTO |
CertificatesDTO.pagination(PaginationDTO pagination) |
Copyright © 2021 WSO2 Inc. All rights reserved.