Skip navigation links
A B C D E G H I K N O P R S T U 

A

addAddress(Address) - Method in class org.nhindirect.config.resources.AddressResource
Adds an address to the system and associates it with a domain.
addAnchor(Anchor) - Method in class org.nhindirect.config.resources.AnchorResource
Adds an anchor to the system.
addCertificate(Certificate) - Method in class org.nhindirect.config.resources.CertificateResource
Adds a certificate to the system.
addDNSRecord(DNSRecord) - Method in class org.nhindirect.config.resources.DNSResource
Adds a DNS record.
addDomain(Domain) - Method in class org.nhindirect.config.resources.DomainResource
Adds a domain to the system.
addPolicy(CertPolicy) - Method in class org.nhindirect.config.resources.CertPolicyResource
Adds a certificate policy to the system.
addPolicyGroup(CertPolicyGroup) - Method in class org.nhindirect.config.resources.CertPolicyResource
Adds a policy group to the system.
addPolicyUseToGroup(String, CertPolicyGroupUse) - Method in class org.nhindirect.config.resources.CertPolicyResource
Adds a certificate policy usage to a policy group.
AddressResource - Class in org.nhindirect.config.resources
Resource for managing address resources in the configuration service.
AddressResource() - Constructor for class org.nhindirect.config.resources.AddressResource
Constructor
addSetting(String, String) - Method in class org.nhindirect.config.resources.SettingResource
Adds a setting to the system.
addTrustBundle(TrustBundle) - Method in class org.nhindirect.config.resources.TrustBundleResource
Adds a trust bundle to the system.
AnchorResource - Class in org.nhindirect.config.resources
Resource for managing anchor resources in the configuration service.
AnchorResource() - Constructor for class org.nhindirect.config.resources.AnchorResource
Constructor
associatePolicyGroupToDomain(String, String) - Method in class org.nhindirect.config.resources.CertPolicyResource
Associates a policy group to a domain.
associateTrustBundleToDomain(String, String, boolean, boolean) - Method in class org.nhindirect.config.resources.TrustBundleResource
Associates a trust bundle to a domain along with directional trust.

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.
bundleCacheUpdateProcessor(BundleRefreshProcessor, TrustBundleRepository) - Method in class org.nhindirect.config.springconfig.BundleProcessorConfig
 
BundleProcessorConfig - Class in org.nhindirect.config.springconfig
 
BundleProcessorConfig() - Constructor for class org.nhindirect.config.springconfig.BundleProcessorConfig
 
bundleRefresh() - Method in class org.nhindirect.config.springconfig.BundleProcessorConfig
 
BundleRefreshProcessor - Interface in org.nhindirect.config.processor
Interface for refreshing the anchors within a bundle.
bundleRefreshProcessor(TrustBundleRepository) - Method in class org.nhindirect.config.springconfig.BundleProcessorConfig
 

C

CertificateResource - Class in org.nhindirect.config.resources
Resource for managing certificate resources in the configuration service.
CertificateResource() - Constructor for class org.nhindirect.config.resources.CertificateResource
Constructor
CertPolicyResource - Class in org.nhindirect.config.resources
Resource for managing certificate policy resources in the configuration service.
CertPolicyResource() - Constructor for class org.nhindirect.config.resources.CertPolicyResource
Constructor

D

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.
disassociatePolicyGroupFromDomain(String, String) - Method in class org.nhindirect.config.resources.CertPolicyResource
Removed a policy group from a domain.
disassociatePolicyGroupFromDomains(String) - Method in class org.nhindirect.config.resources.CertPolicyResource
Removes a given policy group from all domains.
disassociatePolicyGroupsFromDomain(String) - Method in class org.nhindirect.config.resources.CertPolicyResource
Removes all policy groups for a given domain.
disassociateTrustBundleFromDomain(String, String) - Method in class org.nhindirect.config.resources.TrustBundleResource
Removes the association of a trust bundle from a domain.
disassociateTrustBundleFromDomains(String) - Method in class org.nhindirect.config.resources.TrustBundleResource
Removes a trust bundle from all domains.
disassociateTrustBundlesFromDomain(String) - Method in class org.nhindirect.config.resources.TrustBundleResource
Removes all trust bundle from a domain.
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
DomainResource - Class in org.nhindirect.config.resources
Resource for managing domain resources in the configuration service.
DomainResource() - Constructor for class org.nhindirect.config.resources.DomainResource
Constructor

