org.nhind.config.rest
Interface CertificateService

All Known Implementing Classes:
DefaultCertificateService

public interface CertificateService


Method Summary
 void addCertificate(org.nhindirect.config.model.Certificate cert)
           
 void deleteCertificateByOwner(java.lang.String owner)
           
 void deleteCertificatesByIds(java.util.Collection<java.lang.Long> ids)
           
 java.util.Collection<org.nhindirect.config.model.Certificate> getAllCertificates()
           
 java.util.Collection<org.nhindirect.config.model.Certificate> getCertificatesByOwner(java.lang.String owner)
           
 org.nhindirect.config.model.Certificate getCertificatesByOwnerAndThumbprint(java.lang.String owner, java.lang.String thumbprint)
           
 

Method Detail

getAllCertificates

java.util.Collection<org.nhindirect.config.model.Certificate> getAllCertificates()
                                                                                 throws org.nhindirect.common.rest.exceptions.ServiceException
Throws:
org.nhindirect.common.rest.exceptions.ServiceException

getCertificatesByOwner

java.util.Collection<org.nhindirect.config.model.Certificate> getCertificatesByOwner(java.lang.String owner)
                                                                                     throws org.nhindirect.common.rest.exceptions.ServiceException
Throws:
org.nhindirect.common.rest.exceptions.ServiceException

getCertificatesByOwnerAndThumbprint

org.nhindirect.config.model.Certificate getCertificatesByOwnerAndThumbprint(java.lang.String owner,
                                                                            java.lang.String thumbprint)
                                                                            throws org.nhindirect.common.rest.exceptions.ServiceException
Throws:
org.nhindirect.common.rest.exceptions.ServiceException

addCertificate

void addCertificate(org.nhindirect.config.model.Certificate cert)
                    throws org.nhindirect.common.rest.exceptions.ServiceException
Throws:
org.nhindirect.common.rest.exceptions.ServiceException

deleteCertificatesByIds

void deleteCertificatesByIds(java.util.Collection<java.lang.Long> ids)
                             throws org.nhindirect.common.rest.exceptions.ServiceException
Throws:
org.nhindirect.common.rest.exceptions.ServiceException

deleteCertificateByOwner

void deleteCertificateByOwner(java.lang.String owner)
                              throws org.nhindirect.common.rest.exceptions.ServiceException
Throws:
org.nhindirect.common.rest.exceptions.ServiceException


Copyright © 2014. All Rights Reserved.