Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.CertificateDto
Packages that use CertificateDto
Package
Description
-
Uses of CertificateDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type CertificateDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CertificateDto> ProjectControllerApi.getCertificate(UUID uuid) GET /catalog/api/v1/projects/certificate/{uuid} : getCertificate -
Uses of CertificateDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return CertificateDtoModifier and TypeMethodDescriptionCertificateDto.addKeyStoreDomainNamesItem(String keyStoreDomainNamesItem) CertificateDto.addTrustStoreDomainNamesItem(String trustStoreDomainNamesItem) CertificateDto.enableCertificateVerification(Boolean enableCertificateVerification) CertificateDto.enableClientCertificate(Boolean enableClientCertificate) @Valid CertificateDtoProjectDto.getCertificate()Get certificateCertificateDto.keyStoreDomainNames(List<String> keyStoreDomainNames) CertificateDto.keyStoreFileInfo(FileInfoDto keyStoreFileInfo) CertificateDto.keyStorePassphrase(String keyStorePassphrase) CertificateDto.trustStoreDomainNames(List<String> trustStoreDomainNames) CertificateDto.trustStoreFileInfo(FileInfoDto trustStoreFileInfo) CertificateDto.trustStorePassphrase(String trustStorePassphrase) Methods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type CertificateDtoModifier and TypeMethodDescriptionProjectDto.certificate(CertificateDto certificate) voidProjectDto.setCertificate(CertificateDto certificate)