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

A

add(Address) - Method in interface org.nhindirect.config.store.dao.AddressDao
Add an Address.
add(Anchor) - Method in interface org.nhindirect.config.store.dao.AnchorDao
Add an anchor
add(Collection<DNSRecord>) - Method in interface org.nhindirect.config.store.dao.DNSDao
Adds multiple new DNS records to the store.
add(Domain) - Method in interface org.nhindirect.config.store.dao.DomainDao
Add a Domain.
add(Address) - Method in class org.nhindirect.config.store.dao.impl.AddressDaoImpl
 
add(Anchor) - Method in class org.nhindirect.config.store.dao.impl.AnchorDaoImpl
Add an anchor
add(Collection<DNSRecord>) - Method in class org.nhindirect.config.store.dao.impl.DNSDaoImpl
Adds multiple new DNS records to the store.
add(Domain) - Method in class org.nhindirect.config.store.dao.impl.DomainDaoImpl
 
add(String, String) - Method in class org.nhindirect.config.store.dao.impl.SettingDaoImpl
Adds a new setting.
add(String, String) - Method in interface org.nhindirect.config.store.dao.SettingDao
Adds a new setting.
Address - Class in org.nhindirect.config.store
 
Address() - Constructor for class org.nhindirect.config.store.Address
Construct an Address.
Address(Domain, String) - Constructor for class org.nhindirect.config.store.Address
Construct an Address.
Address(Domain, String, String) - Constructor for class org.nhindirect.config.store.Address
Construct an Address.
Address(Address) - Constructor for class org.nhindirect.config.store.Address
Construct an Address.
AddressDao - Interface in org.nhindirect.config.store.dao
Address data access methods.
AddressDaoImpl - Class in org.nhindirect.config.store.dao.impl
Implementing class for Address DAO methods.
AddressDaoImpl() - Constructor for class org.nhindirect.config.store.dao.impl.AddressDaoImpl
 
afterUnmarshal(Unmarshaller, Object) - Method in class org.nhindirect.config.store.Address
Actions to run after an unmarshal.
Anchor - Class in org.nhindirect.config.store
 
Anchor() - Constructor for class org.nhindirect.config.store.Anchor
 
AnchorDao - Interface in org.nhindirect.config.store.dao
Anchor data access methods.
AnchorDaoImpl - Class in org.nhindirect.config.store.dao.impl
Implementing class for Anchor DAO methods.
AnchorDaoImpl() - Constructor for class org.nhindirect.config.store.dao.impl.AnchorDaoImpl
 

C

Certificate - Class in org.nhindirect.config.store
 
Certificate() - Constructor for class org.nhindirect.config.store.Certificate
 
Certificate.CertContainer - Class in org.nhindirect.config.store
 
Certificate.CertContainer(X509Certificate, Key) - Constructor for class org.nhindirect.config.store.Certificate.CertContainer
 
CertificateDao - Interface in org.nhindirect.config.store.dao
Certificate data access methods.
CertificateDaoImpl - Class in org.nhindirect.config.store.dao.impl
Implementing class for Certificate DAO methods.
CertificateDaoImpl() - Constructor for class org.nhindirect.config.store.dao.impl.CertificateDaoImpl
 
CertificateException - Exception in org.nhindirect.config.store
Generic Certificate exception class.
CertificateException() - Constructor for exception org.nhindirect.config.store.CertificateException
Default constructor.
CertificateException(String) - Constructor for exception org.nhindirect.config.store.CertificateException
Construct an exception with given message.
CertificateException(Throwable) - Constructor for exception org.nhindirect.config.store.CertificateException
Construct an exception from a Throwable.
CertificateException(String, Throwable) - Constructor for exception org.nhindirect.config.store.CertificateException
Construct an exception with given message from a Throwable.
clearData() - Method in class org.nhindirect.config.store.Certificate
Clear the data of a Certificate.
ConfigurationStoreException - Exception in org.nhindirect.config.store
Custom exception class for the configuration store.
ConfigurationStoreException() - Constructor for exception org.nhindirect.config.store.ConfigurationStoreException
Default constructor.
ConfigurationStoreException(String) - Constructor for exception org.nhindirect.config.store.ConfigurationStoreException
Construct an exception with given message.
ConfigurationStoreException(Throwable) - Constructor for exception org.nhindirect.config.store.ConfigurationStoreException
Construct an exception from a Throwable.
ConfigurationStoreException(String, Throwable) - Constructor for exception org.nhindirect.config.store.ConfigurationStoreException
Construct an exception with given message from a Throwable.
count() - Method in interface org.nhindirect.config.store.dao.AddressDao
Get a count of Addresses.
count() - Method in interface org.nhindirect.config.store.dao.DNSDao
Gets the number of records in the DNS store.
count() - Method in interface org.nhindirect.config.store.dao.DomainDao
Get a count of Domains.
count() - Method in class org.nhindirect.config.store.dao.impl.AddressDaoImpl
 
