Uses of Class
io.gravitee.am.service.model.UpdateCertificate
Packages that use UpdateCertificate
-
Uses of UpdateCertificate in io.gravitee.am.service
Methods in io.gravitee.am.service with parameters of type UpdateCertificateModifier and TypeMethodDescriptiondefault io.reactivex.rxjava3.core.Single<Certificate>CertificateService.update(String domain, String id, UpdateCertificate updateCertificate) io.reactivex.rxjava3.core.Single<Certificate>CertificateService.update(String domain, String id, UpdateCertificate updateCertificate, User principal) -
Uses of UpdateCertificate in io.gravitee.am.service.impl
Methods in io.gravitee.am.service.impl with parameters of type UpdateCertificateModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Certificate>CertificateServiceImpl.update(String domain, String id, UpdateCertificate updateCertificate, User principal)