|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CertificateGetOptions | |
|---|---|
| org.nhindirect.config.service | |
| org.nhindirect.config.service.impl | |
| Uses of CertificateGetOptions in org.nhindirect.config.service |
|---|
| Methods in org.nhindirect.config.service with parameters of type CertificateGetOptions | |
|---|---|
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. |
| Uses of CertificateGetOptions in org.nhindirect.config.service.impl |
|---|
| Fields in org.nhindirect.config.service.impl declared as CertificateGetOptions | |
|---|---|
static CertificateGetOptions |
CertificateGetOptions.DEFAULT
A CertificateGetOptions instance. |
| Methods in org.nhindirect.config.service.impl with parameters of type CertificateGetOptions | |
|---|---|
org.nhindirect.config.store.Anchor |
AnchorServiceImpl.getAnchor(String owner,
String thumbprint,
CertificateGetOptions options)
|
org.nhindirect.config.store.Anchor |
ConfigurationServiceImpl.getAnchor(String owner,
String thumbprint,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Anchor> |
AnchorServiceImpl.getAnchors(Collection<Long> anchorIds,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.getAnchors(Collection<Long> anchorIds,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Anchor> |
AnchorServiceImpl.getAnchorsForOwner(String owner,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.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> |
AnchorServiceImpl.getIncomingAnchors(String owner,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.getIncomingAnchors(String owner,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Anchor> |
AnchorServiceImpl.getOutgoingAnchors(String owner,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.getOutgoingAnchors(String owner,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Anchor> |
AnchorServiceImpl.listAnchors(Long lastAnchorID,
int maxResults,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||