count() - Method in class org.nhindirect.config.store.dao.impl.DNSDaoImpl
Gets the number of records in the DNS store.
count() - Method in class org.nhindirect.config.store.dao.impl.DomainDaoImpl
 
createARecord(String, long, String) - Static method in class org.nhindirect.config.store.util.DNSRecordUtils
Creates a DNS A type record.
createMXRecord(String, String, long, int) - Static method in class org.nhindirect.config.store.util.DNSRecordUtils
Creates a DNS MX record.
createSOARecord(String, long, String, String, int, long, long, long, long) - Static method in class org.nhindirect.config.store.util.DNSRecordUtils
Create a DNS SOA record.
createSRVRecord(String, String, long, int, int, int) - Static method in class org.nhindirect.config.store.util.DNSRecordUtils
Create a DNS SRV type record.
createX509CERTRecord(String, long, X509Certificate) - Static method in class org.nhindirect.config.store.util.DNSRecordUtils
Creates a DNS CERT record containing an X509 public certificate.

D

delete(String) - Method in interface org.nhindirect.config.store.dao.AddressDao
Delete an Address.
delete(List<Long>) - Method in interface org.nhindirect.config.store.dao.AnchorDao
Delete a collection of Anchors.
delete(String) - Method in interface org.nhindirect.config.store.dao.AnchorDao
Delete a collection of Anchors.
delete(List<Long>) - Method in interface org.nhindirect.config.store.dao.CertificateDao
Delete a collection of Certificates.
delete(String) - Method in interface org.nhindirect.config.store.dao.CertificateDao
Delete a collection of Certificates.
delete(String) - Method in interface org.nhindirect.config.store.dao.DomainDao
Delete a Domain.
delete(Long) - Method in interface org.nhindirect.config.store.dao.DomainDao
Delete a Domain.
delete(String) - Method in class org.nhindirect.config.store.dao.impl.AddressDaoImpl
 
delete(List<Long>) - Method in class org.nhindirect.config.store.dao.impl.AnchorDaoImpl
 
delete(String) - Method in class org.nhindirect.config.store.dao.impl.AnchorDaoImpl
 
delete(List<Long>) - Method in class org.nhindirect.config.store.dao.impl.CertificateDaoImpl
 
delete(String) - Method in class org.nhindirect.config.store.dao.impl.CertificateDaoImpl
 
delete(String) - Method in class org.nhindirect.config.store.dao.impl.DomainDaoImpl
 
delete(Long) - Method in class org.nhindirect.config.store.dao.impl.DomainDaoImpl
 
delete(Collection<String>) - Method in class org.nhindirect.config.store.dao.impl.SettingDaoImpl
Delete a set of settings with the given names.
delete(Collection<String>) - Method in interface org.nhindirect.config.store.dao.SettingDao
Delete a set of settings with the given names.
DNSDao - Interface in org.nhindirect.config.store.dao
DAO interface for DNS records
DNSDaoImpl - Class in org.nhindirect.config.store.dao.impl
JPA implementation of the DNSDao interface.
DNSDaoImpl() - Constructor for class org.nhindirect.config.store.dao.impl.DNSDaoImpl
 
DNSRecord - Class in org.nhindirect.config.store
 
DNSRecord() - Constructor for class org.nhindirect.config.store.DNSRecord
 
