Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.CertificatesDTO
Packages that use CertificatesDTO
Package
Description
-
Uses of CertificatesDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return CertificatesDTOModifier and TypeMethodDescriptionEndpointCertificatesApi.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.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type CertificatesDTOModifier and TypeMethodDescriptionEndpointCertificatesApi.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.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type CertificatesDTOModifier and TypeMethodDescriptionokhttp3.CallEndpointCertificatesApi.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. -
Uses of CertificatesDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return CertificatesDTOModifier and TypeMethodDescriptionCertificatesDTO.certificates(List<CertMetadataDTO> certificates) CertificatesDTO.pagination(PaginationDTO pagination)