A B C D E G I L O P R S T U V 

A

addAddress(UriInfo, Address) - Method in class org.nhindirect.config.resources.AddressResource
Adds an address to the system and associates it with a domain.
addAddress(Collection<Address>) - Method in interface org.nhindirect.config.service.AddressService
Add an Address.
addAddress(Collection<Address>) - Method in class org.nhindirect.config.service.impl.AddressServiceImpl
 
addAddress(Collection<Address>) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
addAnchor(UriInfo, Anchor) - Method in class org.nhindirect.config.resources.AnchorResource
Adds an anchor to the system.
addAnchors(Collection<Anchor>) - Method in interface org.nhindirect.config.service.AnchorService
Add a collection of Anchors.
addAnchors(Collection<Anchor>) - Method in class org.nhindirect.config.service.impl.AnchorServiceImpl
 
addAnchors(Collection<Anchor>) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
addCertificate(UriInfo, Certificate) - Method in class org.nhindirect.config.resources.CertificateResource
Adds a certificate to the system.
addCertificates(Collection<Certificate>) - Method in interface org.nhindirect.config.service.CertificateService
Add a Certificate.
addCertificates(Collection<Certificate>) - Method in class org.nhindirect.config.service.impl.CertificateServiceImpl
 
addCertificates(Collection<Certificate>) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
addDNS(Collection<DNSRecord>) - Method in interface org.nhindirect.config.service.DNSService
Adds multiple new DNS records to the store.
addDNS(Collection<DNSRecord>) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Adds multiple new DNS records to the store.
addDNS(Collection<DNSRecord>) - Method in class org.nhindirect.config.service.impl.DNSServiceImpl
Adds multiple new DNS records to the store.
addDNSRecord(UriInfo, DNSRecord) - Method in class org.nhindirect.config.resources.DNSResource
Adds a DNS record.
addDomain(UriInfo, Domain) - Method in class org.nhindirect.config.resources.DomainResource
Adds a domain to the system.
addDomain(Domain) - Method in interface org.nhindirect.config.service.DomainService
Add a new Domain.
addDomain(Domain) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
addDomain(Domain) - Method in class org.nhindirect.config.service.impl.DomainServiceImpl
 
addPolicy(UriInfo, CertPolicy) - Method in class org.nhindirect.config.resources.CertPolicyResource
Adds a certificate policy to the system.
addPolicy(CertPolicy) - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
addPolicy(CertPolicy) - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
addPolicy(CertPolicy) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
addPolicyGroup(UriInfo, CertPolicyGroup) - Method in class org.nhindirect.config.resources.CertPolicyResource
Adds a policy group to the system.
addPolicyGroup(CertPolicyGroup) - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
addPolicyGroup(CertPolicyGroup) - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
addPolicyGroup(CertPolicyGroup) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
addPolicyUseToGroup(String, CertPolicyGroupUse) - Method in class org.nhindirect.config.resources.CertPolicyResource
Adds a certificate policy usage to a policy group.
addPolicyUseToGroup(long, long, CertPolicyUse, boolean, boolean) - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
addPolicyUseToGroup(long, long, CertPolicyUse, boolean, boolean) - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
addPolicyUseToGroup(long, long, CertPolicyUse, boolean, boolean) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
AddressResource - Class in org.nhindirect.config.resources
JAX-RS resource for managing address resources in the configuration service.
AddressResource() - Constructor for class org.nhindirect.config.resources.AddressResource
Constructor
AddressService - Interface in org.nhindirect.config.service
Service class for methods related to an Address object.
AddressServiceImpl - Class in org.nhindirect.config.service.impl
Service class for methods related to an Address object.
AddressServiceImpl() - Constructor for class org.nhindirect.config.service.impl.AddressServiceImpl
 
addSetting(UriInfo, String, String) - Method in class org.nhindirect.config.resources.SettingResource
Adds a setting to the system.
addSetting(String, String) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
addSetting(String, String) - Method in class org.nhindirect.config.service.impl.SettingServiceImpl
 
addSetting(String, String) - Method in interface org.nhindirect.config.service.SettingService
 
addTrustBundle(UriInfo, TrustBundle) - Method in class org.nhindirect.config.resources.TrustBundleResource
Adds a trust bundle to the system.
addTrustBundle(TrustBundle) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Adds a trust bundle to the system.
addTrustBundle(TrustBundle) - Method in class org.nhindirect.config.service.impl.TrustBundleServiceImpl
Adds a trust bundle to the system.
addTrustBundle(TrustBundle) - Method in interface org.nhindirect.config.service.TrustBundleService
Adds a trust bundle to the system.
AnchorResource - Class in org.nhindirect.config.resources
JAX-RS resource for managing anchor resources in the configuration service.
AnchorResource() - Constructor for class org.nhindirect.config.resources.AnchorResource
Constructor
AnchorService - Interface in org.nhindirect.config.service
Service class for methods related to an Anchor object.
AnchorServiceImpl - Class in org.nhindirect.config.service.impl
Service class for methods related to an Anchor object.
AnchorServiceImpl() - Constructor for class org.nhindirect.config.service.impl.AnchorServiceImpl
 
associatePolicyGroupToDomain(String, String) - Method in class org.nhindirect.config.resources.CertPolicyResource
Associates a policy group to a domain.
associatePolicyGroupToDomain(long, long) - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
associatePolicyGroupToDomain(long, long) - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
associatePolicyGroupToDomain(long, long) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
associateTrustBundleToDomain(String, String, boolean, boolean) - Method in class org.nhindirect.config.resources.TrustBundleResource
Associates a trust bundle to a domain along with directional trust.
associateTrustBundleToDomain(long, long, boolean, boolean) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Associates a domain to a trust bundle.
associateTrustBundleToDomain(long, long, boolean, boolean) - Method in class org.nhindirect.config.service.impl.TrustBundleServiceImpl
Associates a domain to a trust bundle.
associateTrustBundleToDomain(long, long, boolean, boolean) - Method in interface org.nhindirect.config.service.TrustBundleService
Associates a domain to a trust bundle.

B

BUNDLE_REFRESH_PROCESSOR_ALLOW_DOWNLOAD_FROM_UNTRUSTED - Static variable in class org.nhindirect.config.processor.impl.DefaultBundleRefreshProcessorImpl
Boolean value that specifies if bundles can be downloaded from non verified or untrusted SSL URLs.
BundleCacheUpdateProcessor - Interface in org.nhindirect.config.processor
Interface for updating the anchors within the local storage medium.
BundleRefreshProcessor - Interface in org.nhindirect.config.processor
Interface for refreshing the anchors within a bundle.