DNSRecordUtils - Class in org.nhindirect.config.store.util
Utility class for creating and serializing DNS records.
DNSRecordUtils() - Constructor for class org.nhindirect.config.store.util.DNSRecordUtils
 
Domain - Class in org.nhindirect.config.store
 
Domain() - Constructor for class org.nhindirect.config.store.Domain
Construct a Domain.
Domain(String) - Constructor for class org.nhindirect.config.store.Domain
Construct a Domain.
DomainDao - Interface in org.nhindirect.config.store.dao
Domain data access methods.
DomainDaoImpl - Class in org.nhindirect.config.store.dao.impl
Default Spring/JPA implemenation
DomainDaoImpl() - Constructor for class org.nhindirect.config.store.dao.impl.DomainDaoImpl
 

E

EntityStatus - Enum in org.nhindirect.config.store
Enumeration of entity statuses.
equals(Object) - Method in class org.nhindirect.config.store.DNSRecord
equals(Object) - Method in class org.nhindirect.config.store.Thumbprint
 

F

fromWire(byte[]) - Static method in class org.nhindirect.config.store.DNSRecord
Converts a raw wire transfer format of a record to a DNS record.
fromWire(byte[]) - Static method in class org.nhindirect.config.store.util.DNSRecordUtils
Converts a raw wire transfer format of a record to a DNS record.

G

get(String) - Method in interface org.nhindirect.config.store.dao.AddressDao
Get an Address.
get(String) - Method in interface org.nhindirect.config.store.dao.DNSDao
Gets DNS records by record name.
get(String, int) - Method in interface org.nhindirect.config.store.dao.DNSDao
Gets DNS records by record name and a specific record type.
get(int) - Method in interface org.nhindirect.config.store.dao.DNSDao
Gets all DNS records or a given type.
get(long[]) - Method in interface org.nhindirect.config.store.dao.DNSDao
Gets DNS records by the internal record ids.
get(long) - Method in interface org.nhindirect.config.store.dao.DNSDao
Gets a single DNS record for an internal record id.
get(String) - Method in class org.nhindirect.config.store.dao.impl.AddressDaoImpl
 
get(int) - Method in class org.nhindirect.config.store.dao.impl.DNSDaoImpl
Gets all DNS records or a given type.
get(long) - Method in class org.nhindirect.config.store.dao.impl.DNSDaoImpl
Gets a single DNS record for an internal record id.
get(long[]) - Method in class org.nhindirect.config.store.dao.impl.DNSDaoImpl
Gets DNS records by the internal record ids.
get(String, int) - Method in class org.nhindirect.config.store.dao.impl.DNSDaoImpl
Gets DNS records by record name and a specific record type.
get(String) - Method in class org.nhindirect.config.store.dao.impl.DNSDaoImpl
Gets DNS records by record name.
getAddresses() - Method in class org.nhindirect.config.store.Domain
Get a colection of addresses.
getAll() - Method in class org.nhindirect.config.store.dao.impl.SettingDaoImpl
Get all settings.
getAll() - Method in interface org.nhindirect.config.store.dao.SettingDao
Get all settings.
getByDomain(Domain, EntityStatus) - Method in interface org.nhindirect.config.store.dao.AddressDao
Get a collection of Addresses.
getByDomain(Domain, EntityStatus) - Method in class org.nhindirect.config.store.dao.impl.AddressDaoImpl
 
getByNames(Collection<String>) - Method in class org.nhindirect.config.store.dao.impl.SettingDaoImpl
Get a collection of settings by names.
getByNames(Collection<String>) - Method in interface org.nhindirect.config.store.dao.SettingDao
Get a collection of settings by names.
getCert() - Method in class org.nhindirect.config.store.Certificate.CertContainer
 
