Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.CertificateInfoDTO
Packages that use CertificateInfoDTO
Package
Description
-
Uses of CertificateInfoDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return CertificateInfoDTOModifier and TypeMethodDescriptionClientCertificatesApi.getAPIClientCertificateByAlias(String alias, String apiId) Get the Certificate Information This operation can be used to get the information about a certificate.ClientCertificatesApi.getAPIClientCertificateByKeyTypeAndAlias(String keyType, String alias, String apiId) Get the Certificate Information of a Given Key Type This operation can be used to get the information about a certificate of a given key type.EndpointCertificatesApi.getEndpointCertificateByAlias(String alias) Get the Certificate Information This operation can be used to get the information about a certificate.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type CertificateInfoDTOModifier and TypeMethodDescriptionClientCertificatesApi.getAPIClientCertificateByAliasWithHttpInfo(String alias, String apiId) Get the Certificate Information This operation can be used to get the information about a certificate.ClientCertificatesApi.getAPIClientCertificateByKeyTypeAndAliasWithHttpInfo(String keyType, String alias, String apiId) Get the Certificate Information of a Given Key Type This operation can be used to get the information about a certificate of a given key type.EndpointCertificatesApi.getEndpointCertificateByAliasWithHttpInfo(String alias) Get the Certificate Information This operation can be used to get the information about a certificate.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type CertificateInfoDTOModifier and TypeMethodDescriptionokhttp3.CallClientCertificatesApi.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.CallClientCertificatesApi.getAPIClientCertificateByKeyTypeAndAliasAsync(String keyType, String alias, String apiId, ApiCallback<CertificateInfoDTO> _callback) Get the Certificate Information of a Given Key Type (asynchronously) This operation can be used to get the information about a certificate of a given key type.okhttp3.CallEndpointCertificatesApi.getEndpointCertificateByAliasAsync(String alias, ApiCallback<CertificateInfoDTO> _callback) Get the Certificate Information (asynchronously) This operation can be used to get the information about a certificate. -
Uses of CertificateInfoDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return CertificateInfoDTO