C

CertificateGetOptions - Class in org.nhindirect.config.service.impl
A set of options relating to a Certificate.
CertificatePolicyService - Interface in org.nhindirect.config.service
 
CertificatePolicyServiceImpl - Class in org.nhindirect.config.service.impl
 
CertificatePolicyServiceImpl() - Constructor for class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
CertificateResource - Class in org.nhindirect.config.resources
JAX-RS resource for managing certificate resources in the configuration service.
CertificateResource() - Constructor for class org.nhindirect.config.resources.CertificateResource
Constructor
CertificateService - Interface in org.nhindirect.config.service
Service class for methods related to a Certificate object.
CertificateServiceImpl - Class in org.nhindirect.config.service.impl
Service class for methods related to a Certificate object.
CertificateServiceImpl() - Constructor for class org.nhindirect.config.service.impl.CertificateServiceImpl
 
CertPolicyResource - Class in org.nhindirect.config.resources
JAX-RS resource for managing certificate policy resources in the configuration service.
CertPolicyResource() - Constructor for class org.nhindirect.config.resources.CertPolicyResource
Constructor
ConfigJSONProvider - Class in org.nhindirect.config.providers
 
ConfigJSONProvider() - Constructor for class org.nhindirect.config.providers.ConfigJSONProvider
ConfigJSONProvider(ObjectMapper) - Constructor for class org.nhindirect.config.providers.ConfigJSONProvider
ConfigurationError - Enum in org.nhindirect.config.service
Enumeration of possible errors.
ConfigurationFault - Exception in org.nhindirect.config.service
Configuration fault class.
ConfigurationFault() - Constructor for exception org.nhindirect.config.service.ConfigurationFault
Default constructor.
ConfigurationFault(ConfigurationError) - Constructor for exception org.nhindirect.config.service.ConfigurationFault
Construct a new ConfigurationFault with a specific ConfigurationError.
ConfigurationFault(String, ConfigurationError) - Constructor for exception org.nhindirect.config.service.ConfigurationFault
Construct a new ConfigurationFault with a specific message and ConfigurationError.
ConfigurationService - Interface in org.nhindirect.config.service
Main configuration service interface.
ConfigurationServiceException - Exception in org.nhindirect.config.service
Configuration service expception class.
ConfigurationServiceException() - Constructor for exception org.nhindirect.config.service.ConfigurationServiceException
Default constructor.
ConfigurationServiceException(String) - Constructor for exception org.nhindirect.config.service.ConfigurationServiceException
Construct a ConfigurationServiceException object with a given message.
ConfigurationServiceException(Throwable) - Constructor for exception org.nhindirect.config.service.ConfigurationServiceException
Construct a ConfigurationServiceException object from a Throwable.
ConfigurationServiceException(String, Throwable) - Constructor for exception org.nhindirect.config.service.ConfigurationServiceException
Construct a ConfigurationServiceException object with a given message from a Throwable.
ConfigurationServiceException(ConfigurationFault) - Constructor for exception org.nhindirect.config.service.ConfigurationServiceException
Construct a ConfigurationServiceException from a ConfigurationFault.
ConfigurationServiceImpl - Class in org.nhindirect.config.service.impl
Implements the single Service Endpoint Interface.
ConfigurationServiceImpl() - Constructor for class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
contains(Certificate) - Method in interface org.nhindirect.config.service.CertificateService
Determines if a certificate exists in the certificate store.
contains(Certificate) - Method in class org.nhindirect.config.service.impl.CertificateServiceImpl
 
contains(Certificate) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 

D

DEFAULT - Static variable in class org.nhindirect.config.service.impl.CertificateGetOptions
A CertificateGetOptions instance.
DefaultBundleCacheUpdateProcessorImpl - Class in org.nhindirect.config.processor.impl
Camel based implementation of the BundleCacheUpdateProcessor interface.
DefaultBundleCacheUpdateProcessorImpl() - Constructor for class org.nhindirect.config.processor.impl.DefaultBundleCacheUpdateProcessorImpl
Default constructor
DefaultBundleRefreshProcessorImpl - Class in org.nhindirect.config.processor.impl
Camel based implementation of the BundleRefreshProcessor interface.
DefaultBundleRefreshProcessorImpl() - Constructor for class org.nhindirect.config.processor.impl.DefaultBundleRefreshProcessorImpl
Default constructor.
deleteBundle(String) - Method in class org.nhindirect.config.resources.TrustBundleResource
Deletes a trust bundle.
deletePolicies(long[]) - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
deletePolicies(long[]) - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
deletePolicies(long[]) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
deletePolicyGroups(long[]) - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
deletePolicyGroups(long[]) - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
deletePolicyGroups(long[]) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
deleteSetting(Collection<String>) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
deleteSetting(Collection<String>) - Method in class org.nhindirect.config.service.impl.SettingServiceImpl
 
deleteSetting(Collection<String>) - Method in interface org.nhindirect.config.service.SettingService
 
