org.nhindirect.config.service
Interface ConfigurationService

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

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

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, updateTrustBundleAttributes, updateTrustBundleSigningCertificate
 
Methods inherited from interface org.nhindirect.config.service.CertificatePolicyService
addPolicy, addPolicyGroup, addPolicyUseToGroup, associatePolicyGroupToDomain, deletePolicies, deletePolicyGroups, disassociatePolicyGroupFromDomain, disassociatePolicyGroupFromDomains, disassociatePolicyGroupsFromDomain, getPolicies, getPolicyById, getPolicyByName, getPolicyGroupById, getPolicyGroupByName, getPolicyGroupDomainReltns, getPolicyGroups, getPolicyGroupsByDomain, removePolicyUseFromGroup, updateGroupAttributes, updatePolicyAttributes
 



Copyright © 2014. All Rights Reserved.