getCertificateId() - Method in class org.nhindirect.config.store.Anchor
Get the value of certificateId.
getCreateTime() - Method in class org.nhindirect.config.store.Address
Get the value of createTime.
getCreateTime() - Method in class org.nhindirect.config.store.Anchor
Get the value of createTime.
getCreateTime() - Method in class org.nhindirect.config.store.Certificate
Get the value of createTime.
getCreateTime() - Method in class org.nhindirect.config.store.DNSRecord
Gets the date/time the record was created.
getCreateTime() - Method in class org.nhindirect.config.store.Domain
Get the value of createTime.
getCreateTime() - Method in class org.nhindirect.config.store.Setting
Get the value of createTime.
getData() - Method in class org.nhindirect.config.store.Anchor
Get the value of certificateData.
getData() - Method in class org.nhindirect.config.store.Certificate
Get the value of data.
getData() - Method in class org.nhindirect.config.store.DNSRecord
Get the rdata of the record.
getDclass() - Method in class org.nhindirect.config.store.DNSRecord
Gets the DNS record class such as IN, HS, and CH.
getDigest() - Method in class org.nhindirect.config.store.Thumbprint
Gets the raw byte digest of the certificate's der encoding.
getDisplayName() - Method in class org.nhindirect.config.store.Address
Get the value of displayName.
getDomain() - Method in class org.nhindirect.config.store.Address
Get the value of domain.
getDomain(Long) - Method in interface org.nhindirect.config.store.dao.DomainDao
Get a Domain.
getDomain(Long) - Method in class org.nhindirect.config.store.dao.impl.DomainDaoImpl
 
getDomainByName(String) - Method in interface org.nhindirect.config.store.dao.DomainDao
Get a Domain.
getDomainByName(String) - Method in class org.nhindirect.config.store.dao.impl.DomainDaoImpl
 
getDomainName() - Method in class org.nhindirect.config.store.Domain
Get the value of domainName.
getDomains(List<String>, EntityStatus) - Method in interface org.nhindirect.config.store.dao.DomainDao
Get a collection of Domains.
getDomains(List<String>, EntityStatus) - Method in class org.nhindirect.config.store.dao.impl.DomainDaoImpl
 
getEmailAddress() - Method in class org.nhindirect.config.store.Address
Get the value of emailAddress.
getEndpoint() - Method in class org.nhindirect.config.store.Address
Get the value of endpoint.
getEntityManager() - Method in class org.nhindirect.config.store.dao.impl.AddressDaoImpl
Get the value of entityManager.
getEntityManager() - Method in class org.nhindirect.config.store.dao.impl.DomainDaoImpl
Get the value of entityManager.
getEntityStatusList() - Static method in enum org.nhindirect.config.store.EntityStatus
Return a list of enumeration values.
getId() - Method in class org.nhindirect.config.store.Address
Get the value of id.
getId() - Method in class org.nhindirect.config.store.Anchor
Get the value of id.
getId() - Method in class org.nhindirect.config.store.Certificate
Get the value of id.
getId() - Method in class org.nhindirect.config.store.DNSRecord
Gets the internal id of the record.
getId() - Method in class org.nhindirect.config.store.Domain
Get the value of id.
getId() - Method in class org.nhindirect.config.store.Setting
Get the value of id.
getJCEProviderName() - Static method in class org.nhindirect.config.store.Certificate
Gets the configured JCE crypto provider string for crypto operations.
getKey() - Method in class org.nhindirect.config.store.Certificate.CertContainer
 
