public interface CertificateService
| Modifier and Type | Method and Description |
|---|---|
void |
addCertificate(org.nhindirect.config.model.Certificate cert) |
void |
deleteCertificateByOwner(String owner) |
void |
deleteCertificatesByIds(Collection<Long> ids) |
Collection<org.nhindirect.config.model.Certificate> |
getAllCertificates() |
Collection<org.nhindirect.config.model.Certificate> |
getCertificatesByOwner(String owner) |
org.nhindirect.config.model.Certificate |
getCertificatesByOwnerAndThumbprint(String owner,
String thumbprint) |
Collection<org.nhindirect.config.model.Certificate> getAllCertificates() throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionCollection<org.nhindirect.config.model.Certificate> getCertificatesByOwner(String owner) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionorg.nhindirect.config.model.Certificate getCertificatesByOwnerAndThumbprint(String owner, String thumbprint) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid addCertificate(org.nhindirect.config.model.Certificate cert)
throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid deleteCertificatesByIds(Collection<Long> ids) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionvoid deleteCertificateByOwner(String owner) throws org.nhindirect.common.rest.exceptions.ServiceException
org.nhindirect.common.rest.exceptions.ServiceExceptionCopyright © 2021. All rights reserved.