| Package | Description |
|---|---|
| org.nhindirect.config.service | |
| org.nhindirect.config.service.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressService.addAddress(java.util.Collection<org.nhindirect.config.store.Address> address)
Add an Address.
|
void |
AnchorService.addAnchors(java.util.Collection<org.nhindirect.config.store.Anchor> anchors)
Add a collection of Anchors.
|
void |
CertificateService.addCertificates(java.util.Collection<org.nhindirect.config.store.Certificate> certs)
Add a Certificate.
|
void |
DNSService.addDNS(java.util.Collection<org.nhindirect.config.store.DNSRecord> records)
Adds multiple new DNS records to the store.
|
void |
DomainService.addDomain(org.nhindirect.config.store.Domain domain)
Add a new Domain.
|
void |
CertificatePolicyService.addPolicy(org.nhindirect.config.store.CertPolicy policy) |
void |
CertificatePolicyService.addPolicyGroup(org.nhindirect.config.store.CertPolicyGroup group) |
void |
CertificatePolicyService.addPolicyUseToGroup(long groupId,
long policyId,
org.nhindirect.config.store.CertPolicyUse policyUse,
boolean incoming,
boolean outgoing) |
void |
SettingService.addSetting(java.lang.String name,
java.lang.String value) |
void |
TrustBundleService.addTrustBundle(org.nhindirect.config.store.TrustBundle bundle)
Adds a trust bundle to the system.
|
void |
CertificatePolicyService.associatePolicyGroupToDomain(long domainId,
long policyGroupId) |
void |
TrustBundleService.associateTrustBundleToDomain(long domainId,
long trustBundleId,
boolean incoming,
boolean outgoing)
Associates a domain to a trust bundle.
|
void |
CertificatePolicyService.deletePolicies(long[] policyIds) |
void |
CertificatePolicyService.deletePolicyGroups(long[] groupIds) |
void |
SettingService.deleteSetting(java.util.Collection<java.lang.String> names) |
void |
TrustBundleService.deleteTrustBundles(long[] trustBundleIds)
Deletes a set of trust bundle from the system.
|
void |
CertificatePolicyService.disassociatePolicyGroupFromDomain(long domainId,
long policyGroupId) |
void |
CertificatePolicyService.disassociatePolicyGroupFromDomains(long policyGroupId) |
void |
CertificatePolicyService.disassociatePolicyGroupsFromDomain(long domainId) |
void |
TrustBundleService.disassociateTrustBundleFromDomain(long domainId,
long trustBundleId)
Dissociates a domain from a trust bundle.
|
void |
TrustBundleService.disassociateTrustBundleFromDomains(long trustBundleId)
Dissociates a trust bundle from all domains.
|
void |
TrustBundleService.disassociateTrustBundlesFromDomain(long domainId)
Dissociates a domain from all trust bundles.
|
java.util.Collection<org.nhindirect.config.store.Address> |
AddressService.getAddress(java.util.Collection<java.lang.String> addressNames,
org.nhindirect.config.store.EntityStatus status)
Get a collection of all Addresses matching the parameters.
|
int |
AddressService.getAddressCount()
Get a count of Addresses.
|
java.util.Collection<org.nhindirect.config.store.Setting> |
SettingService.getAllSettings() |
org.nhindirect.config.store.Anchor |
AnchorService.getAnchor(java.lang.String owner,
java.lang.String thumbprint,
CertificateGetOptions options)
Get an Anchor.
|
java.util.Collection<org.nhindirect.config.store.Anchor> |
AnchorService.getAnchors(java.util.Collection<java.lang.Long> anchorIds,
CertificateGetOptions options)
Get a collection of Anchors.
|
java.util.Collection<org.nhindirect.config.store.Anchor> |
AnchorService.getAnchorsForOwner(java.lang.String owner,
CertificateGetOptions options)
Get a collection of Anchors for an owner.
|
org.nhindirect.config.store.Certificate |
CertificateService.getCertificate(java.lang.String owner,
java.lang.String thumbprint,
CertificateGetOptions options)
Get a Certificate.
|
java.util.Collection<org.nhindirect.config.store.Certificate> |
CertificateService.getCertificates(java.util.Collection<java.lang.Long> certificateIds,
CertificateGetOptions options)
Get a collection of Certificates.
|
java.util.Collection<org.nhindirect.config.store.Certificate> |
CertificateService.getCertificatesForOwner(java.lang.String owner,
CertificateGetOptions options)
Get a collection of Certificates for an owner.
|
java.util.Collection<org.nhindirect.config.store.DNSRecord> |
DNSService.getDNSByName(java.lang.String name)
Gets DNS records by record name.
|
java.util.Collection<org.nhindirect.config.store.DNSRecord> |
DNSService.getDNSByNameAndType(java.lang.String name,
int type)
Gets DNS records by record name and a specific record type.
|
org.nhindirect.config.store.DNSRecord |
DNSService.getDNSByRecordId(long recordId)
Gets a single DNS record for an internal record id.
|
java.util.Collection<org.nhindirect.config.store.DNSRecord> |
DNSService.getDNSByRecordIds(long[] recordIds)
Gets DNS records by the internal record ids.
|
java.util.Collection<org.nhindirect.config.store.DNSRecord> |
DNSService.getDNSByType(int type)
Gets all DNS records or a given type.
|
int |
DNSService.getDNSCount()
Gets the number of records in the DNS store.
|
int |
DomainService.getDomainCount()
Get a count of Domains.
|
java.util.Collection<org.nhindirect.config.store.Domain> |
DomainService.getDomains(java.util.Collection<java.lang.String> domainNames,
org.nhindirect.config.store.EntityStatus status)
Get a collection of all Domains matching the parameters.
|
java.util.Collection<org.nhindirect.config.store.Anchor> |
AnchorService.getIncomingAnchors(java.lang.String owner,
CertificateGetOptions options)
Get a collection of incoming Anchors.
|
java.util.Collection<org.nhindirect.config.store.Anchor> |
AnchorService.getOutgoingAnchors(java.lang.String owner,
CertificateGetOptions options)
Get a collection of outgoing Anchors.
|
java.util.Collection<org.nhindirect.config.store.CertPolicy> |
CertificatePolicyService.getPolicies() |
org.nhindirect.config.store.CertPolicy |
CertificatePolicyService.getPolicyById(long id) |
org.nhindirect.config.store.CertPolicy |
CertificatePolicyService.getPolicyByName(java.lang.String policyName) |
org.nhindirect.config.store.CertPolicyGroup |
CertificatePolicyService.getPolicyGroupById(long id) |
org.nhindirect.config.store.CertPolicyGroup |
CertificatePolicyService.getPolicyGroupByName(java.lang.String policyGroupName) |
java.util.Collection<org.nhindirect.config.store.CertPolicyGroupDomainReltn> |
CertificatePolicyService.getPolicyGroupDomainReltns() |
java.util.Collection<org.nhindirect.config.store.CertPolicyGroup> |
CertificatePolicyService.getPolicyGroups() |
java.util.Collection<org.nhindirect.config.store.CertPolicyGroupDomainReltn> |
CertificatePolicyService.getPolicyGroupsByDomain(long domainId) |
org.nhindirect.config.store.Setting |
SettingService.getSettingByName(java.lang.String name) |
java.util.Collection<org.nhindirect.config.store.Setting> |
SettingService.getSettingsByNames(java.util.Collection<java.lang.String> names) |
org.nhindirect.config.store.TrustBundle |
TrustBundleService.getTrustBundleById(long id)
Gets a specific trust bundle by its internal id.
|
org.nhindirect.config.store.TrustBundle |
TrustBundleService.getTrustBundleByName(java.lang.String bundleName)
Gets a specific trust bundle by name.
|
java.util.Collection<org.nhindirect.config.store.TrustBundle> |
TrustBundleService.getTrustBundles(boolean fetchAnchors)
Gets a collection of all trust bundles in the system
|
java.util.Collection<org.nhindirect.config.store.TrustBundleDomainReltn> |
TrustBundleService.getTrustBundlesByDomain(long domainId,
boolean fetchAnchors)
Gets all trust bundles associated with a domain
|
java.util.Collection<org.nhindirect.config.store.Address> |
AddressService.listAddresss(java.lang.String lastAddressName,
int maxResults)
Return a list of Addresses matching the parameters.
|
java.util.Collection<org.nhindirect.config.store.Anchor> |
AnchorService.listAnchors(java.lang.Long lastAnchorID,
int maxResults,
CertificateGetOptions options)
Get a collection of Anchors.
|
java.util.Collection<org.nhindirect.config.store.Certificate> |
CertificateService.listCertificates(long lastCertificateId,
int maxResults,
CertificateGetOptions options)
Get a collection of Certificates.
|
java.util.Collection<org.nhindirect.config.store.Domain> |
DomainService.listDomains(java.lang.String lastDomainName,
int maxResults)
Return a list of Domains matching the parameters.
|
void |
TrustBundleService.refreshTrustBundle(long id)
Forces an on demand refresh of a trust bundle regardless of its refresh internal.
|
void |
AddressService.removeAddress(java.lang.String addressName)
Remove an Address.
|
void |
AnchorService.removeAnchors(java.util.Collection<java.lang.Long> anchorIds)
Remove an Anchor.
|
void |
AnchorService.removeAnchorsForOwner(java.lang.String owner)
Remove the Anchors for an owner.
|
void |
CertificateService.removeCertificates(java.util.Collection<java.lang.Long> certificateIds)
Remove a Certificate.
|
void |
CertificateService.removeCertificatesForOwner(java.lang.String owner)
Remove the Certificates for an owner.
|
void |
DNSService.removeDNS(java.util.Collection<org.nhindirect.config.store.DNSRecord> records)
Removes DNS records matching the DNS records' name and type.
|
void |
DNSService.removeDNSByRecordId(long recordId)
Removes a single DNS record by an existing internal record id.
|
void |
DNSService.removeDNSByRecordIds(long[] recordIds)
Removes DNS records by existing internal record ids.
|
void |
DomainService.removeDomain(java.lang.String domainName)
Deprecated.
Use of removeDomain(Long domainId) is preferred.
|
void |
DomainService.removeDomainById(java.lang.Long domainId)
Remove a Domain.
|
void |
CertificatePolicyService.removePolicyUseFromGroup(long policyGroupReltnId) |
void |
AnchorService.setAnchorStatusForOwner(java.lang.String owner,
org.nhindirect.config.store.EntityStatus status)
Set an Anchor status for a given owner.
|
void |
CertificateService.setCertificateStatus(java.util.Collection<java.lang.Long> certificateIds,
org.nhindirect.config.store.EntityStatus status)
Set a Certificate status.
|
void |
CertificateService.setCertificateStatusForOwner(java.lang.String owner,
org.nhindirect.config.store.EntityStatus status)
Set the Certificate status for an owner.
|
void |
AddressService.updateAddress(org.nhindirect.config.store.Address address)
Update an Address.
|
void |
DNSService.updateDNS(long recordId,
org.nhindirect.config.store.DNSRecord record)
Update a DNS record for a specific internal id.
|
void |
DomainService.updateDomain(org.nhindirect.config.store.Domain domain)
Update a Domain.
|
void |
CertificatePolicyService.updateGroupAttributes(long id,
java.lang.String groupName) |
void |
TrustBundleService.updateLastUpdateError(long trustBundleId,
java.util.Calendar attemptTime,
org.nhindirect.config.store.BundleRefreshError error)
Updates the last error that occurred when trying to download or refresh the bundle from its URL.
|
void |
CertificatePolicyService.updatePolicyAttributes(long id,
java.lang.String policyName,
org.nhindirect.policy.PolicyLexicon lexicon,
byte[] policyData) |
void |
SettingService.updateSetting(java.lang.String name,
java.lang.String value) |
void |
TrustBundleService.updateTrustBundleAttributes(long trustBundleId,
java.lang.String bundleName,
java.lang.String bundleUrl,
org.nhindirect.config.store.Certificate signingCert,
int refreshInterval)
Updates multiple attributes of a trust bundle.
|
void |
TrustBundleService.updateTrustBundleSigningCertificate(long trustBundleId,
org.nhindirect.config.store.Certificate signingCert)
Updates the signing certificate used to validate the authenticity of a bundle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationServiceImpl.addAddress(java.util.Collection<org.nhindirect.config.store.Address> address) |
void |
AddressServiceImpl.addAddress(java.util.Collection<org.nhindirect.config.store.Address> address) |
void |
ConfigurationServiceImpl.addAnchors(java.util.Collection<org.nhindirect.config.store.Anchor> anchors) |
void |
AnchorServiceImpl.addAnchors(java.util.Collection<org.nhindirect.config.store.Anchor> anchors) |
void |
ConfigurationServiceImpl.addCertificates(java.util.Collection<org.nhindirect.config.store.Certificate> certs) |
void |
CertificateServiceImpl.addCertificates(java.util.Collection<org.nhindirect.config.store.Certificate> certs) |
void |
DNSServiceImpl.addDNS(java.util.Collection<org.nhindirect.config.store.DNSRecord> records)
Adds multiple new DNS records to the store.
|
void |
ConfigurationServiceImpl.addDNS(java.util.Collection<org.nhindirect.config.store.DNSRecord> records)
Adds multiple new DNS records to the store.
|
void |
DomainServiceImpl.addDomain(org.nhindirect.config.store.Domain domain) |
void |
ConfigurationServiceImpl.addDomain(org.nhindirect.config.store.Domain domain) |
void |
ConfigurationServiceImpl.addPolicy(org.nhindirect.config.store.CertPolicy policy) |
void |
CertificatePolicyServiceImpl.addPolicy(org.nhindirect.config.store.CertPolicy policy) |
void |
ConfigurationServiceImpl.addPolicyGroup(org.nhindirect.config.store.CertPolicyGroup group) |
void |
CertificatePolicyServiceImpl.addPolicyGroup(org.nhindirect.config.store.CertPolicyGroup group) |
void |
ConfigurationServiceImpl.addPolicyUseToGroup(long groupId,
long policyId,
org.nhindirect.config.store.CertPolicyUse policyUse,
boolean incoming,
boolean outgoing) |
void |
CertificatePolicyServiceImpl.addPolicyUseToGroup(long groupId,
long policyId,
org.nhindirect.config.store.CertPolicyUse policyUse,
boolean incoming,
boolean outgoing) |
void |
SettingServiceImpl.addSetting(java.lang.String name,
java.lang.String value) |
void |
ConfigurationServiceImpl.addSetting(java.lang.String name,
java.lang.String value) |
void |
TrustBundleServiceImpl.addTrustBundle(org.nhindirect.config.store.TrustBundle bundle)
Adds a trust bundle to the system.
|
void |
ConfigurationServiceImpl.addTrustBundle(org.nhindirect.config.store.TrustBundle bundle)
Adds a trust bundle to the system.
|
void |
ConfigurationServiceImpl.associatePolicyGroupToDomain(long domainId,
long policyGroupId) |
void |
CertificatePolicyServiceImpl.associatePolicyGroupToDomain(long domainId,
long policyGroupId) |
void |
TrustBundleServiceImpl.associateTrustBundleToDomain(long domainId,
long trustBundleId,
boolean incoming,
boolean outgoing)
Associates a domain to a trust bundle.
|
void |
ConfigurationServiceImpl.associateTrustBundleToDomain(long domainId,
long trustBundleId,
boolean incoming,
boolean outgoing)
Associates a domain to a trust bundle.
|
void |
ConfigurationServiceImpl.deletePolicies(long[] policyIds) |
void |
CertificatePolicyServiceImpl.deletePolicies(long[] policyIds) |
void |
ConfigurationServiceImpl.deletePolicyGroups(long[] groupIds) |
void |
CertificatePolicyServiceImpl.deletePolicyGroups(long[] groupIds) |
void |
SettingServiceImpl.deleteSetting(java.util.Collection<java.lang.String> names) |
void |
ConfigurationServiceImpl.deleteSetting(java.util.Collection<java.lang.String> names) |
void |
TrustBundleServiceImpl.deleteTrustBundles(long[] trustBundleIds)
Deletes a set of trust bundle from the system.
|
void |
ConfigurationServiceImpl.deleteTrustBundles(long[] trustBundleIds)
Deletes a set of trust bundle from the system.
|
void |
ConfigurationServiceImpl.disassociatePolicyGroupFromDomain(long domainId,
long policyGroupId) |
void |
CertificatePolicyServiceImpl.disassociatePolicyGroupFromDomain(long domainId,
long policyGroupId) |
void |
ConfigurationServiceImpl.disassociatePolicyGroupFromDomains(long policyGroupId) |
void |
CertificatePolicyServiceImpl.disassociatePolicyGroupFromDomains(long policyGroupId) |
void |
ConfigurationServiceImpl.disassociatePolicyGroupsFromDomain(long domainId) |
void |
CertificatePolicyServiceImpl.disassociatePolicyGroupsFromDomain(long domainId) |
void |
TrustBundleServiceImpl.disassociateTrustBundleFromDomain(long domainId,
long trustBundleId)
Dissociates a domain from a trust bundle.
|
void |
ConfigurationServiceImpl.disassociateTrustBundleFromDomain(long domainId,
long trustBundleId)
Dissociates a domain from a trust bundle.
|
void |
TrustBundleServiceImpl.disassociateTrustBundleFromDomains(long trustBundleId)
Dissociates a trust bundle from all domains.
|
void |
ConfigurationServiceImpl.disassociateTrustBundleFromDomains(long trustBundleId)
Dissociates a trust bundle from all domains.
|
void |
TrustBundleServiceImpl.disassociateTrustBundlesFromDomain(long domainId)
Dissociates a domain from all trust bundles.
|
void |
ConfigurationServiceImpl.disassociateTrustBundlesFromDomain(long domainId)
Dissociates a domain from all trust bundles.
|
java.util.Collection<org.nhindirect.config.store.Address> |
ConfigurationServiceImpl.getAddress(java.util.Collection<java.lang.String> addressNames,
org.nhindirect.config.store.EntityStatus status) |
java.util.Collection<org.nhindirect.config.store.Address> |
AddressServiceImpl.getAddress(java.util.Collection<java.lang.String> addressNames,
org.nhindirect.config.store.EntityStatus status) |
int |
ConfigurationServiceImpl.getAddressCount() |
int |
AddressServiceImpl.getAddressCount() |
java.util.Collection<org.nhindirect.config.store.Setting> |
SettingServiceImpl.getAllSettings() |
java.util.Collection<org.nhindirect.config.store.Setting> |
ConfigurationServiceImpl.getAllSettings() |
org.nhindirect.config.store.Anchor |
ConfigurationServiceImpl.getAnchor(java.lang.String owner,
java.lang.String thumbprint,
CertificateGetOptions options) |
org.nhindirect.config.store.Anchor |
AnchorServiceImpl.getAnchor(java.lang.String owner,
java.lang.String thumbprint,
CertificateGetOptions options) |
java.util.Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.getAnchors(java.util.Collection<java.lang.Long> anchorIds,
CertificateGetOptions options) |
java.util.Collection<org.nhindirect.config.store.Anchor> |
AnchorServiceImpl.getAnchors(java.util.Collection<java.lang.Long> anchorIds,
CertificateGetOptions options) |
java.util.Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.getAnchorsForOwner(java.lang.String owner,
CertificateGetOptions options) |
java.util.Collection<org.nhindirect.config.store.Anchor> |
AnchorServiceImpl.getAnchorsForOwner(java.lang.String owner,
CertificateGetOptions options) |
org.nhindirect.config.store.Certificate |
ConfigurationServiceImpl.getCertificate(java.lang.String owner,
java.lang.String thumbprint,
CertificateGetOptions options) |
org.nhindirect.config.store.Certificate |
CertificateServiceImpl.getCertificate(java.lang.String owner,
java.lang.String thumbprint,
CertificateGetOptions options) |
java.util.Collection<org.nhindirect.config.store.Certificate> |
ConfigurationServiceImpl.getCertificates(java.util.Collection<java.lang.Long> certIds,
CertificateGetOptions options) |
java.util.Collection<org.nhindirect.config.store.Certificate> |
CertificateServiceImpl.getCertificates(java.util.Collection<java.lang.Long> certIds,
CertificateGetOptions options) |
java.util.Collection<org.nhindirect.config.store.Certificate> |
ConfigurationServiceImpl.getCertificatesForOwner(java.lang.String owner,
CertificateGetOptions options) |
java.util.Collection<org.nhindirect.config.store.Certificate> |
CertificateServiceImpl.getCertificatesForOwner(java.lang.String owner,
CertificateGetOptions options) |
java.util.Collection<org.nhindirect.config.store.DNSRecord> |
DNSServiceImpl.getDNSByName(java.lang.String name)
Gets DNS records by record name.
|
java.util.Collection<org.nhindirect.config.store.DNSRecord> |
ConfigurationServiceImpl.getDNSByName(java.lang.String name)
Gets DNS records by record name.
|
java.util.Collection<org.nhindirect.config.store.DNSRecord> |
DNSServiceImpl.getDNSByNameAndType(java.lang.String name,
int type)
Gets DNS records by record name and a specific record type.
|
java.util.Collection<org.nhindirect.config.store.DNSRecord> |
ConfigurationServiceImpl.getDNSByNameAndType(java.lang.String name,
int type)
Gets DNS records by record name and a specific record type.
|
org.nhindirect.config.store.DNSRecord |
DNSServiceImpl.getDNSByRecordId(long recordId)
Gets a single DNS record for an internal record id.
|
org.nhindirect.config.store.DNSRecord |
ConfigurationServiceImpl.getDNSByRecordId(long recordId)
Gets a single DNS record for an internal record id.
|
java.util.Collection<org.nhindirect.config.store.DNSRecord> |
DNSServiceImpl.getDNSByRecordIds(long[] recordIds)
Gets DNS records by the internal record ids.
|
java.util.Collection<org.nhindirect.config.store.DNSRecord> |
ConfigurationServiceImpl.getDNSByRecordIds(long[] recordIds)
Gets DNS records by the internal record ids.
|
java.util.Collection<org.nhindirect.config.store.DNSRecord> |
DNSServiceImpl.getDNSByType(int type)
Gets all DNS records or a given type.
|
java.util.Collection<org.nhindirect.config.store.DNSRecord> |
ConfigurationServiceImpl.getDNSByType(int type)
Gets all DNS records or a given type.
|
int |
DNSServiceImpl.getDNSCount()
Gets the number of records in the DNS store.
|
int |
ConfigurationServiceImpl.getDNSCount()
Gets the number of records in the DNS store.
|
int |
DomainServiceImpl.getDomainCount() |
int |
ConfigurationServiceImpl.getDomainCount() |
java.util.Collection<org.nhindirect.config.store.Domain> |
DomainServiceImpl.getDomains(java.util.Collection<java.lang.String> domainNames,
org.nhindirect.config.store.EntityStatus status) |
java.util.Collection<org.nhindirect.config.store.Domain> |
ConfigurationServiceImpl.getDomains(java.util.Collection<java.lang.String> domainNames,
org.nhindirect.config.store.EntityStatus status) |
java.util.Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.getIncomingAnchors(java.lang.String owner,
CertificateGetOptions options) |
java.util.Collection<org.nhindirect.config.store.Anchor> |
AnchorServiceImpl.getIncomingAnchors(java.lang.String owner,
CertificateGetOptions options) |
java.util.Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.getOutgoingAnchors(java.lang.String owner,
CertificateGetOptions options) |
java.util.Collection<org.nhindirect.config.store.Anchor> |
AnchorServiceImpl.getOutgoingAnchors(java.lang.String owner,
CertificateGetOptions options) |
java.util.Collection<org.nhindirect.config.store.CertPolicy> |
ConfigurationServiceImpl.getPolicies() |
java.util.Collection<org.nhindirect.config.store.CertPolicy> |
CertificatePolicyServiceImpl.getPolicies() |
org.nhindirect.config.store.CertPolicy |
ConfigurationServiceImpl.getPolicyById(long id) |
org.nhindirect.config.store.CertPolicy |
CertificatePolicyServiceImpl.getPolicyById(long id) |
org.nhindirect.config.store.CertPolicy |
ConfigurationServiceImpl.getPolicyByName(java.lang.String policyName) |
org.nhindirect.config.store.CertPolicy |
CertificatePolicyServiceImpl.getPolicyByName(java.lang.String policyName) |
org.nhindirect.config.store.CertPolicyGroup |
ConfigurationServiceImpl.getPolicyGroupById(long id) |
org.nhindirect.config.store.CertPolicyGroup |
CertificatePolicyServiceImpl.getPolicyGroupById(long id) |
org.nhindirect.config.store.CertPolicyGroup |
ConfigurationServiceImpl.getPolicyGroupByName(java.lang.String policyGroupName) |
org.nhindirect.config.store.CertPolicyGroup |
CertificatePolicyServiceImpl.getPolicyGroupByName(java.lang.String policyGroupName) |
java.util.Collection<org.nhindirect.config.store.CertPolicyGroupDomainReltn> |
ConfigurationServiceImpl.getPolicyGroupDomainReltns() |
java.util.Collection<org.nhindirect.config.store.CertPolicyGroupDomainReltn> |
CertificatePolicyServiceImpl.getPolicyGroupDomainReltns() |
java.util.Collection<org.nhindirect.config.store.CertPolicyGroup> |
ConfigurationServiceImpl.getPolicyGroups() |
java.util.Collection<org.nhindirect.config.store.CertPolicyGroup> |
CertificatePolicyServiceImpl.getPolicyGroups() |
java.util.Collection<org.nhindirect.config.store.CertPolicyGroupDomainReltn> |
ConfigurationServiceImpl.getPolicyGroupsByDomain(long domainId) |
java.util.Collection<org.nhindirect.config.store.CertPolicyGroupDomainReltn> |
CertificatePolicyServiceImpl.getPolicyGroupsByDomain(long domainId) |
org.nhindirect.config.store.Setting |
SettingServiceImpl.getSettingByName(java.lang.String name) |
org.nhindirect.config.store.Setting |
ConfigurationServiceImpl.getSettingByName(java.lang.String name) |
java.util.Collection<org.nhindirect.config.store.Setting> |
SettingServiceImpl.getSettingsByNames(java.util.Collection<java.lang.String> names) |
java.util.Collection<org.nhindirect.config.store.Setting> |
ConfigurationServiceImpl.getSettingsByNames(java.util.Collection<java.lang.String> names) |
org.nhindirect.config.store.TrustBundle |
TrustBundleServiceImpl.getTrustBundleById(long id)
Gets a specific trust bundle by its internal id.
|
org.nhindirect.config.store.TrustBundle |
ConfigurationServiceImpl.getTrustBundleById(long id)
Gets a specific trust bundle by its internal id.
|
org.nhindirect.config.store.TrustBundle |
TrustBundleServiceImpl.getTrustBundleByName(java.lang.String bundleName)
Gets a specific trust bundle by name.
|
org.nhindirect.config.store.TrustBundle |
ConfigurationServiceImpl.getTrustBundleByName(java.lang.String bundleName)
Gets a specific trust bundle by name.
|
java.util.Collection<org.nhindirect.config.store.TrustBundle> |
TrustBundleServiceImpl.getTrustBundles(boolean fetchAnchors)
Gets a collection of all trust bundles in the system
|
java.util.Collection<org.nhindirect.config.store.TrustBundle> |
ConfigurationServiceImpl.getTrustBundles(boolean fetchAnchors)
Gets a collection of all trust bundles in the system
|
java.util.Collection<org.nhindirect.config.store.TrustBundleDomainReltn> |
TrustBundleServiceImpl.getTrustBundlesByDomain(long domainId,
boolean fetchAnchors)
Gets all trust bundles associated with a domain
|
java.util.Collection<org.nhindirect.config.store.TrustBundleDomainReltn> |
ConfigurationServiceImpl.getTrustBundlesByDomain(long domainId,
boolean fetchAnchors)
Gets all trust bundles associated with a domain
|
java.util.Collection<org.nhindirect.config.store.Address> |
ConfigurationServiceImpl.listAddresss(java.lang.String lastAddressName,
int maxResults) |
java.util.Collection<org.nhindirect.config.store.Address> |
AddressServiceImpl.listAddresss(java.lang.String lastAddressName,
int maxResults) |
java.util.Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.listAnchors(java.lang.Long lastAnchorID,
int maxResults,
CertificateGetOptions options) |
java.util.Collection<org.nhindirect.config.store.Anchor> |
AnchorServiceImpl.listAnchors(java.lang.Long lastAnchorID,
int maxResults,
CertificateGetOptions options) |
java.util.Collection<org.nhindirect.config.store.Certificate> |
ConfigurationServiceImpl.listCertificates(long lastCertificateId,
int maxResults,
CertificateGetOptions options) |
java.util.Collection<org.nhindirect.config.store.Certificate> |
CertificateServiceImpl.listCertificates(long lastCertificateID,
int maxResults,
CertificateGetOptions options) |
java.util.Collection<org.nhindirect.config.store.Domain> |
DomainServiceImpl.listDomains(java.lang.String lastDomainName,
int maxResults) |
java.util.Collection<org.nhindirect.config.store.Domain> |
ConfigurationServiceImpl.listDomains(java.lang.String lastDomainName,
int maxResults) |
void |
TrustBundleServiceImpl.refreshTrustBundle(long id)
Forces an on demand refresh of a trust bundle regardless of its refresh internal.
|
void |
ConfigurationServiceImpl.refreshTrustBundle(long id)
Forces an on demand refresh of a trust bundle regardless of its refresh internal.
|
void |
ConfigurationServiceImpl.removeAddress(java.lang.String addressName) |
void |
AddressServiceImpl.removeAddress(java.lang.String addressName) |
void |
ConfigurationServiceImpl.removeAnchors(java.util.Collection<java.lang.Long> anchorIds) |
void |
AnchorServiceImpl.removeAnchors(java.util.Collection<java.lang.Long> anchorIds) |
void |
ConfigurationServiceImpl.removeAnchorsForOwner(java.lang.String owner) |
void |
AnchorServiceImpl.removeAnchorsForOwner(java.lang.String owner) |
void |
ConfigurationServiceImpl.removeCertificates(java.util.Collection<java.lang.Long> certificateIds) |
void |
CertificateServiceImpl.removeCertificates(java.util.Collection<java.lang.Long> certificateIds) |
void |
ConfigurationServiceImpl.removeCertificatesForOwner(java.lang.String owner) |
void |
CertificateServiceImpl.removeCertificatesForOwner(java.lang.String owner) |
void |
DNSServiceImpl.removeDNS(java.util.Collection<org.nhindirect.config.store.DNSRecord> records)
Removes DNS records matching the DNS records' name and type.
|
void |
ConfigurationServiceImpl.removeDNS(java.util.Collection<org.nhindirect.config.store.DNSRecord> records)
Removes DNS records matching the DNS records' name and type.
|
void |
DNSServiceImpl.removeDNSByRecordId(long recordId)
Removes a single DNS record by an existing internal record id.
|
void |
ConfigurationServiceImpl.removeDNSByRecordId(long recordId) |
void |
DNSServiceImpl.removeDNSByRecordIds(long[] recordIds)
Removes DNS records by existing internal record ids.
|
void |
ConfigurationServiceImpl.removeDNSByRecordIds(long[] recordIds)
Removes DNS records by existing internal record ids.
|
void |
DomainServiceImpl.removeDomain(java.lang.String domainName) |
void |
ConfigurationServiceImpl.removeDomain(java.lang.String domainName)
Deprecated.
|
void |
DomainServiceImpl.removeDomainById(java.lang.Long domainId) |
void |
ConfigurationServiceImpl.removeDomainById(java.lang.Long domainId) |
void |
ConfigurationServiceImpl.removePolicyUseFromGroup(long policyGroupReltnId) |
void |
CertificatePolicyServiceImpl.removePolicyUseFromGroup(long policyGroupReltnId) |
void |
ConfigurationServiceImpl.setAnchorStatusForOwner(java.lang.String owner,
org.nhindirect.config.store.EntityStatus status) |
void |
AnchorServiceImpl.setAnchorStatusForOwner(java.lang.String owner,
org.nhindirect.config.store.EntityStatus status) |
void |
ConfigurationServiceImpl.setCertificateStatus(java.util.Collection<java.lang.Long> certificateIds,
org.nhindirect.config.store.EntityStatus status) |
void |
CertificateServiceImpl.setCertificateStatus(java.util.Collection<java.lang.Long> certificateIDs,
org.nhindirect.config.store.EntityStatus status) |
void |
ConfigurationServiceImpl.setCertificateStatusForOwner(java.lang.String owner,
org.nhindirect.config.store.EntityStatus status) |
void |
CertificateServiceImpl.setCertificateStatusForOwner(java.lang.String owner,
org.nhindirect.config.store.EntityStatus status) |
void |
ConfigurationServiceImpl.updateAddress(org.nhindirect.config.store.Address address) |
void |
AddressServiceImpl.updateAddress(org.nhindirect.config.store.Address address) |
void |
DNSServiceImpl.updateDNS(long recordId,
org.nhindirect.config.store.DNSRecord record)
Update a DNS record for a specific internal id.
|
void |
ConfigurationServiceImpl.updateDNS(long recordId,
org.nhindirect.config.store.DNSRecord record)
Update a DNS record for a specific internal id.
|
void |
DomainServiceImpl.updateDomain(org.nhindirect.config.store.Domain domain) |
void |
ConfigurationServiceImpl.updateDomain(org.nhindirect.config.store.Domain domain) |
void |
ConfigurationServiceImpl.updateGroupAttributes(long id,
java.lang.String groupName) |
void |
CertificatePolicyServiceImpl.updateGroupAttributes(long id,
java.lang.String groupName) |
void |
TrustBundleServiceImpl.updateLastUpdateError(long trustBundleId,
java.util.Calendar attemptTime,
org.nhindirect.config.store.BundleRefreshError error)
Updates the last error that occurred when trying to download or refresh the bundle from its URL.
|
void |
ConfigurationServiceImpl.updateLastUpdateError(long trustBundleId,
java.util.Calendar attemptTime,
org.nhindirect.config.store.BundleRefreshError error)
Updates the last error that occurred when trying to download or refresh the bundle from its URL.
|
void |
ConfigurationServiceImpl.updatePolicyAttributes(long id,
java.lang.String policyName,
org.nhindirect.policy.PolicyLexicon lexicon,
byte[] policyData) |
void |
CertificatePolicyServiceImpl.updatePolicyAttributes(long id,
java.lang.String policyName,
org.nhindirect.policy.PolicyLexicon lexicon,
byte[] policyData) |
void |
SettingServiceImpl.updateSetting(java.lang.String name,
java.lang.String value) |
void |
ConfigurationServiceImpl.updateSetting(java.lang.String name,
java.lang.String value) |
void |
TrustBundleServiceImpl.updateTrustBundleAttributes(long trustBundleId,
java.lang.String bundleName,
java.lang.String bundleUrl,
org.nhindirect.config.store.Certificate signingCert,
int refreshInterval)
Updates multiple attributes of a trust bundle.
|
void |
ConfigurationServiceImpl.updateTrustBundleAttributes(long trustBundleId,
java.lang.String bundleName,
java.lang.String bundleUrl,
org.nhindirect.config.store.Certificate signingCert,
int refreshInterval) |
void |
TrustBundleServiceImpl.updateTrustBundleSigningCertificate(long trustBundleId,
org.nhindirect.config.store.Certificate signingCert)
Updates the signing certificate used to validate the authenticity of a bundle.
|
void |
ConfigurationServiceImpl.updateTrustBundleSigningCertificate(long trustBundleId,
org.nhindirect.config.store.Certificate signingCert)
Updates the signing certificate used to validate the authenticity of a bundle.
|
Copyright © 2018. All Rights Reserved.