getName() - Method in class org.nhindirect.config.store.DNSRecord
Gets the name associated with this DNS entry.
getName() - Method in class org.nhindirect.config.store.Setting
Get the name of the setting.
getOwner() - Method in class org.nhindirect.config.store.Anchor
Get the value of owner.
getOwner() - Method in class org.nhindirect.config.store.Certificate
Get the value of owner.
getPostmasterAddressId() - Method in class org.nhindirect.config.store.Domain
Get the value of postmasterAddressId.
getPostMasterEmail() - Method in class org.nhindirect.config.store.Domain
If we have an email address id, then search through the collection of addresses to find an id match and return it.
getStatus() - Method in class org.nhindirect.config.store.Address
Get the value of status.
getStatus() - Method in class org.nhindirect.config.store.Anchor
Get the value of status.
getStatus() - Method in class org.nhindirect.config.store.Certificate
Get the value of status.
getStatus() - Method in class org.nhindirect.config.store.Domain
Get the value of status.
getStatus() - Method in class org.nhindirect.config.store.Setting
Get the value of status.
getThumbprint() - Method in class org.nhindirect.config.store.Anchor
Get the value of thumbprint.
getThumbprint() - Method in class org.nhindirect.config.store.Certificate
Get the value of thumbprint.
getTtl() - Method in class org.nhindirect.config.store.DNSRecord
Gets the record time to live in seconds.
getType() - Method in class org.nhindirect.config.store.Address
Get the value of type.
getType() - Method in class org.nhindirect.config.store.DNSRecord
Gets the type of the DNS record such as A, SRV, CERT, MX, and SOA.
getUpdateTime() - Method in class org.nhindirect.config.store.Address
Get the value of updateTime.
getUpdateTime() - Method in class org.nhindirect.config.store.Domain
Get the value of updateTime.
getUpdateTime() - Method in class org.nhindirect.config.store.Setting
Get the value of updateTime.
getValidEndDate() - Method in class org.nhindirect.config.store.Anchor
Get the value of validEndDate.
getValidEndDate() - Method in class org.nhindirect.config.store.Certificate
Get the value of validEndDate.
getValidStartDate() - Method in class org.nhindirect.config.store.Anchor
Get the value of validStartDate.
getValidStartDate() - Method in class org.nhindirect.config.store.Certificate
Get the value of validStartDate.
getValue() - Method in class org.nhindirect.config.store.Setting
Get the value of the setting.

I

isIncoming() - Method in class org.nhindirect.config.store.Anchor
Get the value of incoming.
isOutgoing() - Method in class org.nhindirect.config.store.Anchor
Get the value of outgoing.
isPrivateKey() - Method in class org.nhindirect.config.store.Certificate
Indicates if the certificate has a private key
isValid() - Method in class org.nhindirect.config.store.Domain
Verify the Domain is valid.

L

list(List<String>) - Method in interface org.nhindirect.config.store.dao.AnchorDao
Get a collection of Anchors.
list(List<Long>) - Method in interface org.nhindirect.config.store.dao.CertificateDao
Get a collection of Certificates.
list(String) - Method in interface org.nhindirect.config.store.dao.CertificateDao
Get a collection of Certificates.
list(List<String>) - Method in class org.nhindirect.config.store.dao.impl.AnchorDaoImpl
 
list(List<Long>) - Method in class org.nhindirect.config.store.dao.impl.CertificateDaoImpl
 
list(String) - Method in class org.nhindirect.config.store.dao.impl.CertificateDaoImpl
 
listAddresses(List<String>, EntityStatus) - Method in interface org.nhindirect.config.store.dao.AddressDao
Get a collection of Addresses.
listAddresses(String, int) - Method in interface org.nhindirect.config.store.dao.AddressDao
Get a collection of Addresses.
listAddresses(String, int) - Method in class org.nhindirect.config.store.dao.impl.AddressDaoImpl
 
listAddresses(List<String>, EntityStatus) - Method in class org.nhindirect.config.store.dao.impl.AddressDaoImpl
 
listAll() - Method in interface org.nhindirect.config.store.dao.AnchorDao
Get a collection of all Anchors.
listAll() - Method in class org.nhindirect.config.store.dao.impl.AnchorDaoImpl
 
listByIds(List<Long>) - Method in interface org.nhindirect.config.store.dao.AnchorDao
Get a list by anchor ids
listByIds(List<Long>) - Method in class org.nhindirect.config.store.dao.impl.AnchorDaoImpl
 
listDomains(String, int) - Method in interface org.nhindirect.config.store.dao.DomainDao
Get a collection of Domains.
listDomains(String, int) - Method in class org.nhindirect.config.store.dao.impl.DomainDaoImpl
 
load(String) - Method in interface org.nhindirect.config.store.dao.AnchorDao
Load an Anchor.
load(String, String) - Method in interface org.nhindirect.config.store.dao.CertificateDao
Load a Certificate.
load(String) - Method in class org.nhindirect.config.store.dao.impl.AnchorDaoImpl
 
load(String, String) - Method in class org.nhindirect.config.store.dao.impl.CertificateDaoImpl
 

N

NULL_CERT - Static variable in class org.nhindirect.config.store.Certificate
 

