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

A

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
 
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
 
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.
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
 
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(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
 
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
 

C

CertificateGetOptions - Class in org.nhindirect.config.service.impl
A set of options relating to a Certificate.
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
 
CertificateServiceImpl.CertContainer - Class in org.nhindirect.config.service.impl
 
CertificateServiceImpl.CertContainer(X509Certificate, Key) - Constructor for class org.nhindirect.config.service.impl.CertificateServiceImpl.CertContainer
 
ConfigurationError - Enum in org.nhindirect.config.service
Enumeration of possible errors.
ConfigurationFault - Class in org.nhindirect.config.service
Configuration fault class.
ConfigurationFault() - Constructor for class org.nhindirect.config.service.ConfigurationFault
Default constructor.
ConfigurationFault(ConfigurationError) - Constructor for class org.nhindirect.config.service.ConfigurationFault
Construct a new ConfigurationFault with a specific ConfigurationError.
ConfigurationFault(String, ConfigurationError) - Constructor for class 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.
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
 
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
 
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

errorToFault(Exception) - Static method in class org.nhindirect.config.service.ConfigurationFault
Convert an Exception to a ConfigurationFault.

G

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
 
getAddressSvc() - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Get the AddressService object.
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
 
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.
getCert() - Method in class org.nhindirect.config.service.impl.CertificateServiceImpl.CertContainer
 
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
 
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
 
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.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.
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.
getDNSSvc() - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Get the DNSService object.
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 class 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
 
getKey() - Method in class org.nhindirect.config.service.impl.CertificateServiceImpl.CertContainer
 
getMessage() - Method in class 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
 
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.

I

init() - Method in class org.nhindirect.config.service.impl.AddressServiceImpl
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.
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.service - package org.nhindirect.config.service
 
org.nhindirect.config.service.impl - package org.nhindirect.config.service.impl
 

R

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
 
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
 
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
 
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.
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
 

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
 
setAddressSvc(AddressService) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Set the AddressService object.
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.
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
 
setCertSvc(CertificateService) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Set the CertificateService object.
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(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.
setDNSSvc(DNSService) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Set the DNSService object.
setDomainSvc(DomainService) - Method in class org.nhindirect.config.service.impl.ConfigurationServiceImpl
Set the DomainService object.
setError(ConfigurationError) - Method in class 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 class org.nhindirect.config.service.ConfigurationFault
Set the message.
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.
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
 

T

toCertContainer(byte[]) - Method in class org.nhindirect.config.service.impl.CertificateServiceImpl
 

U

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
 
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.
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
 
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
 

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 C D E G I L O R S T U V

Copyright © 2011. All Rights Reserved.