deleteTrustBundles(long[]) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Deletes a set of trust bundle from the system.
deleteTrustBundles(long[]) - Method in class org.nhindirect.config.service.impl.TrustBundleServiceImpl
Deletes a set of trust bundle from the system.
deleteTrustBundles(long[]) - Method in interface org.nhindirect.config.service.TrustBundleService
Deletes a set of trust bundle from the system.
disassociatePolicyGroupFromDomain(String, String) - Method in class org.nhindirect.config.resources.CertPolicyResource
Removed a policy group from a domain.
disassociatePolicyGroupFromDomain(long, long) - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
disassociatePolicyGroupFromDomain(long, long) - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
disassociatePolicyGroupFromDomain(long, long) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
disassociatePolicyGroupFromDomains(String) - Method in class org.nhindirect.config.resources.CertPolicyResource
Removes a given policy group from all domains.
disassociatePolicyGroupFromDomains(long) - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
disassociatePolicyGroupFromDomains(long) - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
disassociatePolicyGroupFromDomains(long) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
disassociatePolicyGroupsFromDomain(String) - Method in class org.nhindirect.config.resources.CertPolicyResource
Removes all policy groups for a given domain.
disassociatePolicyGroupsFromDomain(long) - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
disassociatePolicyGroupsFromDomain(long) - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
disassociatePolicyGroupsFromDomain(long) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
disassociateTrustBundleFromDomain(String, String) - Method in class org.nhindirect.config.resources.TrustBundleResource
Removes the association of a trust bundle from a domain.
disassociateTrustBundleFromDomain(long, long) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Dissociates a domain from a trust bundle.
disassociateTrustBundleFromDomain(long, long) - Method in class org.nhindirect.config.service.impl.TrustBundleServiceImpl
Dissociates a domain from a trust bundle.
disassociateTrustBundleFromDomain(long, long) - Method in interface org.nhindirect.config.service.TrustBundleService
Dissociates a domain from a trust bundle.
disassociateTrustBundleFromDomains(String) - Method in class org.nhindirect.config.resources.TrustBundleResource
Removes a trust bundle from all domains.
disassociateTrustBundleFromDomains(long) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Dissociates a trust bundle from all domains.
disassociateTrustBundleFromDomains(long) - Method in class org.nhindirect.config.service.impl.TrustBundleServiceImpl
Dissociates a trust bundle from all domains.
disassociateTrustBundleFromDomains(long) - Method in interface org.nhindirect.config.service.TrustBundleService
Dissociates a trust bundle from all domains.
disassociateTrustBundlesFromDomain(String) - Method in class org.nhindirect.config.resources.TrustBundleResource
Removes all trust bundle from a domain.
disassociateTrustBundlesFromDomain(long) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Dissociates a domain from all trust bundles.
disassociateTrustBundlesFromDomain(long) - Method in class org.nhindirect.config.service.impl.TrustBundleServiceImpl
Dissociates a domain from all trust bundles.
disassociateTrustBundlesFromDomain(long) - Method in interface org.nhindirect.config.service.TrustBundleService
Dissociates a domain from all trust bundles.
DNSResource - Class in org.nhindirect.config.resources
JAX-RS resource for managing DNS resources in the configuration service.
DNSResource() - Constructor for class org.nhindirect.config.resources.DNSResource
Constructor
DNSService - Interface in org.nhindirect.config.service
Web service class for DNS service operations.
DNSServiceImpl - Class in org.nhindirect.config.service.impl
Web service implementation of the DNSService.
DNSServiceImpl() - Constructor for class org.nhindirect.config.service.impl.DNSServiceImpl
 
DomainResource - Class in org.nhindirect.config.resources
JAX-RS resource for managing domain resources in the configuration service.
DomainResource() - Constructor for class org.nhindirect.config.resources.DomainResource
Constructor
DomainService - Interface in org.nhindirect.config.service
Service class for methods related to a Domain object.
DomainServiceImpl - Class in org.nhindirect.config.service.impl
Service class for methods related to a Domain object.
DomainServiceImpl() - Constructor for class org.nhindirect.config.service.impl.DomainServiceImpl
 

E

EntityModelConversion - Class in org.nhindirect.config.resources.util
Conversion methods from model to entity representation and vice versa.
EntityModelConversion() - Constructor for class org.nhindirect.config.resources.util.EntityModelConversion
 
errorToFault(Exception) - Static method in exception org.nhindirect.config.service.ConfigurationFault
Convert an Exception to a ConfigurationFault.

G

getAddress(String) - Method in class org.nhindirect.config.resources.AddressResource
Gets an address by name.
getAddress(Collection<String>, EntityStatus) - Method in interface org.nhindirect.config.service.AddressService
Get a collection of all Addresses matching the parameters.
getAddress(Collection<String>, EntityStatus) - Method in class org.nhindirect.config.service.impl.AddressServiceImpl
 
getAddress(Collection<String>, EntityStatus) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getAddressCount() - Method in interface org.nhindirect.config.service.AddressService
Get a count of Addresses.
getAddressCount() - Method in class org.nhindirect.config.service.impl.AddressServiceImpl
 
getAddressCount() - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getAddressesByDomain(String) - Method in class org.nhindirect.config.resources.AddressResource
Gets all addresses configured for a given domain.
getAddressSvc() - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Get the AddressService object.
getAllCertificates() - Method in class org.nhindirect.config.resources.CertificateResource
Gets all certificates in the system.
getAllSettings() - Method in class org.nhindirect.config.resources.SettingResource
Gets all settings in the system.
getAllSettings() - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
getAllSettings() - Method in class org.nhindirect.config.service.impl.SettingServiceImpl
 
getAllSettings() - Method in interface org.nhindirect.config.service.SettingService
 