E

EntityManagerConfig - Class in org.nhindirect.config.springconfig
 
EntityManagerConfig() - Constructor for class org.nhindirect.config.springconfig.EntityManagerConfig
 
entityManagerFactory() - Method in class org.nhindirect.config.springconfig.EntityManagerConfig
 
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
 

G

getAddress(String) - Method in class org.nhindirect.config.resources.AddressResource
Gets an address by name.
getAddressesByDomain(String) - Method in class org.nhindirect.config.resources.AddressResource
Gets all addresses configured for a given domain.
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.
getAllTrustBundleDomainRelts(boolean) - Method in class org.nhindirect.config.resources.TrustBundleResource
 
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.
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.
getDNSRecords(int, String) - Method in class org.nhindirect.config.resources.DNSResource
Gets DNS records that match a given name, type, or combination of both.
getDomain(String) - Method in class org.nhindirect.config.resources.DomainResource
Gets a domain by name.
getPolicies() - Method in class org.nhindirect.config.resources.CertPolicyResource
Gets all certificate policies in the system.
getPolicyByName(String) - Method in class org.nhindirect.config.resources.CertPolicyResource
Gets a certificate policy by name.
getPolicyGroupByName(String) - Method in class org.nhindirect.config.resources.CertPolicyResource
Gets a policy group name.
getPolicyGroupDomainReltns() - Method in class org.nhindirect.config.resources.CertPolicyResource
Gets all policy group to domain relationships.
getPolicyGroups() - Method in class org.nhindirect.config.resources.CertPolicyResource
Gets all policy groups in the system.
getPolicyGroupsByDomain(String) - Method in class org.nhindirect.config.resources.CertPolicyResource
Gets all policy groups associated with a domain.
getSettingByName(String) - Method in class org.nhindirect.config.resources.SettingResource
Gets a setting by name.
getTrustBundleByName(String) - Method in class org.nhindirect.config.resources.TrustBundleResource
Gets a trust bundle by name.
getTrustBundles(boolean) - Method in class org.nhindirect.config.resources.TrustBundleResource
Gets 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.

H

hsmKeyStoreProtectionManager() - Method in class org.nhindirect.config.springconfig.KeyStoreConfig
 

I

initJVMParams() - Static method in class org.nhindirect.config.processor.impl.DefaultBundleRefreshProcessorImpl
Initializes system preferences using the Direct OptionsManager pattern.

K

KeyStoreConfig - Class in org.nhindirect.config.springconfig
 
KeyStoreConfig() - Constructor for class org.nhindirect.config.springconfig.KeyStoreConfig
 

N

nonHSMKeyStoreProtectionManager() - Method in class org.nhindirect.config.springconfig.KeyStoreConfig
 

O

org.nhindirect.config.processor - package org.nhindirect.config.processor
 
org.nhindirect.config.processor.impl - package org.nhindirect.config.processor.impl
 
org.nhindirect.config.resources - package org.nhindirect.config.resources
 
org.nhindirect.config.resources.util - package org.nhindirect.config.resources.util
 
org.nhindirect.config.springconfig - package org.nhindirect.config.springconfig
 

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.
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.
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.
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.
removeDNSRecordsByIds(String) - Method in class org.nhindirect.config.resources.DNSResource
Delete DNS records by system id.
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.
removeSettingByName(String) - Method in class org.nhindirect.config.resources.SettingResource
Deletes a setting in the system by name.

S

