|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationServiceException | |
|---|---|
| org.nhindirect.config.service | |
| org.nhindirect.config.service.impl | |
| Uses of ConfigurationServiceException in org.nhindirect.config.service |
|---|
| Methods in org.nhindirect.config.service that throw ConfigurationServiceException | |
|---|---|
void |
AddressService.addAddress(Collection<org.nhindirect.config.store.Address> address)
Add an Address. |
void |
AnchorService.addAnchors(Collection<org.nhindirect.config.store.Anchor> anchors)
Add a collection of Anchors. |
void |
CertificateService.addCertificates(Collection<org.nhindirect.config.store.Certificate> certs)
Add a Certificate. |
void |
DNSService.addDNS(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 |
SettingService.addSetting(String name,
String value)
|
void |
TrustBundleService.addTrustBundle(org.nhindirect.config.store.TrustBundle bundle)
Adds a trust bundle to the system. |
void |
TrustBundleService.associateTrustBundleToDomain(long domainId,
long trustBundleId,
boolean incoming,
boolean outgoing)
Associates a domain to a trust bundle. |
void |
SettingService.deleteSetting(Collection<String> names)
|
void |
TrustBundleService.deleteTrustBundles(long[] trustBundleIds)
Deletes a set of trust bundle from the system. |
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. |
Collection<org.nhindirect.config.store.Address> |
AddressService.getAddress(Collection<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. |
Collection<org.nhindirect.config.store.Setting> |
SettingService.getAllSettings()
|
org.nhindirect.config.store.Anchor |
AnchorService.getAnchor(String owner,
String thumbprint,
CertificateGetOptions options)
Get an Anchor. |
Collection<org.nhindirect.config.store.Anchor> |
AnchorService.getAnchors(Collection<Long> anchorIds,
CertificateGetOptions options)
Get a collection of Anchors. |
Collection<org.nhindirect.config.store.Anchor> |
AnchorService.getAnchorsForOwner(String owner,
CertificateGetOptions options)
Get a collection of Anchors for an owner. |
org.nhindirect.config.store.Certificate |
CertificateService.getCertificate(String owner,
String thumbprint,
CertificateGetOptions options)
Get a Certificate. |
Collection<org.nhindirect.config.store.Certificate> |
CertificateService.getCertificates(Collection<Long> certificateIds,
CertificateGetOptions options)
Get a collection of Certificates. |
Collection<org.nhindirect.config.store.Certificate> |
CertificateService.getCertificatesForOwner(String owner,
CertificateGetOptions options)
Get a collection of Certificates for an owner. |
Collection<org.nhindirect.config.store.DNSRecord> |
DNSService.getDNSByName(String name)
Gets DNS records by record name. |
Collection<org.nhindirect.config.store.DNSRecord> |
DNSService.getDNSByNameAndType(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. |
Collection<org.nhindirect.config.store.DNSRecord> |
DNSService.getDNSByRecordIds(long[] recordIds)
Gets DNS records by the internal record ids. |
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. |
Collection<org.nhindirect.config.store.Domain> |
DomainService.getDomains(Collection<String> domainNames,
org.nhindirect.config.store.EntityStatus status)
Get a collection of all Domains matching the parameters. |
Collection<org.nhindirect.config.store.Anchor> |
AnchorService.getIncomingAnchors(String owner,
CertificateGetOptions options)
Get a collection of incoming Anchors. |
Collection<org.nhindirect.config.store.Anchor> |
AnchorService.getOutgoingAnchors(String owner,
CertificateGetOptions options)
Get a collection of outgoing Anchors. |
org.nhindirect.config.store.Setting |
SettingService.getSettingByName(String name)
|
Collection<org.nhindirect.config.store.Setting> |
SettingService.getSettingsByNames(Collection<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(String bundleName)
Gets a specific trust bundle by name. |
Collection<org.nhindirect.config.store.TrustBundle> |
TrustBundleService.getTrustBundles(boolean fetchAnchors)
Gets a collection of all trust bundles in the system |
Collection<org.nhindirect.config.store.TrustBundleDomainReltn> |
TrustBundleService.getTrustBundlesByDomain(long domainId,
boolean fetchAnchors)
Gets all trust bundles associated with a domain |
Collection<org.nhindirect.config.store.Address> |
AddressService.listAddresss(String lastAddressName,
int maxResults)
Return a list of Addresses matching the parameters. |
Collection<org.nhindirect.config.store.Anchor> |
AnchorService.listAnchors(Long lastAnchorID,
int maxResults,
CertificateGetOptions options)
Get a collection of Anchors. |
Collection<org.nhindirect.config.store.Certificate> |
CertificateService.listCertificates(long lastCertificateId,
int maxResults,
CertificateGetOptions options)
Get a collection of Certificates. |
Collection<org.nhindirect.config.store.Domain> |
DomainService.listDomains(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(String addressName)
Remove an Address. |
void |
AnchorService.removeAnchors(Collection<Long> anchorIds)
Remove an Anchor. |
void |
AnchorService.removeAnchorsForOwner(String owner)
Remove the Anchors for an owner. |
void |
CertificateService.removeCertificates(Collection<Long> certificateIds)
Remove a Certificate. |
void |
CertificateService.removeCertificatesForOwner(String owner)
Remove the Certificates for an owner. |
void |
DNSService.removeDNS(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(String domainName)
Deprecated. Use of removeDomain(Long domainId) is preferred. |
void |
DomainService.removeDomainById(Long domainId)
Remove a Domain. |
void |
AnchorService.setAnchorStatusForOwner(String owner,
org.nhindirect.config.store.EntityStatus status)
Set an Anchor status for a given owner. |
void |
CertificateService.setCertificateStatus(Collection<Long> certificateIds,
org.nhindirect.config.store.EntityStatus status)
Set a Certificate status. |
void |
CertificateService.setCertificateStatusForOwner(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 |
TrustBundleService.updateLastUpdateError(long trustBundleId,
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 |
SettingService.updateSetting(String name,
String value)
|
void |
TrustBundleService.updateTrustBundleSigningCertificate(long trustBundleId,
org.nhindirect.config.store.Certificate signingCert)
Updates the signing certificate used to validate the authenticity of a bundle. |
| Uses of ConfigurationServiceException in org.nhindirect.config.service.impl |
|---|
| Methods in org.nhindirect.config.service.impl that throw ConfigurationServiceException | |
|---|---|
void |
ConfigurationServiceImpl.addAddress(Collection<org.nhindirect.config.store.Address> address)
|
void |
AddressServiceImpl.addAddress(Collection<org.nhindirect.config.store.Address> address)
|
void |
ConfigurationServiceImpl.addAnchors(Collection<org.nhindirect.config.store.Anchor> anchors)
|
void |
AnchorServiceImpl.addAnchors(Collection<org.nhindirect.config.store.Anchor> anchors)
|
void |
ConfigurationServiceImpl.addCertificates(Collection<org.nhindirect.config.store.Certificate> certs)
|
void |
CertificateServiceImpl.addCertificates(Collection<org.nhindirect.config.store.Certificate> certs)
|
void |
DNSServiceImpl.addDNS(Collection<org.nhindirect.config.store.DNSRecord> records)
Adds multiple new DNS records to the store. |
void |
ConfigurationServiceImpl.addDNS(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 |
SettingServiceImpl.addSetting(String name,
String value)
|
void |
ConfigurationServiceImpl.addSetting(String name,
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 |
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 |
SettingServiceImpl.deleteSetting(Collection<String> names)
|
void |
ConfigurationServiceImpl.deleteSetting(Collection<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 |
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. |
Collection<org.nhindirect.config.store.Address> |
ConfigurationServiceImpl.getAddress(Collection<String> addressNames,
org.nhindirect.config.store.EntityStatus status)
|
Collection<org.nhindirect.config.store.Address> |
AddressServiceImpl.getAddress(Collection<String> addressNames,
org.nhindirect.config.store.EntityStatus status)
|
int |
ConfigurationServiceImpl.getAddressCount()
|
int |
AddressServiceImpl.getAddressCount()
|
Collection<org.nhindirect.config.store.Setting> |
SettingServiceImpl.getAllSettings()
|
Collection<org.nhindirect.config.store.Setting> |
ConfigurationServiceImpl.getAllSettings()
|
org.nhindirect.config.store.Anchor |
ConfigurationServiceImpl.getAnchor(String owner,
String thumbprint,
CertificateGetOptions options)
|
org.nhindirect.config.store.Anchor |
AnchorServiceImpl.getAnchor(String owner,
String thumbprint,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.getAnchors(Collection<Long> anchorIds,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Anchor> |
AnchorServiceImpl.getAnchors(Collection<Long> anchorIds,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.getAnchorsForOwner(String owner,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Anchor> |
AnchorServiceImpl.getAnchorsForOwner(String owner,
CertificateGetOptions options)
|
org.nhindirect.config.store.Certificate |
ConfigurationServiceImpl.getCertificate(String owner,
String thumbprint,
CertificateGetOptions options)
|
org.nhindirect.config.store.Certificate |
CertificateServiceImpl.getCertificate(String owner,
String thumbprint,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Certificate> |
ConfigurationServiceImpl.getCertificates(Collection<Long> certIds,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Certificate> |
CertificateServiceImpl.getCertificates(Collection<Long> certIds,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Certificate> |
ConfigurationServiceImpl.getCertificatesForOwner(String owner,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Certificate> |
CertificateServiceImpl.getCertificatesForOwner(String owner,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.DNSRecord> |
DNSServiceImpl.getDNSByName(String name)
Gets DNS records by record name. |
Collection<org.nhindirect.config.store.DNSRecord> |
ConfigurationServiceImpl.getDNSByName(String name)
Gets DNS records by record name. |
Collection<org.nhindirect.config.store.DNSRecord> |
DNSServiceImpl.getDNSByNameAndType(String name,
int type)
Gets DNS records by record name and a specific record type. |
Collection<org.nhindirect.config.store.DNSRecord> |
ConfigurationServiceImpl.getDNSByNameAndType(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. |
Collection<org.nhindirect.config.store.DNSRecord> |
DNSServiceImpl.getDNSByRecordIds(long[] recordIds)
Gets DNS records by the internal record ids. |
Collection<org.nhindirect.config.store.DNSRecord> |
ConfigurationServiceImpl.getDNSByRecordIds(long[] recordIds)
Gets DNS records by the internal record ids. |
Collection<org.nhindirect.config.store.DNSRecord> |
DNSServiceImpl.getDNSByType(int type)
Gets all DNS records or a given type. |
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()
|
Collection<org.nhindirect.config.store.Domain> |
DomainServiceImpl.getDomains(Collection<String> domainNames,
org.nhindirect.config.store.EntityStatus status)
|
Collection<org.nhindirect.config.store.Domain> |
ConfigurationServiceImpl.getDomains(Collection<String> domainNames,
org.nhindirect.config.store.EntityStatus status)
|
Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.getIncomingAnchors(String owner,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Anchor> |
AnchorServiceImpl.getIncomingAnchors(String owner,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.getOutgoingAnchors(String owner,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Anchor> |
AnchorServiceImpl.getOutgoingAnchors(String owner,
CertificateGetOptions options)
|
org.nhindirect.config.store.Setting |
SettingServiceImpl.getSettingByName(String name)
|
org.nhindirect.config.store.Setting |
ConfigurationServiceImpl.getSettingByName(String name)
|
Collection<org.nhindirect.config.store.Setting> |
SettingServiceImpl.getSettingsByNames(Collection<String> names)
|
Collection<org.nhindirect.config.store.Setting> |
ConfigurationServiceImpl.getSettingsByNames(Collection<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(String bundleName)
Gets a specific trust bundle by name. |
org.nhindirect.config.store.TrustBundle |
ConfigurationServiceImpl.getTrustBundleByName(String bundleName)
Gets a specific trust bundle by name. |
Collection<org.nhindirect.config.store.TrustBundle> |
TrustBundleServiceImpl.getTrustBundles(boolean fetchAnchors)
Gets a collection of all trust bundles in the system |
Collection<org.nhindirect.config.store.TrustBundle> |
ConfigurationServiceImpl.getTrustBundles(boolean fetchAnchors)
Gets a collection of all trust bundles in the system |
Collection<org.nhindirect.config.store.TrustBundleDomainReltn> |
TrustBundleServiceImpl.getTrustBundlesByDomain(long domainId,
boolean fetchAnchors)
Gets all trust bundles associated with a domain |
Collection<org.nhindirect.config.store.TrustBundleDomainReltn> |
ConfigurationServiceImpl.getTrustBundlesByDomain(long domainId,
boolean fetchAnchors)
Gets all trust bundles associated with a domain |
Collection<org.nhindirect.config.store.Address> |
ConfigurationServiceImpl.listAddresss(String lastAddressName,
int maxResults)
|
Collection<org.nhindirect.config.store.Address> |
AddressServiceImpl.listAddresss(String lastAddressName,
int maxResults)
|
Collection<org.nhindirect.config.store.Anchor> |
ConfigurationServiceImpl.listAnchors(Long lastAnchorID,
int maxResults,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Anchor> |
AnchorServiceImpl.listAnchors(Long lastAnchorID,
int maxResults,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Certificate> |
ConfigurationServiceImpl.listCertificates(long lastCertificateId,
int maxResults,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Certificate> |
CertificateServiceImpl.listCertificates(long lastCertificateID,
int maxResults,
CertificateGetOptions options)
|
Collection<org.nhindirect.config.store.Domain> |
DomainServiceImpl.listDomains(String lastDomainName,
int maxResults)
|
Collection<org.nhindirect.config.store.Domain> |
ConfigurationServiceImpl.listDomains(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(String addressName)
|
void |
AddressServiceImpl.removeAddress(String addressName)
|
void |
ConfigurationServiceImpl.removeAnchors(Collection<Long> anchorIds)
|
void |
AnchorServiceImpl.removeAnchors(Collection<Long> anchorIds)
|
void |
ConfigurationServiceImpl.removeAnchorsForOwner(String owner)
|
void |
AnchorServiceImpl.removeAnchorsForOwner(String owner)
|
void |
ConfigurationServiceImpl.removeCertificates(Collection<Long> certificateIds)
|
void |
CertificateServiceImpl.removeCertificates(Collection<Long> certificateIds)
|
void |
ConfigurationServiceImpl.removeCertificatesForOwner(String owner)
|
void |
CertificateServiceImpl.removeCertificatesForOwner(String owner)
|
void |
DNSServiceImpl.removeDNS(Collection<org.nhindirect.config.store.DNSRecord> records)
Removes DNS records matching the DNS records' name and type. |
void |
ConfigurationServiceImpl.removeDNS(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(String domainName)
|
void |
ConfigurationServiceImpl.removeDomain(String domainName)
Deprecated. |
void |
DomainServiceImpl.removeDomainById(Long domainId)
|
void |
ConfigurationServiceImpl.removeDomainById(Long domainId)
|
void |
ConfigurationServiceImpl.setAnchorStatusForOwner(String owner,
org.nhindirect.config.store.EntityStatus status)
|
void |
AnchorServiceImpl.setAnchorStatusForOwner(String owner,
org.nhindirect.config.store.EntityStatus status)
|
void |
ConfigurationServiceImpl.setCertificateStatus(Collection<Long> certificateIds,
org.nhindirect.config.store.EntityStatus status)
|
void |
CertificateServiceImpl.setCertificateStatus(Collection<Long> certificateIDs,
org.nhindirect.config.store.EntityStatus status)
|
void |
ConfigurationServiceImpl.setCertificateStatusForOwner(String owner,
org.nhindirect.config.store.EntityStatus status)
|
void |
CertificateServiceImpl.setCertificateStatusForOwner(String owner,
org.nhindirect.config.store.EntityStatus status)
|
CertificateServiceImpl.CertContainer |
CertificateServiceImpl.toCertContainer(byte[] data)
|
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 |
TrustBundleServiceImpl.updateLastUpdateError(long trustBundleId,
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,
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 |
SettingServiceImpl.updateSetting(String name,
String value)
|
void |
ConfigurationServiceImpl.updateSetting(String name,
String value)
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||