Uses of Class
org.nhindirect.config.service.impl.CertificateGetOptions

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
 Anchor AnchorService.getAnchor(String owner, String thumbprint, CertificateGetOptions options)
          Get an Anchor.
 Collection<Anchor> AnchorService.getAnchors(Collection<Long> anchorIds, CertificateGetOptions options)
          Get a collection of Anchors.
 Collection<Anchor> AnchorService.getAnchorsForOwner(String owner, CertificateGetOptions options)
          Get a collection of Anchors for an owner.
 Certificate CertificateService.getCertificate(String owner, String thumbprint, CertificateGetOptions options)
          Get a Certificate.
 Collection<Certificate> CertificateService.getCertificates(Collection<Long> certificateIds, CertificateGetOptions options)
          Get a collection of Certificates.
 Collection<Certificate> CertificateService.getCertificatesForOwner(String owner, CertificateGetOptions options)
          Get a collection of Certificates for an owner.
 Collection<Anchor> AnchorService.getIncomingAnchors(String owner, CertificateGetOptions options)
          Get a collection of incoming Anchors.
 Collection<Anchor> AnchorService.getOutgoingAnchors(String owner, CertificateGetOptions options)
          Get a collection of outgoing Anchors.
 Collection<Anchor> AnchorService.listAnchors(Long lastAnchorID, int maxResults, CertificateGetOptions options)
          Get a collection of Anchors.
 Collection<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
 Anchor ConfigurationServiceImpl.getAnchor(String owner, String thumbprint, CertificateGetOptions options)
           
 Anchor AnchorServiceImpl.getAnchor(String owner, String thumbprint, CertificateGetOptions options)
           
 Collection<Anchor> ConfigurationServiceImpl.getAnchors(Collection<Long> anchorIds, CertificateGetOptions options)
           
 Collection<Anchor> AnchorServiceImpl.getAnchors(Collection<Long> anchorIds, CertificateGetOptions options)
           
 Collection<Anchor> ConfigurationServiceImpl.getAnchorsForOwner(String owner, CertificateGetOptions options)
           
 Collection<Anchor> AnchorServiceImpl.getAnchorsForOwner(String owner, CertificateGetOptions options)
           
 Certificate CertificateServiceImpl.getCertificate(String owner, String thumbprint, CertificateGetOptions options)
           
 Certificate ConfigurationServiceImpl.getCertificate(String owner, String thumbprint, CertificateGetOptions options)
           
 Collection<Certificate> CertificateServiceImpl.getCertificates(Collection<Long> certIds, CertificateGetOptions options)
           
 Collection<Certificate> ConfigurationServiceImpl.getCertificates(Collection<Long> certIds, CertificateGetOptions options)
           
 Collection<Certificate> CertificateServiceImpl.getCertificatesForOwner(String owner, CertificateGetOptions options)
           
 Collection<Certificate> ConfigurationServiceImpl.getCertificatesForOwner(String owner, CertificateGetOptions options)
           
 Collection<Anchor> ConfigurationServiceImpl.getIncomingAnchors(String owner, CertificateGetOptions options)
           
 Collection<Anchor> AnchorServiceImpl.getIncomingAnchors(String owner, CertificateGetOptions options)
           
 Collection<Anchor> ConfigurationServiceImpl.getOutgoingAnchors(String owner, CertificateGetOptions options)
           
 Collection<Anchor> AnchorServiceImpl.getOutgoingAnchors(String owner, CertificateGetOptions options)
           
 Collection<Anchor> ConfigurationServiceImpl.listAnchors(Long lastAnchorID, int maxResults, CertificateGetOptions options)
           
 Collection<Anchor> AnchorServiceImpl.listAnchors(Long lastAnchorID, int maxResults, CertificateGetOptions options)
           
 Collection<Certificate> CertificateServiceImpl.listCertificates(long lastCertificateID, int maxResults, CertificateGetOptions options)
           
 Collection<Certificate> ConfigurationServiceImpl.listCertificates(long lastCertificateId, int maxResults, CertificateGetOptions options)
           
 



Copyright © 2010. All Rights Reserved.