Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.ClientCertificatesDTO
Packages that use ClientCertificatesDTO
Package
Description
-
Uses of ClientCertificatesDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return ClientCertificatesDTOModifier and TypeMethodDescriptionClientCertificatesApi.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.ClientCertificatesApi.getAPIClientCertificatesByKeyType(String keyType, String apiId, Integer limit, Integer offset, String alias) Retrieve/ Search Uploaded Client Certificates of a given key type This operation can be used to retrieve and search the uploaded client certificates of a given key type.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type ClientCertificatesDTOModifier and TypeMethodDescriptionClientCertificatesApi.getAPIClientCertificatesByKeyTypeWithHttpInfo(String keyType, String apiId, Integer limit, Integer offset, String alias) Retrieve/ Search Uploaded Client Certificates of a given key type This operation can be used to retrieve and search the uploaded client certificates of a given key type.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.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type ClientCertificatesDTOModifier and TypeMethodDescriptionokhttp3.CallClientCertificatesApi.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.okhttp3.CallClientCertificatesApi.getAPIClientCertificatesByKeyTypeAsync(String keyType, String apiId, Integer limit, Integer offset, String alias, ApiCallback<ClientCertificatesDTO> _callback) Retrieve/ Search Uploaded Client Certificates of a given key type (asynchronously) This operation can be used to retrieve and search the uploaded client certificates of a given key type. -
Uses of ClientCertificatesDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return ClientCertificatesDTOModifier and TypeMethodDescriptionClientCertificatesDTO.certificates(List<ClientCertMetadataDTO> certificates) ClientCertificatesDTO.pagination(PaginationDTO pagination)