O

org.nhindirect.config.store - package org.nhindirect.config.store
 
org.nhindirect.config.store.dao - package org.nhindirect.config.store.dao
 
org.nhindirect.config.store.dao.impl - package org.nhindirect.config.store.dao.impl
 
org.nhindirect.config.store.util - package org.nhindirect.config.store.util
 

R

remove(long) - Method in interface org.nhindirect.config.store.dao.DNSDao
Removes a single DNS record by an existing internal record id.
remove(long[]) - Method in interface org.nhindirect.config.store.dao.DNSDao
Removes DNS records by existing internal record ids.
remove(Collection<DNSRecord>) - Method in interface org.nhindirect.config.store.dao.DNSDao
Removes DNS records matching the DNS records' name and type.
remove(Collection<DNSRecord>) - Method in class org.nhindirect.config.store.dao.impl.DNSDaoImpl
Removes DNS records matching the DNS records' name and type.
remove(long) - Method in class org.nhindirect.config.store.dao.impl.DNSDaoImpl
Removes a single DNS record by an existing internal record id.
remove(long[]) - Method in class org.nhindirect.config.store.dao.impl.DNSDaoImpl
Removes DNS records by existing internal record ids.

S

save(Address) - Method in interface org.nhindirect.config.store.dao.AddressDao
Save an Address.
save(Anchor) - Method in interface org.nhindirect.config.store.dao.AnchorDao
Save an Anchor.
save(List<Anchor>) - Method in interface org.nhindirect.config.store.dao.AnchorDao
Save a collection of Anchors.
save(Certificate) - Method in interface org.nhindirect.config.store.dao.CertificateDao
Save a Certificate.
save(List<Certificate>) - Method in interface org.nhindirect.config.store.dao.CertificateDao
Save a collection of Certificates.
save(Domain) - Method in interface org.nhindirect.config.store.dao.DomainDao
Save a Domain.
save(Address) - Method in class org.nhindirect.config.store.dao.impl.AddressDaoImpl
 
save(Anchor) - Method in class org.nhindirect.config.store.dao.impl.AnchorDaoImpl
 
save(List<Anchor>) - Method in class org.nhindirect.config.store.dao.impl.AnchorDaoImpl
 
save(Certificate) - Method in class org.nhindirect.config.store.dao.impl.CertificateDaoImpl
 
save(List<Certificate>) - Method in class org.nhindirect.config.store.dao.impl.CertificateDaoImpl
 
save(Domain) - Method in class org.nhindirect.config.store.dao.impl.DomainDaoImpl
 
searchDomain(String, EntityStatus) - Method in interface org.nhindirect.config.store.dao.DomainDao
Get a collection of Domains.
searchDomain(String, EntityStatus) - Method in class org.nhindirect.config.store.dao.impl.DomainDaoImpl
 
