|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AnchorService
Service class for methods related to an Anchor object.
| Method Summary | |
|---|---|
void |
addAnchors(Collection<Anchor> anchors)
Add a collection of Anchors. |
Anchor |
getAnchor(String owner,
String thumbprint,
CertificateGetOptions options)
Get an Anchor. |
Collection<Anchor> |
getAnchors(Collection<Long> anchorIds,
CertificateGetOptions options)
Get a collection of Anchors. |
Collection<Anchor> |
getAnchorsForOwner(String owner,
CertificateGetOptions options)
Get a collection of Anchors for an owner. |
Collection<Anchor> |
getIncomingAnchors(String owner,
CertificateGetOptions options)
Get a collection of incoming Anchors. |
Collection<Anchor> |
getOutgoingAnchors(String owner,
CertificateGetOptions options)
Get a collection of outgoing Anchors. |
Collection<Anchor> |
listAnchors(Long lastAnchorID,
int maxResults,
CertificateGetOptions options)
Get a collection of Anchors. |
void |
removeAnchors(Collection<Long> anchorIds)
Remove an Anchor. |
void |
removeAnchorsForOwner(String owner)
Remove the Anchors for an owner. |
void |
setAnchorStatusForOwner(String owner,
EntityStatus status)
Set an Anchor status for a given owner. |
| Method Detail |
|---|
void addAnchors(Collection<Anchor> anchors)
throws ConfigurationServiceException
anchors - A collection of Anchors.
ConfigurationServiceException
Anchor getAnchor(String owner,
String thumbprint,
CertificateGetOptions options)
throws ConfigurationServiceException
owner - The Anchor owner.thumbprint - The Anchor thumbprint.options - The Anchor options.
ConfigurationServiceException
Collection<Anchor> getAnchors(Collection<Long> anchorIds,
CertificateGetOptions options)
throws ConfigurationServiceException
anchorIds - A collection of Anchor IDs.options - The Anchor options.
ConfigurationServiceException
Collection<Anchor> getAnchorsForOwner(String owner,
CertificateGetOptions options)
throws ConfigurationServiceException
owner - The Anchor owner.options - The Anchor options.
ConfigurationServiceException
Collection<Anchor> getIncomingAnchors(String owner,
CertificateGetOptions options)
throws ConfigurationServiceException
owner - The Anchor owner.options - The Anchor options.
ConfigurationServiceException
Collection<Anchor> getOutgoingAnchors(String owner,
CertificateGetOptions options)
throws ConfigurationServiceException
owner - The Anchor owner.options - The Anchor options.
ConfigurationServiceException
void setAnchorStatusForOwner(String owner,
EntityStatus status)
throws ConfigurationServiceException
owner - The anchor owner.status - The anchor status.
ConfigurationServiceException
Collection<Anchor> listAnchors(Long lastAnchorID,
int maxResults,
CertificateGetOptions options)
throws ConfigurationServiceException
lastAnchorID - The last Anchor ID.maxResults - The maximum number of results.options - The Anchor options.
ConfigurationServiceException
void removeAnchors(Collection<Long> anchorIds)
throws ConfigurationServiceException
anchorIds - A collection of Anchor IDs.
ConfigurationServiceException
void removeAnchorsForOwner(String owner)
throws ConfigurationServiceException
owner - The Anchor owner.
ConfigurationServiceException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||