| 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 |
|---|---|
CertificateInfoDTO |
ClientCertificatesApi.getAPIClientCertificateByAlias(String alias,
String apiId)
Get the Certificate Information
This operation can be used to get the information about a certificate.
|
CertificateInfoDTO |
EndpointCertificatesApi.getEndpointCertificateByAlias(String alias)
Get the Certificate Information
This operation can be used to get the information about a certificate.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<CertificateInfoDTO> |
ClientCertificatesApi.getAPIClientCertificateByAliasWithHttpInfo(String alias,
String apiId)
Get the Certificate Information
This operation can be used to get the information about a certificate.
|
ApiResponse<CertificateInfoDTO> |
EndpointCertificatesApi.getEndpointCertificateByAliasWithHttpInfo(String alias)
Get the Certificate Information
This operation can be used to get the information about a certificate.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ClientCertificatesApi.getAPIClientCertificateByAliasAsync(String alias,
String apiId,
ApiCallback<CertificateInfoDTO> _callback)
Get the Certificate Information (asynchronously)
This operation can be used to get the information about a certificate.
|
okhttp3.Call |
EndpointCertificatesApi.getEndpointCertificateByAliasAsync(String alias,
ApiCallback<CertificateInfoDTO> _callback)
Get the Certificate Information (asynchronously)
This operation can be used to get the information about a certificate.
|
| Modifier and Type | Method and Description |
|---|---|
CertificateInfoDTO |
CertificateInfoDTO.status(String status) |
CertificateInfoDTO |
CertificateInfoDTO.subject(String subject) |
CertificateInfoDTO |
CertificateInfoDTO.validity(CertificateValidityDTO validity) |
CertificateInfoDTO |
CertificateInfoDTO.version(String version) |
Copyright © 2021 WSO2 Inc. All rights reserved.