setAddressDao(AddressDao) - Method in class org.nhindirect.config.store.dao.impl.DomainDaoImpl
Set the value of addressDao.
setAddresses(Collection<Address>) - Method in class org.nhindirect.config.store.Domain
Set the value of addresses.
setCertificateId(long) - Method in class org.nhindirect.config.store.Anchor
Set the value of certificateId.
setCreateTime(Calendar) - Method in class org.nhindirect.config.store.Address
Set the value of createTime.
setCreateTime(Calendar) - Method in class org.nhindirect.config.store.Anchor
Set the value of createTime.
setCreateTime(Calendar) - Method in class org.nhindirect.config.store.Certificate
Set the value of createTime.
setCreateTime(Calendar) - Method in class org.nhindirect.config.store.DNSRecord
Sets the date/time the record was created.
setCreateTime(Calendar) - Method in class org.nhindirect.config.store.Domain
Set the value of createTime.
setCreateTime(Calendar) - Method in class org.nhindirect.config.store.Setting
Set the value of createTime.
setData(byte[]) - Method in class org.nhindirect.config.store.Anchor
Set the value of certificateData.
setData(byte[]) - Method in class org.nhindirect.config.store.Certificate
Set the value of data.
setData(byte[]) - Method in class org.nhindirect.config.store.DNSRecord
Sets the rdata of the record.
setDclass(int) - Method in class org.nhindirect.config.store.DNSRecord
Sets the DNS record class.
setDisplayName(String) - Method in class org.nhindirect.config.store.Address
Set the value of displayName.
setDomain(Domain) - Method in class org.nhindirect.config.store.Address
Set the value of domain.
setDomainName(String) - Method in class org.nhindirect.config.store.Domain
Set the value of domainName.
setEmailAddress(String) - Method in class org.nhindirect.config.store.Address
Set the value of emailAddress.
setEndpoint(String) - Method in class org.nhindirect.config.store.Address
Set the value of endpoint.
setEntityManager(EntityManager) - Method in class org.nhindirect.config.store.dao.impl.AddressDaoImpl
Set the value of entityManager.
setEntityManager(EntityManager) - Method in class org.nhindirect.config.store.dao.impl.DomainDaoImpl
Set the value of entityManager.
setId(Long) - Method in class org.nhindirect.config.store.Address
Set the value of id.
setId(long) - Method in class org.nhindirect.config.store.Anchor
Set the value of id.
setId(long) - Method in class org.nhindirect.config.store.Certificate
Set the value of id.
setId(long) - Method in class org.nhindirect.config.store.DNSRecord
Sets the internal id of the record.
setId(Long) - Method in class org.nhindirect.config.store.Domain
Set the value of id.
setId(long) - Method in class org.nhindirect.config.store.Setting
Set the value of id.
setIncoming(boolean) - Method in class org.nhindirect.config.store.Anchor
Set the value of incoming.
setJCEProviderName(String) - Static method in class org.nhindirect.config.store.Certificate
Overrides the configured JCE crypto provider string.
setName(String) - Method in class org.nhindirect.config.store.DNSRecord
Sets the name associated with this DNS entry.
setName(String) - Method in class org.nhindirect.config.store.Setting
Set the name of the setting.
setOutgoing(boolean) - Method in class org.nhindirect.config.store.Anchor
Set the value of outgoing.
setOwner(String) - Method in class org.nhindirect.config.store.Anchor
Set the value of owner.
setOwner(String) - Method in class org.nhindirect.config.store.Certificate
Set the value of owner.
setPostmasterAddressId(Long) - Method in class org.nhindirect.config.store.Domain
Set the value of postmasterAddressId.
setPostMasterEmail(String) - Method in class org.nhindirect.config.store.Domain
Process according to the following table:
setPrivateKey(boolean) - Method in class org.nhindirect.config.store.Certificate
Indicates if the certificate has a private key
setStatus(EntityStatus) - Method in class org.nhindirect.config.store.Address
Set the value of status.
setStatus(EntityStatus) - Method in class org.nhindirect.config.store.Anchor
Set the value of status.
setStatus(EntityStatus) - Method in class org.nhindirect.config.store.Certificate
Set the value of status.
setStatus(List<Long>, EntityStatus) - Method in interface org.nhindirect.config.store.dao.AnchorDao
Set the status for a collection of Anchors.
setStatus(String, EntityStatus) - Method in interface org.nhindirect.config.store.dao.AnchorDao
Set the status of an Anchor.
setStatus(List<Long>, EntityStatus) - Method in interface org.nhindirect.config.store.dao.CertificateDao
Set the status of a collection of Certificates.
setStatus(String, EntityStatus) - Method in interface org.nhindirect.config.store.dao.CertificateDao
Set the status of a collection of Certificates.
setStatus(List<Long>, EntityStatus) - Method in class org.nhindirect.config.store.dao.impl.AnchorDaoImpl
 
setStatus(String, EntityStatus) - Method in class org.nhindirect.config.store.dao.impl.AnchorDaoImpl
 
setStatus(List<Long>, EntityStatus) - Method in class org.nhindirect.config.store.dao.impl.CertificateDaoImpl
 
setStatus(String, EntityStatus) - Method in class org.nhindirect.config.store.dao.impl.CertificateDaoImpl
 