searchDomains(String, String) - Method in class org.nhindirect.config.resources.DomainResource
Gets a list of domains that match a query.
setAddressRepository(AddressRepository) - Method in class org.nhindirect.config.resources.AddressResource
Sets the address repository.
setAddressRepository(AddressRepository) - Method in class org.nhindirect.config.resources.DomainResource
Sets the address repository.
setAddressResource(TrustBundleResource) - Method in class org.nhindirect.config.resources.DomainResource
Sets the trust bundle resource.
setAnchorRepository(AnchorRepository) - Method in class org.nhindirect.config.resources.AnchorResource
Sets the anchor repository.
setCertificateRepository(CertificateRepository) - Method in class org.nhindirect.config.resources.CertificateResource
Sets the certificate repository.
setCertPolicyGroupDomainReltnRepository(CertPolicyGroupDomainReltnRepository) - Method in class org.nhindirect.config.resources.CertPolicyResource
Sets the policy group reltn repository.
setCertPolicyGroupRepository(CertPolicyGroupRepository) - Method in class org.nhindirect.config.resources.CertPolicyResource
Sets the policy group repository.
setCertPolicyRepository(CertPolicyRepository) - Method in class org.nhindirect.config.resources.CertPolicyResource
Sets the policy repository.
setDNSRepository(DNSRepository) - Method in class org.nhindirect.config.resources.DNSResource
Sets the DNS repository.
setDomainRepository(DomainRepository) - Method in class org.nhindirect.config.resources.AddressResource
Sets the domain repository.
setDomainRepository(DomainRepository) - Method in class org.nhindirect.config.resources.CertPolicyResource
Sets the domain repository.
setDomainRepository(DomainRepository) - Method in class org.nhindirect.config.resources.DomainResource
Sets the domain repository.
setDomainRepository(DomainRepository) - Method in class org.nhindirect.config.resources.TrustBundleResource
Sets the domain repository.
setInternalThisProxy(CertPolicyResource) - Method in class org.nhindirect.config.resources.CertPolicyResource
 
setKeyStoreProtectionMgr(KeyStoreProtectionManager) - Method in class org.nhindirect.config.resources.CertificateResource
 
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.
setRepository(TrustBundleRepository) - Method in class org.nhindirect.config.processor.impl.DefaultBundleCacheUpdateProcessorImpl
Sets the trust bundle repository used to get the last refresh date/time.
setRepository(TrustBundleRepository) - Method in class org.nhindirect.config.processor.impl.DefaultBundleRefreshProcessorImpl
Sets the trust bundle repository for updating the bundle storage medium.
setSettingRepository(SettingRepository) - Method in class org.nhindirect.config.resources.SettingResource
Sets the settings repository.
setTemplate(ProducerTemplate) - Method in class org.nhindirect.config.resources.TrustBundleResource
Sets the producer template.
SettingResource - Class in org.nhindirect.config.resources
Resource for managing settings resources in the configuration service.
SettingResource() - Constructor for class org.nhindirect.config.resources.SettingResource
Constructor
setTrustBundleDomainReltnRepository(TrustBundleDomainReltnRepository) - Method in class org.nhindirect.config.resources.TrustBundleResource
Sets the trustBundleDomainReltn repository.
setTrustBundleRepository(TrustBundleRepository) - Method in class org.nhindirect.config.resources.TrustBundleResource
Sets the trustBundle repository.

T

toEntityAddress(Address, Domain) - 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
Resource for managing address resources in the configuration service.
TrustBundleResource() - Constructor for class org.nhindirect.config.resources.TrustBundleResource
Constructor

U

updateAddress(Address) - Method in class org.nhindirect.config.resources.AddressResource
Updates the attributes of an existing address.
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.
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.
updateGroupAttributes(String, String) - Method in class org.nhindirect.config.resources.CertPolicyResource
Updates the attributes of a policy group.
updatePolicyAttributes(String, CertPolicy) - Method in class org.nhindirect.config.resources.CertPolicyResource
Updates the information of a certificate policy.
updateSetting(String, String) - Method in class org.nhindirect.config.resources.SettingResource
Updates the value of a setting.
updateSigningCert(String, byte[]) - Method in class org.nhindirect.config.resources.TrustBundleResource
Updates the signing certificate of a trust bundle.
A B C D E G H I K N O P R S T U 
Skip navigation links

Copyright © 2019. All Rights Reserved.