|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CertificateService
Service class for methods related to a Certificate object.
| Method Summary | |
|---|---|
void |
addCertificates(Collection<Certificate> certs)
Add a Certificate. |
boolean |
contains(Certificate cert)
Determines if a certificate exists in the certificate store. |
Certificate |
getCertificate(String owner,
String thumbprint,
CertificateGetOptions options)
Get a Certificate. |
Collection<Certificate> |
getCertificates(Collection<Long> certificateIds,
CertificateGetOptions options)
Get a collection of Certificates. |
Collection<Certificate> |
getCertificatesForOwner(String owner,
CertificateGetOptions options)
Get a collection of Certificates for an owner. |
Collection<Certificate> |
listCertificates(long lastCertificateId,
int maxResults,
CertificateGetOptions options)
Get a collection of Certificates. |
void |
removeCertificates(Collection<Long> certificateIds)
Remove a Certificate. |
void |
removeCertificatesForOwner(String owner)
Remove the Certificates for an owner. |
void |
setCertificateStatus(Collection<Long> certificateIds,
EntityStatus status)
Set a Certificate status. |
void |
setCertificateStatusForOwner(String owner,
EntityStatus status)
Set the Certificate status for an owner. |
| Method Detail |
|---|
void addCertificates(Collection<Certificate> certs)
throws ConfigurationServiceException
certs - The Certificate.
ConfigurationServiceException
Certificate getCertificate(String owner,
String thumbprint,
CertificateGetOptions options)
throws ConfigurationServiceException
owner - The Certificate owner.thumbprint - The Certificate thumbprint.options - The Certificate options.
ConfigurationServiceException
Collection<Certificate> getCertificates(Collection<Long> certificateIds,
CertificateGetOptions options)
throws ConfigurationServiceException
certificateIds - A collection of Certificate IDs.options - The Certificate options.
ConfigurationServiceException
Collection<Certificate> getCertificatesForOwner(String owner,
CertificateGetOptions options)
throws ConfigurationServiceException
owner - The Certificate owner.options - The Certificate options.
ConfigurationServiceException
void setCertificateStatus(Collection<Long> certificateIds,
EntityStatus status)
throws ConfigurationServiceException
certificateIds - A collection of Certificates.status - The Certificate status.
ConfigurationServiceException
void setCertificateStatusForOwner(String owner,
EntityStatus status)
throws ConfigurationServiceException
owner - The Certificate owner.status - The Certificate status.
ConfigurationServiceException
void removeCertificates(Collection<Long> certificateIds)
throws ConfigurationServiceException
certificateIds - A collection of Certificate IDs.
ConfigurationServiceException
void removeCertificatesForOwner(String owner)
throws ConfigurationServiceException
owner - The Certificate owner.
ConfigurationServiceException
Collection<Certificate> listCertificates(long lastCertificateId,
int maxResults,
CertificateGetOptions options)
throws ConfigurationServiceException
lastCertificateId - The last Certificate ID.maxResults - The maximum number of results.options - The Certificate options.
ConfigurationServiceExceptionboolean contains(Certificate cert)
cert - The certificate to search for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||