| Package | Description |
|---|---|
| org.nhindirect.config.service | |
| org.nhindirect.config.service.impl |
| Modifier and Type | Method and Description |
|---|---|
org.nhindirect.config.store.Anchor |
AnchorService.getAnchor(String owner,
String thumbprint,
CertificateGetOptions options)
Get an Anchor.
|
Collection<org.nhindirect.config.store.Anchor> |
AnchorService.getAnchors(Collection<Long> anchorIds,
CertificateGetOptions options)
Get a collection of Anchors.
|
Collection<org.nhindirect.config.store.Anchor> |
AnchorService.getAnchorsForOwner(String owner,
CertificateGetOptions options)
Get a collection of Anchors for an owner.
|
org.nhindirect.config.store.Certificate |
CertificateService.getCertificate(String owner,
String thumbprint,
CertificateGetOptions options)
Get a Certificate.
|
Collection<org.nhindirect.config.store.Certificate> |
CertificateService.getCertificates(Collection<Long> certificateIds,
CertificateGetOptions options)
Get a collection of Certificates.
|
Collection<org.nhindirect.config.store.Certificate> |
CertificateService.getCertificatesForOwner(String owner,
CertificateGetOptions options)
Get a collection of Certificates for an owner.
|
Collection<org.nhindirect.config.store.Anchor> |
AnchorService.getIncomingAnchors(String owner,
CertificateGetOptions options)
Get a collection of incoming Anchors.
|
Collection<org.nhindirect.config.store.Anchor> |
AnchorService.getOutgoingAnchors(String owner,
CertificateGetOptions options)
Get a collection of outgoing Anchors.
|
Collection<org.nhindirect.config.store.Anchor> |
AnchorService.listAnchors(Long lastAnchorID,
int maxResults,
CertificateGetOptions options)
Get a collection of Anchors.
|
Collection<org.nhindirect.config.store.Certificate> |
CertificateService.listCertificates(long lastCertificateId,
int maxResults,
CertificateGetOptions options)
Get a collection of Certificates.
|
| Modifier and Type | Field and Description |
|---|---|
static CertificateGetOptions |
CertificateGetOptions.DEFAULT
A CertificateGetOptions instance.
|
| Modifier and Type | Method and Description |
|---|---|
org.nhindirect.config.store.Anchor |
ConfigurationServiceImpl.getAnchor(String owner,
String thumbprint,
CertificateGetOptions options) |
org.nhindirect.config.store.Anchor |
AnchorServiceImpl.getAnchor(String owner,
String thumbprint,
CertificateGetOptions options) |
Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.getAnchors(Collection<Long> anchorIds,
CertificateGetOptions options) |
Collection<org.nhindirect.config.store.Anchor> |
AnchorServiceImpl.getAnchors(Collection<Long> anchorIds,
CertificateGetOptions options) |
Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.getAnchorsForOwner(String owner,
CertificateGetOptions options) |
Collection<org.nhindirect.config.store.Anchor> |
AnchorServiceImpl.getAnchorsForOwner(String owner,
CertificateGetOptions options) |
org.nhindirect.config.store.Certificate |
ConfigurationServiceImpl.getCertificate(String owner,
String thumbprint,
CertificateGetOptions options) |
org.nhindirect.config.store.Certificate |
CertificateServiceImpl.getCertificate(String owner,
String thumbprint,
CertificateGetOptions options) |
Collection<org.nhindirect.config.store.Certificate> |
ConfigurationServiceImpl.getCertificates(Collection<Long> certIds,
CertificateGetOptions options) |
Collection<org.nhindirect.config.store.Certificate> |
CertificateServiceImpl.getCertificates(Collection<Long> certIds,
CertificateGetOptions options) |
Collection<org.nhindirect.config.store.Certificate> |
ConfigurationServiceImpl.getCertificatesForOwner(String owner,
CertificateGetOptions options) |
Collection<org.nhindirect.config.store.Certificate> |
CertificateServiceImpl.getCertificatesForOwner(String owner,
CertificateGetOptions options) |
Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.getIncomingAnchors(String owner,
CertificateGetOptions options) |
Collection<org.nhindirect.config.store.Anchor> |
AnchorServiceImpl.getIncomingAnchors(String owner,
CertificateGetOptions options) |
Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.getOutgoingAnchors(String owner,
CertificateGetOptions options) |
Collection<org.nhindirect.config.store.Anchor> |
AnchorServiceImpl.getOutgoingAnchors(String owner,
CertificateGetOptions options) |
Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.listAnchors(Long lastAnchorID,
int maxResults,
CertificateGetOptions options) |
Collection<org.nhindirect.config.store.Anchor> |
AnchorServiceImpl.listAnchors(Long lastAnchorID,
int maxResults,
CertificateGetOptions options) |
Collection<org.nhindirect.config.store.Certificate> |
ConfigurationServiceImpl.listCertificates(long lastCertificateId,
int maxResults,
CertificateGetOptions options) |
Collection<org.nhindirect.config.store.Certificate> |
CertificateServiceImpl.listCertificates(long lastCertificateID,
int maxResults,
CertificateGetOptions options) |
Copyright © 2015. All Rights Reserved.