org.nhindirect.config.service
Interface ConfigurationService

All Superinterfaces:
AddressService, AnchorService, CertificateService, DNSService, DomainService, SettingService, TrustBundleService
All Known Implementing Classes:
ConfigurationServiceImpl

public interface ConfigurationService
extends AddressService, DomainService, CertificateService, AnchorService, SettingService, DNSService, TrustBundleService

Main configuration service interface.


Method Summary
 
Methods inherited from interface org.nhindirect.config.service.AddressService
addAddress, getAddress, getAddressCount, listAddresss, removeAddress, updateAddress
 
Methods inherited from interface org.nhindirect.config.service.DomainService
addDomain, getDomain, getDomainCount, getDomains, listDomains, removeDomain, removeDomainById, searchDomain, updateDomain
 
Methods inherited from interface org.nhindirect.config.service.CertificateService
addCertificates, contains, getCertificate, getCertificates, getCertificatesForOwner, listCertificates, removeCertificates, removeCertificatesForOwner, setCertificateStatus, setCertificateStatusForOwner
 
Methods inherited from interface org.nhindirect.config.service.AnchorService
addAnchors, getAnchor, getAnchors, getAnchorsForOwner, getIncomingAnchors, getOutgoingAnchors, listAnchors, removeAnchors, removeAnchorsForOwner, setAnchorStatusForOwner
 
Methods inherited from interface org.nhindirect.config.service.SettingService
addSetting, deleteSetting, getAllSettings, getSettingByName, getSettingsByNames, updateSetting
 
Methods inherited from interface org.nhindirect.config.service.DNSService
addDNS, getDNSByName, getDNSByNameAndType, getDNSByRecordId, getDNSByRecordIds, getDNSByType, getDNSCount, removeDNS, removeDNSByRecordId, removeDNSByRecordIds, updateDNS
 
Methods inherited from interface org.nhindirect.config.service.TrustBundleService
addTrustBundle, associateTrustBundleToDomain, deleteTrustBundles, disassociateTrustBundleFromDomain, disassociateTrustBundleFromDomains, disassociateTrustBundlesFromDomain, getTrustBundleById, getTrustBundleByName, getTrustBundles, getTrustBundlesByDomain, refreshTrustBundle, updateLastUpdateError, updateTrustBundleSigningCertificate
 



Copyright © 2013. All Rights Reserved.