Uses of Class
io.gravitee.am.service.model.NewCertificate
Packages that use NewCertificate
-
Uses of NewCertificate in io.gravitee.am.service
Methods in io.gravitee.am.service with parameters of type NewCertificateModifier and TypeMethodDescriptiondefault io.reactivex.rxjava3.core.Single<Certificate>CertificateService.create(String domain, NewCertificate newCertificate, boolean isSystem) default io.reactivex.rxjava3.core.Single<Certificate>CertificateService.create(String domain, NewCertificate newCertificate, User principal) io.reactivex.rxjava3.core.Single<Certificate>CertificateService.create(String domain, NewCertificate newCertificate, User principal, boolean isSystem) This method is used to create a new certificate. -
Uses of NewCertificate in io.gravitee.am.service.impl
Methods in io.gravitee.am.service.impl with parameters of type NewCertificateModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Certificate>CertificateServiceImpl.create(String domain, NewCertificate newCertificate, User principal, boolean isSystem)