getAnchor(String, String, CertificateGetOptions) - Method in interface org.nhindirect.config.service.AnchorService
Get an Anchor.
getAnchor(String, String, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.AnchorServiceImpl
 
getAnchor(String, String, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getAnchorForOwner(boolean, boolean, String, String) - Method in class org.nhindirect.config.resources.AnchorResource
Gets a set of list of anchor for a given owner of the anchor.
getAnchors() - Method in class org.nhindirect.config.resources.AnchorResource
Gets all anchors in the system.
getAnchors(Collection<Long>, CertificateGetOptions) - Method in interface org.nhindirect.config.service.AnchorService
Get a collection of Anchors.
getAnchors(Collection<Long>, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.AnchorServiceImpl
 
getAnchors(Collection<Long>, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getAnchorsForOwner(String, CertificateGetOptions) - Method in interface org.nhindirect.config.service.AnchorService
Get a collection of Anchors for an owner.
getAnchorsForOwner(String, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.AnchorServiceImpl
 
getAnchorsForOwner(String, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getAnchorSvc() - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Get the AnchorService object.
getCertificate(String, String, CertificateGetOptions) - Method in interface org.nhindirect.config.service.CertificateService
Get a Certificate.
getCertificate(String, String, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.CertificateServiceImpl
 
getCertificate(String, String, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getCertificatePolicySvc() - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Get the CertificatePolicyService object.
getCertificates(Collection<Long>, CertificateGetOptions) - Method in interface org.nhindirect.config.service.CertificateService
Get a collection of Certificates.
getCertificates(Collection<Long>, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.CertificateServiceImpl
 
getCertificates(Collection<Long>, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getCertificatesByOwner(String) - Method in class org.nhindirect.config.resources.CertificateResource
Gets all certificates for a specific owner.
getCertificatesByOwnerAndThumbprint(String, String) - Method in class org.nhindirect.config.resources.CertificateResource
Gets a certificate for a specific owner and thumbprint.
getCertificatesForOwner(String, CertificateGetOptions) - Method in interface org.nhindirect.config.service.CertificateService
Get a collection of Certificates for an owner.
getCertificatesForOwner(String, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.CertificateServiceImpl
 
getCertificatesForOwner(String, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getCertSvc() - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Get the CertificateService object.
getDao() - Method in class org.nhindirect.config.service.impl.AnchorServiceImpl
Return the value of the AnchorDao object.
getDao() - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
Return the value of the CertPolicyDao object.
getDao() - Method in class org.nhindirect.config.service.impl.DNSServiceImpl
Return the value of the DNSDao object.
getDao() - Method in class org.nhindirect.config.service.impl.SettingServiceImpl
Return the value of the AnchorDao object.
getDao() - Method in class org.nhindirect.config.service.impl.TrustBundleServiceImpl
Return the value of the TrustBundlDao object.
getDNSByName(String) - Method in interface org.nhindirect.config.service.DNSService
Gets DNS records by record name.
getDNSByName(String) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Gets DNS records by record name.
getDNSByName(String) - Method in class org.nhindirect.config.service.impl.DNSServiceImpl
Gets DNS records by record name.
getDNSByNameAndType(String, int) - Method in interface org.nhindirect.config.service.DNSService
Gets DNS records by record name and a specific record type.
getDNSByNameAndType(String, int) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Gets DNS records by record name and a specific record type.
getDNSByNameAndType(String, int) - Method in class org.nhindirect.config.service.impl.DNSServiceImpl
Gets DNS records by record name and a specific record type.
getDNSByRecordId(long) - Method in interface org.nhindirect.config.service.DNSService
Gets a single DNS record for an internal record id.
getDNSByRecordId(long) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Gets a single DNS record for an internal record id.
getDNSByRecordId(long) - Method in class org.nhindirect.config.service.impl.DNSServiceImpl
Gets a single DNS record for an internal record id.
getDNSByRecordIds(long[]) - Method in interface org.nhindirect.config.service.DNSService
Gets DNS records by the internal record ids.
getDNSByRecordIds(long[]) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Gets DNS records by the internal record ids.
getDNSByRecordIds(long[]) - Method in class org.nhindirect.config.service.impl.DNSServiceImpl
Gets DNS records by the internal record ids.
getDNSByType(int) - Method in interface org.nhindirect.config.service.DNSService
Gets all DNS records or a given type.
getDNSByType(int) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Gets all DNS records or a given type.
getDNSByType(int) - Method in class org.nhindirect.config.service.impl.DNSServiceImpl
Gets all DNS records or a given type.
getDNSCount() - Method in interface org.nhindirect.config.service.DNSService
Gets the number of records in the DNS store.
getDNSCount() - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Gets the number of records in the DNS store.
getDNSCount() - Method in class org.nhindirect.config.service.impl.DNSServiceImpl
Gets the number of records in the DNS store.
getDNSRecords(int, String) - Method in class org.nhindirect.config.resources.DNSResource
Gets DNS records that match a given name, type, or combination of both.
getDNSSvc() - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Get the DNSService object.
getDomain(String) - Method in class org.nhindirect.config.resources.DomainResource
Gets a domain by name.
getDomain(Long) - Method in interface org.nhindirect.config.service.DomainService
Return a Domain matching the given ID.
getDomain(Long) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getDomain(Long) - Method in class org.nhindirect.config.service.impl.DomainServiceImpl
 
getDomainCount() - Method in interface org.nhindirect.config.service.DomainService
Get a count of Domains.
getDomainCount() - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getDomainCount() - Method in class org.nhindirect.config.service.impl.DomainServiceImpl
 
getDomains(Collection<String>, EntityStatus) - Method in interface org.nhindirect.config.service.DomainService
Get a collection of all Domains matching the parameters.
getDomains(Collection<String>, EntityStatus) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getDomains(Collection<String>, EntityStatus) - Method in class org.nhindirect.config.service.impl.DomainServiceImpl
 
getDomainSvc() - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Get the DomainService object.
getError() - Method in exception org.nhindirect.config.service.ConfigurationFault
Get the value of error.
getIncomingAnchors(String, CertificateGetOptions) - Method in interface org.nhindirect.config.service.AnchorService
Get a collection of incoming Anchors.
getIncomingAnchors(String, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.AnchorServiceImpl
 
getIncomingAnchors(String, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getMessage() - Method in exception org.nhindirect.config.service.ConfigurationFault
Return the value of message.
getOutgoingAnchors(String, CertificateGetOptions) - Method in interface org.nhindirect.config.service.AnchorService
Get a collection of outgoing Anchors.
getOutgoingAnchors(String, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.AnchorServiceImpl
 
getOutgoingAnchors(String, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getPolicies() - Method in class org.nhindirect.config.resources.CertPolicyResource
Gets all certificate policies in the system.
getPolicies() - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
getPolicies() - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
getPolicies() - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getPolicyById(long) - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
getPolicyById(long) - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
getPolicyById(long) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getPolicyByName(String) - Method in class org.nhindirect.config.resources.CertPolicyResource
Gets a certificate policy by name.
getPolicyByName(String) - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
getPolicyByName(String) - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
getPolicyByName(String) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getPolicyGroupById(long) - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
getPolicyGroupById(long) - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
getPolicyGroupById(long) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getPolicyGroupByName(String) - Method in class org.nhindirect.config.resources.CertPolicyResource
Gets a policy group name.
getPolicyGroupByName(String) - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
getPolicyGroupByName(String) - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
getPolicyGroupByName(String) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getPolicyGroupDomainReltns() - Method in class org.nhindirect.config.resources.CertPolicyResource
Gets all policy group to domain relationships.
getPolicyGroupDomainReltns() - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
getPolicyGroupDomainReltns() - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
getPolicyGroupDomainReltns() - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getPolicyGroups() - Method in class org.nhindirect.config.resources.CertPolicyResource
Gets all policy groups in the system.
getPolicyGroups() - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
getPolicyGroups() - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
getPolicyGroups() - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getPolicyGroupsByDomain(String) - Method in class org.nhindirect.config.resources.CertPolicyResource
Gets all policy groups associated with a domain.
getPolicyGroupsByDomain(long) - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
getPolicyGroupsByDomain(long) - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
getPolicyGroupsByDomain(long) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
getSettingByName(String) - Method in class org.nhindirect.config.resources.SettingResource
Gets a setting by name.
getSettingByName(String) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
getSettingByName(String) - Method in class org.nhindirect.config.service.impl.SettingServiceImpl
 
getSettingByName(String) - Method in interface org.nhindirect.config.service.SettingService
 
getSettingsByNames(Collection<String>) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
getSettingsByNames(Collection<String>) - Method in class org.nhindirect.config.service.impl.SettingServiceImpl
 
getSettingsByNames(Collection<String>) - Method in interface org.nhindirect.config.service.SettingService
 
getSettingSvc() - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Get the SettingService object.
getStatus() - Method in class org.nhindirect.config.service.impl.CertificateGetOptions
Get the value of status.
getTrustBundleById(long) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Gets a specific trust bundle by its internal id.
getTrustBundleById(long) - Method in class org.nhindirect.config.service.impl.TrustBundleServiceImpl
Gets a specific trust bundle by its internal id.
getTrustBundleById(long) - Method in interface org.nhindirect.config.service.TrustBundleService
Gets a specific trust bundle by its internal id.
getTrustBundleByName(String) - Method in class org.nhindirect.config.resources.TrustBundleResource
Gets a trust bundle by name.
getTrustBundleByName(String) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Gets a specific trust bundle by name.
getTrustBundleByName(String) - Method in class org.nhindirect.config.service.impl.TrustBundleServiceImpl
Gets a specific trust bundle by name.
getTrustBundleByName(String) - Method in interface org.nhindirect.config.service.TrustBundleService
Gets a specific trust bundle by name.
getTrustBundles(boolean) - Method in class org.nhindirect.config.resources.TrustBundleResource
Gets all trust bundles in the system.
getTrustBundles(boolean) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Gets a collection of all trust bundles in the system
getTrustBundles(boolean) - Method in class org.nhindirect.config.service.impl.TrustBundleServiceImpl
Gets a collection of all trust bundles in the system
getTrustBundles(boolean) - Method in interface org.nhindirect.config.service.TrustBundleService
Gets a collection of all trust bundles in the system
getTrustBundlesByDomain(String, boolean) - Method in class org.nhindirect.config.resources.TrustBundleResource
Gets all trust bundles associated to a domain.
getTrustBundlesByDomain(long, boolean) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Gets all trust bundles associated with a domain
getTrustBundlesByDomain(long, boolean) - Method in class org.nhindirect.config.service.impl.TrustBundleServiceImpl
Gets all trust bundles associated with a domain
getTrustBundlesByDomain(long, boolean) - Method in interface org.nhindirect.config.service.TrustBundleService
Gets all trust bundles associated with a domain
getTrustBundleSvc() - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Get the TrustBundleService object.

I

init() - Method in class org.nhindirect.config.service.impl.AddressServiceImpl
Initialization method.
init() - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
Initialization method.
init() - Method in class org.nhindirect.config.service.impl.CertificateServiceImpl
Initialization method.
init() - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Initialization method.
init() - Method in class org.nhindirect.config.service.impl.DNSServiceImpl
Initialization method.
init() - Method in class org.nhindirect.config.service.impl.DomainServiceImpl
Initialization method.
init() - Method in class org.nhindirect.config.service.impl.SettingServiceImpl
Initialization method.
init() - Method in class org.nhindirect.config.service.impl.TrustBundleServiceImpl
Initialization method.
initJVMParams() - Static method in class org.nhindirect.config.processor.impl.DefaultBundleRefreshProcessorImpl
Initializes system preferences using the Direct OptionsManager pattern.
isIncludeData() - Method in class org.nhindirect.config.service.impl.CertificateGetOptions
Return the value of includeData.
isIncludePrivateKey() - Method in class org.nhindirect.config.service.impl.CertificateGetOptions
Get the value of includePrvateKey.

L

listAddresss(String, int) - Method in interface org.nhindirect.config.service.AddressService
Return a list of Addresses matching the parameters.
listAddresss(String, int) - Method in class org.nhindirect.config.service.impl.AddressServiceImpl
 
listAddresss(String, int) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
listAnchors(Long, int, CertificateGetOptions) - Method in interface org.nhindirect.config.service.AnchorService
Get a collection of Anchors.
listAnchors(Long, int, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.AnchorServiceImpl
 
listAnchors(Long, int, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
listCertificates(long, int, CertificateGetOptions) - Method in interface org.nhindirect.config.service.CertificateService
Get a collection of Certificates.
listCertificates(long, int, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.CertificateServiceImpl
 
listCertificates(long, int, CertificateGetOptions) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
listDomains(String, int) - Method in interface org.nhindirect.config.service.DomainService
Return a list of Domains matching the parameters.
listDomains(String, int) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
listDomains(String, int) - Method in class org.nhindirect.config.service.impl.DomainServiceImpl
 

O

org.nhindirect.config.processor - package org.nhindirect.config.processor
 
org.nhindirect.config.processor.impl - package org.nhindirect.config.processor.impl
 
org.nhindirect.config.providers - package org.nhindirect.config.providers
 
org.nhindirect.config.resources - package org.nhindirect.config.resources
 
org.nhindirect.config.resources.util - package org.nhindirect.config.resources.util
 
org.nhindirect.config.service - package org.nhindirect.config.service
 
org.nhindirect.config.service.impl - package org.nhindirect.config.service.impl
 

P

ProtectedResource - Class in org.nhindirect.config.resources
Base class for REST resources protected by an authorization module.
ProtectedResource() - Constructor for class org.nhindirect.config.resources.ProtectedResource
 

R

refreshBundle(TrustBundle) - Method in interface org.nhindirect.config.processor.BundleRefreshProcessor
Refreshes the set of anchors within a bundle.
refreshBundle(TrustBundle) - Method in class org.nhindirect.config.processor.impl.DefaultBundleRefreshProcessorImpl
Refreshes the set of anchors within a bundle.
refreshTrustBundle(String) - Method in class org.nhindirect.config.resources.TrustBundleResource
Forces the refresh of a trust bundle.
refreshTrustBundle(long) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Forces an on demand refresh of a trust bundle regardless of its refresh internal.
refreshTrustBundle(long) - Method in class org.nhindirect.config.service.impl.TrustBundleServiceImpl
Forces an on demand refresh of a trust bundle regardless of its refresh internal.
refreshTrustBundle(long) - Method in interface org.nhindirect.config.service.TrustBundleService
Forces an on demand refresh of a trust bundle regardless of its refresh internal.
removeAddress(String) - Method in interface org.nhindirect.config.service.AddressService
Remove an Address.
removeAddress(String) - Method in class org.nhindirect.config.service.impl.AddressServiceImpl
 
removeAddress(String) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
removeAnchors(Collection<Long>) - Method in interface org.nhindirect.config.service.AnchorService
Remove an Anchor.
removeAnchors(Collection<Long>) - Method in class org.nhindirect.config.service.impl.AnchorServiceImpl
 
removeAnchors(Collection<Long>) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
removeAnchorsByIds(String) - Method in class org.nhindirect.config.resources.AnchorResource
Deletes anchor from the system by system id.
removeAnchorsByOwner(String) - Method in class org.nhindirect.config.resources.AnchorResource
Delete all anchors for a specific owner.
removeAnchorsForOwner(String) - Method in interface org.nhindirect.config.service.AnchorService
Remove the Anchors for an owner.
removeAnchorsForOwner(String) - Method in class org.nhindirect.config.service.impl.AnchorServiceImpl
 
removeAnchorsForOwner(String) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
removeCertificates(Collection<Long>) - Method in interface org.nhindirect.config.service.CertificateService
Remove a Certificate.
removeCertificates(Collection<Long>) - Method in class org.nhindirect.config.service.impl.CertificateServiceImpl
 
removeCertificates(Collection<Long>) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
removeCertificatesByIds(String) - Method in class org.nhindirect.config.resources.CertificateResource
Deletes certificates by system id.
removeCertificatesByOwner(String) - Method in class org.nhindirect.config.resources.CertificateResource
Deletes all certificate for a specific owner.
removeCertificatesForOwner(String) - Method in interface org.nhindirect.config.service.CertificateService
Remove the Certificates for an owner.
removeCertificatesForOwner(String) - Method in class org.nhindirect.config.service.impl.CertificateServiceImpl
 
removeCertificatesForOwner(String) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
removedAddress(String) - Method in class org.nhindirect.config.resources.AddressResource
Removes an address from the system.
removedDomain(String) - Method in class org.nhindirect.config.resources.DomainResource
Deletes a domain by name.
removeDNS(Collection<DNSRecord>) - Method in interface org.nhindirect.config.service.DNSService
Removes DNS records matching the DNS records' name and type.
removeDNS(Collection<DNSRecord>) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Removes DNS records matching the DNS records' name and type.
removeDNS(Collection<DNSRecord>) - Method in class org.nhindirect.config.service.impl.DNSServiceImpl
Removes DNS records matching the DNS records' name and type.
removeDNSByRecordId(long) - Method in interface org.nhindirect.config.service.DNSService
Removes a single DNS record by an existing internal record id.
removeDNSByRecordId(long) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
removeDNSByRecordId(long) - Method in class org.nhindirect.config.service.impl.DNSServiceImpl
Removes a single DNS record by an existing internal record id.
removeDNSByRecordIds(long[]) - Method in interface org.nhindirect.config.service.DNSService
Removes DNS records by existing internal record ids.
removeDNSByRecordIds(long[]) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Removes DNS records by existing internal record ids.
removeDNSByRecordIds(long[]) - Method in class org.nhindirect.config.service.impl.DNSServiceImpl
Removes DNS records by existing internal record ids.
removeDNSRecordsByIds(String) - Method in class org.nhindirect.config.resources.DNSResource
Delete DNS records by system id.
removeDomain(String) - Method in interface org.nhindirect.config.service.DomainService
Deprecated.
Use of removeDomain(Long domainId) is preferred.
removeDomain(String) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Deprecated.
removeDomain(String) - Method in class org.nhindirect.config.service.impl.DomainServiceImpl
 
removeDomainById(Long) - Method in interface org.nhindirect.config.service.DomainService
Remove a Domain.
removeDomainById(Long) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
removeDomainById(Long) - Method in class org.nhindirect.config.service.impl.DomainServiceImpl
 
removedPolicyUseFromGroup(String, CertPolicyGroupUse) - Method in class org.nhindirect.config.resources.CertPolicyResource
Removes a certificate policy usage from a policy group.
removePolicyByName(String) - Method in class org.nhindirect.config.resources.CertPolicyResource
Deletes a certificate policy by name.
removePolicyGroupByName(String) - Method in class org.nhindirect.config.resources.CertPolicyResource
Deletes a policy group from the system.
removePolicyUseFromGroup(long) - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
removePolicyUseFromGroup(long) - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
removePolicyUseFromGroup(long) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
removeSettingByName(String) - Method in class org.nhindirect.config.resources.SettingResource
Deletes a setting in the system by name.

S

searchDomain(String, EntityStatus) - Method in interface org.nhindirect.config.service.DomainService
Return a collection of Domains matching the parameters.
searchDomain(String, EntityStatus) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
searchDomain(String, EntityStatus) - Method in class org.nhindirect.config.service.impl.DomainServiceImpl
 
searchDomains(String, String) - Method in class org.nhindirect.config.resources.DomainResource
Gets a list of domains that match a query.
setAddressDao(AddressDao) - Method in class org.nhindirect.config.resources.AddressResource
Sets the address Dao.
setAddressDao(AddressDao) - Method in class org.nhindirect.config.resources.DomainResource
Sets the address Dao.
setAddressSvc(AddressService) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Set the AddressService object.
setAnchorDao(AnchorDao) - Method in class org.nhindirect.config.resources.AnchorResource
Sets the anchor Dao.
setAnchorStatusForOwner(String, EntityStatus) - Method in interface org.nhindirect.config.service.AnchorService
Set an Anchor status for a given owner.
setAnchorStatusForOwner(String, EntityStatus) - Method in class org.nhindirect.config.service.impl.AnchorServiceImpl
 
setAnchorStatusForOwner(String, EntityStatus) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
setAnchorSvc(AnchorService) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Set the AnchorService object.
setCertificateDao(CertificateDao) - Method in class org.nhindirect.config.resources.CertificateResource
Sets the certificate Dao.
setCertificatePolicySvc(CertificatePolicyService) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Set the CertificatePolicyService object.
setCertificateStatus(Collection<Long>, EntityStatus) - Method in interface org.nhindirect.config.service.CertificateService
Set a Certificate status.
setCertificateStatus(Collection<Long>, EntityStatus) - Method in class org.nhindirect.config.service.impl.CertificateServiceImpl
 
setCertificateStatus(Collection<Long>, EntityStatus) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
setCertificateStatusForOwner(String, EntityStatus) - Method in interface org.nhindirect.config.service.CertificateService
Set the Certificate status for an owner.
setCertificateStatusForOwner(String, EntityStatus) - Method in class org.nhindirect.config.service.impl.CertificateServiceImpl
 
setCertificateStatusForOwner(String, EntityStatus) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
setCertPolicyDao(CertPolicyDao) - Method in class org.nhindirect.config.resources.CertPolicyResource
Sets the policy Dao.
setCertSvc(CertificateService) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Set the CertificateService object.
setDao(TrustBundleDao) - Method in class org.nhindirect.config.processor.impl.DefaultBundleCacheUpdateProcessorImpl
Sets the trust bundle dao used to get the last refresh date/time.
setDao(TrustBundleDao) - Method in class org.nhindirect.config.processor.impl.DefaultBundleRefreshProcessorImpl
Sets the trust bundle DAO for updating the bundle storage medium.
setDao(AddressDao) - Method in class org.nhindirect.config.service.impl.AddressServiceImpl
Set the value of the AddressDao object.
setDao(AnchorDao) - Method in class org.nhindirect.config.service.impl.AnchorServiceImpl
Set the value of the AnchorDao object.
setDao(CertPolicyDao) - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
Set the value of the CertPolicyDao object.
setDao(CertificateDao) - Method in class org.nhindirect.config.service.impl.CertificateServiceImpl
Set the value of the CertificateDao object.
setDao(DNSDao) - Method in class org.nhindirect.config.service.impl.DNSServiceImpl
Set the value of the DNSDao object.
setDao(DomainDao) - Method in class org.nhindirect.config.service.impl.DomainServiceImpl
Set the value of the DomainDao object.
setDao(SettingDao) - Method in class org.nhindirect.config.service.impl.SettingServiceImpl
Set the value of the AnchorDao object.
setDao(TrustBundleDao) - Method in class org.nhindirect.config.service.impl.TrustBundleServiceImpl
Set the value of the TrustBundlDao object.
setDNSDao(DNSDao) - Method in class org.nhindirect.config.resources.DNSResource
Sets the DNS Dao.
setDNSSvc(DNSService) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Set the DNSService object.
setDomainDao(DomainDao) - Method in class org.nhindirect.config.resources.AddressResource
Sets the domain Dao.
setDomainDao(DomainDao) - Method in class org.nhindirect.config.resources.CertPolicyResource
Sets the domain Dao.
setDomainDao(DomainDao) - Method in class org.nhindirect.config.resources.DomainResource
Sets the domain Dao.
setDomainDao(DomainDao) - Method in class org.nhindirect.config.resources.TrustBundleResource
Sets the domain Dao.
setDomainSvc(DomainService) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Set the DomainService object.
setError(ConfigurationError) - Method in exception org.nhindirect.config.service.ConfigurationFault
Set the value of error.
setIncludeData(boolean) - Method in class org.nhindirect.config.service.impl.CertificateGetOptions
Set the value of includeData.
setIncludePrivateKey(boolean) - Method in class org.nhindirect.config.service.impl.CertificateGetOptions
Set the value of includePrivateKey.
setMessage(String) - Method in exception org.nhindirect.config.service.ConfigurationFault
Set the message.
setRefreshProcessor(BundleRefreshProcessor) - Method in class org.nhindirect.config.processor.impl.DefaultBundleCacheUpdateProcessorImpl
Sets the BundleRefreshProcessor used to refresh a bundle the bundle's refresh interval has been exceeded.
setSettingDao(SettingDao) - Method in class org.nhindirect.config.resources.SettingResource
Sets the settings Dao.
setSettingSvc(SettingService) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Set the SettingService object.
setStatus(EntityStatus) - Method in class org.nhindirect.config.service.impl.CertificateGetOptions
Set the value of status.
setTemplate(ProducerTemplate) - Method in class org.nhindirect.config.resources.TrustBundleResource
Sets the producer template.
setTemplate(ProducerTemplate) - Method in class org.nhindirect.config.service.impl.TrustBundleServiceImpl
Sets the camel ProducerTemplate object for bundle refresh operations.
SettingResource - Class in org.nhindirect.config.resources
JAX-RS resource for managing settings resources in the configuration service.
SettingResource() - Constructor for class org.nhindirect.config.resources.SettingResource
Constructor
SettingService - Interface in org.nhindirect.config.service
Service class for methods related to a setting object.
SettingServiceImpl - Class in org.nhindirect.config.service.impl
Service class for methods related to a Service object.
SettingServiceImpl() - Constructor for class org.nhindirect.config.service.impl.SettingServiceImpl
 
setTrustBundleDao(TrustBundleDao) - Method in class org.nhindirect.config.resources.TrustBundleResource
Sets the trustBundle Dao.
setTrustBundleSvc(TrustBundleService) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Set the TrustBundleService object.

T

toEntityAddress(Address) - Static method in class org.nhindirect.config.resources.util.EntityModelConversion
 
toEntityAnchor(Anchor) - Static method in class org.nhindirect.config.resources.util.EntityModelConversion
 
toEntityCertificate(Certificate) - Static method in class org.nhindirect.config.resources.util.EntityModelConversion
 
toEntityCertPolicy(CertPolicy) - Static method in class org.nhindirect.config.resources.util.EntityModelConversion
 
toEntityCertPolicyGroup(CertPolicyGroup) - Static method in class org.nhindirect.config.resources.util.EntityModelConversion
 
toEntityDNSRecord(DNSRecord) - Static method in class org.nhindirect.config.resources.util.EntityModelConversion
 
toEntityDomain(Domain) - Static method in class org.nhindirect.config.resources.util.EntityModelConversion
 
toEntityTrustBundle(TrustBundle) - Static method in class org.nhindirect.config.resources.util.EntityModelConversion
 
toModelAddress(Address) - Static method in class org.nhindirect.config.resources.util.EntityModelConversion
 
toModelAnchor(Anchor) - Static method in class org.nhindirect.config.resources.util.EntityModelConversion
 
toModelCertificate(Certificate) - Static method in class org.nhindirect.config.resources.util.EntityModelConversion
 
toModelCertPolicy(CertPolicy) - Static method in class org.nhindirect.config.resources.util.EntityModelConversion
 
toModelCertPolicyGroup(CertPolicyGroup) - Static method in class org.nhindirect.config.resources.util.EntityModelConversion
 
toModelCertPolicyGroupDomainReltn(CertPolicyGroupDomainReltn) - Static method in class org.nhindirect.config.resources.util.EntityModelConversion
 
toModelDNSRecord(DNSRecord) - Static method in class org.nhindirect.config.resources.util.EntityModelConversion
 
toModelDomain(Domain) - Static method in class org.nhindirect.config.resources.util.EntityModelConversion
 
toModelSetting(Setting) - Static method in class org.nhindirect.config.resources.util.EntityModelConversion
 
toModelTrustBundle(TrustBundle) - Static method in class org.nhindirect.config.resources.util.EntityModelConversion
 
TrustBundleResource - Class in org.nhindirect.config.resources
JAX-RS resource for managing address resources in the configuration service.
TrustBundleResource() - Constructor for class org.nhindirect.config.resources.TrustBundleResource
Constructor
TrustBundleService - Interface in org.nhindirect.config.service
Web service interface for trust bundle operations.
TrustBundleServiceImpl - Class in org.nhindirect.config.service.impl
Implementation of the TrustBundleService
TrustBundleServiceImpl() - Constructor for class org.nhindirect.config.service.impl.TrustBundleServiceImpl
 

U

updateAddress(Address) - Method in class org.nhindirect.config.resources.AddressResource
Updates the attributes of an existing address.
updateAddress(Address) - Method in interface org.nhindirect.config.service.AddressService
Update an Address.
updateAddress(Address) - Method in class org.nhindirect.config.service.impl.AddressServiceImpl
 
updateAddress(Address) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
updateBundleAttributes(String, TrustBundle) - Method in class org.nhindirect.config.resources.TrustBundleResource
Updates multiple bundle attributes.
updateBundleCache() - Method in interface org.nhindirect.config.processor.BundleCacheUpdateProcessor
Updates all anchors within each bundle in the system based on the bundles's refresh interval.
updateBundleCache() - Method in class org.nhindirect.config.processor.impl.DefaultBundleCacheUpdateProcessorImpl
Updates all anchors within each bundle in the system based on the bundles's refresh interval.
updateDNS(long, DNSRecord) - Method in interface org.nhindirect.config.service.DNSService
Update a DNS record for a specific internal id.
updateDNS(long, DNSRecord) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Update a DNS record for a specific internal id.
updateDNS(long, DNSRecord) - Method in class org.nhindirect.config.service.impl.DNSServiceImpl
Update a DNS record for a specific internal id.
updateDNSRecord(DNSRecord) - Method in class org.nhindirect.config.resources.DNSResource
Updates the attributes of an existing DNS record.
updateDomain(Domain) - Method in class org.nhindirect.config.resources.DomainResource
Updates a domain's attributes.
updateDomain(Domain) - Method in interface org.nhindirect.config.service.DomainService
Update a Domain.
updateDomain(Domain) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
updateDomain(Domain) - Method in class org.nhindirect.config.service.impl.DomainServiceImpl
 
updateGroupAttributes(String, String) - Method in class org.nhindirect.config.resources.CertPolicyResource
Updates the attributes of a policy group.
updateGroupAttributes(long, String) - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
updateGroupAttributes(long, String) - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
updateGroupAttributes(long, String) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
updateLastUpdateError(long, Calendar, BundleRefreshError) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Updates the last error that occurred when trying to download or refresh the bundle from its URL.
updateLastUpdateError(long, Calendar, BundleRefreshError) - Method in class org.nhindirect.config.service.impl.TrustBundleServiceImpl
Updates the last error that occurred when trying to download or refresh the bundle from its URL.
updateLastUpdateError(long, Calendar, BundleRefreshError) - Method in interface org.nhindirect.config.service.TrustBundleService
Updates the last error that occurred when trying to download or refresh the bundle from its URL.
updatePolicyAttributes(String, CertPolicy) - Method in class org.nhindirect.config.resources.CertPolicyResource
Updates the information of a certificate policy.
updatePolicyAttributes(long, String, PolicyLexicon, byte[]) - Method in interface org.nhindirect.config.service.CertificatePolicyService
 
updatePolicyAttributes(long, String, PolicyLexicon, byte[]) - Method in class org.nhindirect.config.service.impl.CertificatePolicyServiceImpl
 
updatePolicyAttributes(long, String, PolicyLexicon, byte[]) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
updateSetting(String, String) - Method in class org.nhindirect.config.resources.SettingResource
Updates the value of a setting.
updateSetting(String, String) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
updateSetting(String, String) - Method in class org.nhindirect.config.service.impl.SettingServiceImpl
 
updateSetting(String, String) - Method in interface org.nhindirect.config.service.SettingService
 
updateSigningCert(String, byte[]) - Method in class org.nhindirect.config.resources.TrustBundleResource
Updates the signing certificate of a trust bundle.
updateTrustBundleAttributes(long, String, String, Certificate, int) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
 
updateTrustBundleAttributes(long, String, String, Certificate, int) - Method in class org.nhindirect.config.service.impl.TrustBundleServiceImpl
Updates multiple attributes of a trust bundle.
updateTrustBundleAttributes(long, String, String, Certificate, int) - Method in interface org.nhindirect.config.service.TrustBundleService
Updates multiple attributes of a trust bundle.
updateTrustBundleSigningCertificate(long, Certificate) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Updates the signing certificate used to validate the authenticity of a bundle.
updateTrustBundleSigningCertificate(long, Certificate) - Method in class org.nhindirect.config.service.impl.TrustBundleServiceImpl
Updates the signing certificate used to validate the authenticity of a bundle.
updateTrustBundleSigningCertificate(long, Certificate) - Method in interface org.nhindirect.config.service.TrustBundleService
Updates the signing certificate used to validate the authenticity of a bundle.

V

valueOf(String) - Static method in enum org.nhindirect.config.service.ConfigurationError
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.nhindirect.config.service.ConfigurationError
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G I L O P R S T U V 

Copyright © 2015. All Rights Reserved.