setStatus(EntityStatus) - Method in class org.nhindirect.config.store.Domain
Set the value of status.
setStatus(EntityStatus) - Method in class org.nhindirect.config.store.Setting
Set the value of status.
setThumbprint(String) - Method in class org.nhindirect.config.store.Anchor
Set the value of thumbprint.
Setting - Class in org.nhindirect.config.store
 
Setting() - Constructor for class org.nhindirect.config.store.Setting
 
SettingDao - Interface in org.nhindirect.config.store.dao
Settings data access methods.
SettingDaoImpl - Class in org.nhindirect.config.store.dao.impl
Implementing class for Setting DAO methods.
SettingDaoImpl() - Constructor for class org.nhindirect.config.store.dao.impl.SettingDaoImpl
 
setTtl(long) - Method in class org.nhindirect.config.store.DNSRecord
Sets the record time to live in seconds.
setType(String) - Method in class org.nhindirect.config.store.Address
Set the value of type.
setType(int) - Method in class org.nhindirect.config.store.DNSRecord
Gets the type of the DNS record such as A, SRV, CERT, MX, and SOA.
setUpdateTime(Calendar) - Method in class org.nhindirect.config.store.Address
Set the value of updateTime.
setUpdateTime(Calendar) - Method in class org.nhindirect.config.store.Domain
Set the value of updateTime.
setUpdateTime(Calendar) - Method in class org.nhindirect.config.store.Setting
Set the value of updateTime.
setValidEndDate(Calendar) - Method in class org.nhindirect.config.store.Anchor
Set the value of validEndDate.
setValidEndDate(Calendar) - Method in class org.nhindirect.config.store.Certificate
Set the value of validEndDate.
setValidStartDate(Calendar) - Method in class org.nhindirect.config.store.Anchor
Set the value of validStartDate.
setValidStartDate(Calendar) - Method in class org.nhindirect.config.store.Certificate
Set the value of validStartDate.
setValue(String) - Method in class org.nhindirect.config.store.Setting
Set the name of the setting.

T

Thumbprint - Class in org.nhindirect.config.store
NOTE: This is a copy of the original Thumbprint class from the agent code base.
toCertificate() - Method in class org.nhindirect.config.store.Anchor
 
toCredential() - Method in class org.nhindirect.config.store.Certificate
 
toString() - Method in class org.nhindirect.config.store.Address
 
toString() - Method in class org.nhindirect.config.store.Domain
 
toString() - Method in class org.nhindirect.config.store.Thumbprint
 
toThumbprint(X509Certificate) - Static method in class org.nhindirect.config.store.Thumbprint
Creates a thumbprint of an X509Certificate.
toWire(DNSRecord) - Static method in class org.nhindirect.config.store.DNSRecord
Converts a DNS record to a raw wire transfer format.
toWire(DNSRecord) - Static method in class org.nhindirect.config.store.util.DNSRecordUtils
Converts a DNS record to a raw wire transfer format.

U

update(Address) - Method in interface org.nhindirect.config.store.dao.AddressDao
Update an Address.
update(long, DNSRecord) - Method in interface org.nhindirect.config.store.dao.DNSDao
Update a DNS record for a specific internal id.
update(Domain) - Method in interface org.nhindirect.config.store.dao.DomainDao
Update a Domain.
update(Address) - Method in class org.nhindirect.config.store.dao.impl.AddressDaoImpl
 
update(long, DNSRecord) - Method in class org.nhindirect.config.store.dao.impl.DNSDaoImpl
Update a DNS record for a specific internal id.
update(Domain) - Method in class org.nhindirect.config.store.dao.impl.DomainDaoImpl
 
update(String, String) - Method in class org.nhindirect.config.store.dao.impl.SettingDaoImpl
Updates a setting.
update(String, String) - Method in interface org.nhindirect.config.store.dao.SettingDao
Updates a setting.

V

validate() - Method in class org.nhindirect.config.store.Anchor
Validate the Anchor for the existance of data.
validate() - Method in class org.nhindirect.config.store.Certificate
Validate the Certificate for the existance of data.
valueOf(String) - Static method in enum org.nhindirect.config.store.EntityStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.nhindirect.config.store.EntityStatus
Returns an array containing the constants of this enum type, in the order they are declared.

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

Copyright © 2011. All Rights Reserved.