org.nhindirect.config.service.impl
Class ConfigurationServiceImplServiceSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by org.nhindirect.config.service.impl.ConfigurationServiceImplServiceSoapBindingStub
All Implemented Interfaces:
Remote, javax.xml.rpc.Stub, ConfigurationService

public class ConfigurationServiceImplServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements ConfigurationService


Field Summary
 
Fields inherited from class org.apache.axis.client.Stub
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
ConfigurationServiceImplServiceSoapBindingStub()
           
ConfigurationServiceImplServiceSoapBindingStub(javax.xml.rpc.Service service)
           
ConfigurationServiceImplServiceSoapBindingStub(URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 void addAddress(Address[] address)
           
 void addAnchor(Anchor[] anchor)
           
 void addCertificates(Certificate[] certs)
           
 void addDNS(DnsRecord[] records)
           
 void addDomain(Domain domain)
           
 void addPolicy(CertPolicy policy)
           
 void addPolicyGroup(CertPolicyGroup policyGroup)
           
 void addPolicyUseToGroup(long policyGroupId, long policyId, CertPolicyUse policyUse, boolean incoming, boolean outgoing)
           
 void addSetting(String name, String value)
           
 void addTrustBundle(TrustBundle bundle)
           
 void associatePolicyGroupToDomain(long domainId, long policyGroupId)
           
 void associateTrustBundleToDomain(long domainId, long trustBundleId, boolean incoming, boolean outgoing)
           
 boolean contains(Certificate cert)
           
protected  org.apache.axis.client.Call createCall()
           
 void deletePolicies(Long[] policyIds)
           
 void deletePolicyGroups(Long[] policyGroupIds)
           
 void deleteSetting(String[] names)
           
 void deleteTrustBundles(Long[] trustBundleIds)
           
 void disassociatePolicyGroupFromDomain(long domainId, long policyGroupId)
           
 void disassociatePolicyGroupFromDomains(long policyGroupId)
           
 void disassociatePolicyGroupsFromDomain(long domainId)
           
 void disassociateTrustBundleFromDomain(long domainId, long trustBundleId)
           
 void disassociateTrustBundleFromDomains(long trustBundleId)
           
 void disassociateTrustBundlesFromDomain(long domainId)
           
 int getAddressCount()
           
 Address[] getAddresss(String[] emailAddress, EntityStatus status)
           
 Setting[] getAllSettings()
           
 Anchor getAnchor(String owner, String thumbprint, CertificateGetOptions options)
           
 Anchor[] getAnchors(long[] anchorId, CertificateGetOptions options)
           
 Anchor[] getAnchorsForOwner(String owner, CertificateGetOptions options)
           
 Certificate getCertificate(String owner, String thumbprint, CertificateGetOptions options)
           
 Certificate[] getCertificates(long[] certificateIds, CertificateGetOptions options)
           
 Certificate[] getCertificatesForOwner(String owner, CertificateGetOptions options)
           
 DnsRecord[] getDNSByName(String name)
           
 DnsRecord[] getDNSByNameAndType(String name, int type)
           
 DnsRecord getDNSByRecordId(long recordId)
           
 DnsRecord[] getDNSByRecordIds(Long[] recordIds)
           
 DnsRecord[] getDNSByType(int type)
           
 int getDNSCount()
           
 Domain getDomain(Long id)
           
 int getDomainCount()
           
 Domain[] getDomains(String[] names, EntityStatus status)
           
 Anchor[] getIncomingAnchors(String owner, CertificateGetOptions options)
           
 Anchor[] getOutgoingAnchors(String owner, CertificateGetOptions options)
           
 CertPolicy[] getPolicies()
           
 CertPolicy getPolicyById(long policyId)
           
 CertPolicy getPolicyByName(String policyName)
           
 CertPolicyGroup getPolicyGroupById(long policyGroupId)
           
 CertPolicyGroup getPolicyGroupByName(String policyGroupName)
           
 CertPolicyGroupDomainReltn[] getPolicyGroupDomainReltns()
           
 CertPolicyGroup[] getPolicyGroups()
           
 CertPolicyGroupDomainReltn[] getPolicyGroupsByDomain(long domainId)
           
 Setting getSettingByName(String name)
           
 Setting[] getSettingsByNames(String[] names)
           
 TrustBundle getTrustBundleById(long id)
           
 TrustBundle getTrustBundleByName(String bundleName)
           
 TrustBundle[] getTrustBundles(boolean fetchAnchors)
           
 TrustBundleDomainReltn[] getTrustBundlesByDomain(long domainId, boolean fetchAnchors)
           
 Address[] listAddresss(String lastEmailAddress, int maxResults)
           
 Anchor[] listAnchors(Long lastAnchorId, int maxResults, CertificateGetOptions options)
           
 Certificate[] listCertificates(long lastCertificateId, int maxResutls, CertificateGetOptions options)
           
 Domain[] listDomains(String names, int maxResults)
           
 void refreshTrustBundle(long id)
           
 void removeAddress(String emailAddress)
           
 void removeAnchors(long[] anchorId)
           
 void removeAnchorsForOwner(String owner)
           
 void removeCertificates(long[] certificateIds)
           
 void removeCertificatesForOwner(String owner)
           
 void removeDNS(DnsRecord[] records)
           
 void removeDNSByRecordId(long recordId)
           
 void removeDNSByRecordIds(Long[] recordIds)
           
 void removeDomain(String name)
           
 void removeDomainById(Long id)
           
 void removePolicyUseFromGroup(long policyGroupReltnId)
           
 Domain[] searchDomain(String name, EntityStatus status)
           
 void setAnchorStatusForOwner(String owner, EntityStatus status)
           
 void setCertificateStatus(long[] certificateIds, EntityStatus status)
           
 void setCertificateStatusForOwner(String owner, EntityStatus status)
           
 void updateAddress(Address address)
           
 void updateDNS(long recordId, DnsRecord record)
           
 void updateDomain(Domain domain)
           
 void updateGroupAttributes(long policyGroupId, String policyGroupName)
           
 void updateLastUpdateError(long trustBundleId, Calendar attemptTime, BundleRefreshError error)
           
 void updatePolicyAttributes(long policyId, String policyName, PolicyLexicon policyLexicon, byte[] policyData)
           
 void updateSetting(String name, String value)
           
 void updateTrustBundleAttributes(long trustBundleId, String trustBundleName, String trustBundleURL, Certificate signingCert, int trustBundleRefreshInterval)
           
 void updateTrustBundleSigningCertificate(long trustBundleIds, Certificate signingCert)
           
 
Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationServiceImplServiceSoapBindingStub

public ConfigurationServiceImplServiceSoapBindingStub()
                                               throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

ConfigurationServiceImplServiceSoapBindingStub

public ConfigurationServiceImplServiceSoapBindingStub(URL endpointURL,
                                                      javax.xml.rpc.Service service)
                                               throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

ConfigurationServiceImplServiceSoapBindingStub

public ConfigurationServiceImplServiceSoapBindingStub(javax.xml.rpc.Service service)
                                               throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createCall

protected org.apache.axis.client.Call createCall()
                                          throws RemoteException
Throws:
RemoteException

getAnchor

public Anchor getAnchor(String owner,
                        String thumbprint,
                        CertificateGetOptions options)
                 throws RemoteException,
                        ConfigurationServiceException
Specified by:
getAnchor in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

updateGroupAttributes

public void updateGroupAttributes(long policyGroupId,
                                  String policyGroupName)
                           throws RemoteException,
                                  ConfigurationServiceException
Specified by:
updateGroupAttributes in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getAnchors

public Anchor[] getAnchors(long[] anchorId,
                           CertificateGetOptions options)
                    throws RemoteException,
                           ConfigurationServiceException
Specified by:
getAnchors in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getDNSByType

public DnsRecord[] getDNSByType(int type)
                         throws RemoteException,
                                ConfigurationServiceException
Specified by:
getDNSByType in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

listCertificates

public Certificate[] listCertificates(long lastCertificateId,
                                      int maxResutls,
                                      CertificateGetOptions options)
                               throws RemoteException,
                                      ConfigurationServiceException
Specified by:
listCertificates in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getPolicyGroupById

public CertPolicyGroup getPolicyGroupById(long policyGroupId)
                                   throws RemoteException,
                                          ConfigurationServiceException
Specified by:
getPolicyGroupById in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getDomains

public Domain[] getDomains(String[] names,
                           EntityStatus status)
                    throws RemoteException,
                           ConfigurationServiceException
Specified by:
getDomains in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

addAnchor

public void addAnchor(Anchor[] anchor)
               throws RemoteException,
                      ConfigurationServiceException
Specified by:
addAnchor in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getPolicies

public CertPolicy[] getPolicies()
                         throws RemoteException,
                                ConfigurationServiceException
Specified by:
getPolicies in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

addSetting

public void addSetting(String name,
                       String value)
                throws RemoteException,
                       ConfigurationServiceException
Specified by:
addSetting in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getDomain

public Domain getDomain(Long id)
                 throws RemoteException
Specified by:
getDomain in interface ConfigurationService
Throws:
RemoteException

addPolicy

public void addPolicy(CertPolicy policy)
               throws RemoteException,
                      ConfigurationServiceException
Specified by:
addPolicy in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

updatePolicyAttributes

public void updatePolicyAttributes(long policyId,
                                   String policyName,
                                   PolicyLexicon policyLexicon,
                                   byte[] policyData)
                            throws RemoteException,
                                   ConfigurationServiceException
Specified by:
updatePolicyAttributes in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getTrustBundleByName

public TrustBundle getTrustBundleByName(String bundleName)
                                 throws RemoteException,
                                        ConfigurationServiceException
Specified by:
getTrustBundleByName in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getDNSByNameAndType

public DnsRecord[] getDNSByNameAndType(String name,
                                       int type)
                                throws RemoteException,
                                       ConfigurationServiceException
Specified by:
getDNSByNameAndType in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getTrustBundleById

public TrustBundle getTrustBundleById(long id)
                               throws RemoteException,
                                      ConfigurationServiceException
Specified by:
getTrustBundleById in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

removeDNS

public void removeDNS(DnsRecord[] records)
               throws RemoteException,
                      ConfigurationServiceException
Specified by:
removeDNS in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

setCertificateStatusForOwner

public void setCertificateStatusForOwner(String owner,
                                         EntityStatus status)
                                  throws RemoteException,
                                         ConfigurationServiceException
Specified by:
setCertificateStatusForOwner in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getTrustBundles

public TrustBundle[] getTrustBundles(boolean fetchAnchors)
                              throws RemoteException,
                                     ConfigurationServiceException
Specified by:
getTrustBundles in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

removeDomainById

public void removeDomainById(Long id)
                      throws RemoteException,
                             ConfigurationServiceException
Specified by:
removeDomainById in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getOutgoingAnchors

public Anchor[] getOutgoingAnchors(String owner,
                                   CertificateGetOptions options)
                            throws RemoteException,
                                   ConfigurationServiceException
Specified by:
getOutgoingAnchors in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

removeDNSByRecordIds

public void removeDNSByRecordIds(Long[] recordIds)
                          throws RemoteException,
                                 ConfigurationServiceException
Specified by:
removeDNSByRecordIds in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getDNSByName

public DnsRecord[] getDNSByName(String name)
                         throws RemoteException,
                                ConfigurationServiceException
Specified by:
getDNSByName in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

removePolicyUseFromGroup

public void removePolicyUseFromGroup(long policyGroupReltnId)
                              throws RemoteException,
                                     ConfigurationServiceException
Specified by:
removePolicyUseFromGroup in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

listAnchors

public Anchor[] listAnchors(Long lastAnchorId,
                            int maxResults,
                            CertificateGetOptions options)
                     throws RemoteException,
                            ConfigurationServiceException
Specified by:
listAnchors in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

listDomains

public Domain[] listDomains(String names,
                            int maxResults)
                     throws RemoteException,
                            ConfigurationServiceException
Specified by:
listDomains in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

updateDomain

public void updateDomain(Domain domain)
                  throws RemoteException,
                         ConfigurationServiceException
Specified by:
updateDomain in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getSettingByName

public Setting getSettingByName(String name)
                         throws RemoteException,
                                ConfigurationServiceException
Specified by:
getSettingByName in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

updateAddress

public void updateAddress(Address address)
                   throws RemoteException,
                          ConfigurationServiceException
Specified by:
updateAddress in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

addPolicyGroup

public void addPolicyGroup(CertPolicyGroup policyGroup)
                    throws RemoteException,
                           ConfigurationServiceException
Specified by:
addPolicyGroup in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

setCertificateStatus

public void setCertificateStatus(long[] certificateIds,
                                 EntityStatus status)
                          throws RemoteException,
                                 ConfigurationServiceException
Specified by:
setCertificateStatus in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getPolicyGroupByName

public CertPolicyGroup getPolicyGroupByName(String policyGroupName)
                                     throws RemoteException,
                                            ConfigurationServiceException
Specified by:
getPolicyGroupByName in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getPolicyGroupDomainReltns

public CertPolicyGroupDomainReltn[] getPolicyGroupDomainReltns()
                                                        throws RemoteException,
                                                               ConfigurationServiceException
Specified by:
getPolicyGroupDomainReltns in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

addDomain

public void addDomain(Domain domain)
               throws RemoteException,
                      ConfigurationServiceException
Specified by:
addDomain in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

deleteSetting

public void deleteSetting(String[] names)
                   throws RemoteException,
                          ConfigurationServiceException
Specified by:
deleteSetting in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

disassociatePolicyGroupFromDomains

public void disassociatePolicyGroupFromDomains(long policyGroupId)
                                        throws RemoteException,
                                               ConfigurationServiceException
Specified by:
disassociatePolicyGroupFromDomains in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

associateTrustBundleToDomain

public void associateTrustBundleToDomain(long domainId,
                                         long trustBundleId,
                                         boolean incoming,
                                         boolean outgoing)
                                  throws RemoteException,
                                         ConfigurationServiceException
Specified by:
associateTrustBundleToDomain in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

listAddresss

public Address[] listAddresss(String lastEmailAddress,
                              int maxResults)
                       throws RemoteException,
                              ConfigurationServiceException
Specified by:
listAddresss in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

updateDNS

public void updateDNS(long recordId,
                      DnsRecord record)
               throws RemoteException,
                      ConfigurationServiceException
Specified by:
updateDNS in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

setAnchorStatusForOwner

public void setAnchorStatusForOwner(String owner,
                                    EntityStatus status)
                             throws RemoteException,
                                    ConfigurationServiceException
Specified by:
setAnchorStatusForOwner in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

addDNS

public void addDNS(DnsRecord[] records)
            throws RemoteException,
                   ConfigurationServiceException
Specified by:
addDNS in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

associatePolicyGroupToDomain

public void associatePolicyGroupToDomain(long domainId,
                                         long policyGroupId)
                                  throws RemoteException,
                                         ConfigurationServiceException
Specified by:
associatePolicyGroupToDomain in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

contains

public boolean contains(Certificate cert)
                 throws RemoteException
Specified by:
contains in interface ConfigurationService
Throws:
RemoteException

removeCertificatesForOwner

public void removeCertificatesForOwner(String owner)
                                throws RemoteException,
                                       ConfigurationServiceException
Specified by:
removeCertificatesForOwner in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

refreshTrustBundle

public void refreshTrustBundle(long id)
                        throws RemoteException,
                               ConfigurationServiceException
Specified by:
refreshTrustBundle in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

addAddress

public void addAddress(Address[] address)
                throws RemoteException,
                       ConfigurationServiceException
Specified by:
addAddress in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getTrustBundlesByDomain

public TrustBundleDomainReltn[] getTrustBundlesByDomain(long domainId,
                                                        boolean fetchAnchors)
                                                 throws RemoteException,
                                                        ConfigurationServiceException
Specified by:
getTrustBundlesByDomain in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

disassociatePolicyGroupsFromDomain

public void disassociatePolicyGroupsFromDomain(long domainId)
                                        throws RemoteException,
                                               ConfigurationServiceException
Specified by:
disassociatePolicyGroupsFromDomain in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getAllSettings

public Setting[] getAllSettings()
                         throws RemoteException,
                                ConfigurationServiceException
Specified by:
getAllSettings in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getDNSByRecordId

public DnsRecord getDNSByRecordId(long recordId)
                           throws RemoteException,
                                  ConfigurationServiceException
Specified by:
getDNSByRecordId in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

updateTrustBundleSigningCertificate

public void updateTrustBundleSigningCertificate(long trustBundleIds,
                                                Certificate signingCert)
                                         throws RemoteException,
                                                ConfigurationServiceException
Specified by:
updateTrustBundleSigningCertificate in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getAddressCount

public int getAddressCount()
                    throws RemoteException,
                           ConfigurationServiceException
Specified by:
getAddressCount in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getSettingsByNames

public Setting[] getSettingsByNames(String[] names)
                             throws RemoteException,
                                    ConfigurationServiceException
Specified by:
getSettingsByNames in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

removeAddress

public void removeAddress(String emailAddress)
                   throws RemoteException,
                          ConfigurationServiceException
Specified by:
removeAddress in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

removeAnchors

public void removeAnchors(long[] anchorId)
                   throws RemoteException,
                          ConfigurationServiceException
Specified by:
removeAnchors in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

deletePolicyGroups

public void deletePolicyGroups(Long[] policyGroupIds)
                        throws RemoteException,
                               ConfigurationServiceException
Specified by:
deletePolicyGroups in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getPolicyGroups

public CertPolicyGroup[] getPolicyGroups()
                                  throws RemoteException,
                                         ConfigurationServiceException
Specified by:
getPolicyGroups in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getAddresss

public Address[] getAddresss(String[] emailAddress,
                             EntityStatus status)
                      throws RemoteException,
                             ConfigurationServiceException
Specified by:
getAddresss in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getCertificates

public Certificate[] getCertificates(long[] certificateIds,
                                     CertificateGetOptions options)
                              throws RemoteException,
                                     ConfigurationServiceException
Specified by:
getCertificates in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

disassociatePolicyGroupFromDomain

public void disassociatePolicyGroupFromDomain(long domainId,
                                              long policyGroupId)
                                       throws RemoteException,
                                              ConfigurationServiceException
Specified by:
disassociatePolicyGroupFromDomain in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

updateSetting

public void updateSetting(String name,
                          String value)
                   throws RemoteException,
                          ConfigurationServiceException
Specified by:
updateSetting in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

removeDomain

public void removeDomain(String name)
                  throws RemoteException,
                         ConfigurationServiceException
Specified by:
removeDomain in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getIncomingAnchors

public Anchor[] getIncomingAnchors(String owner,
                                   CertificateGetOptions options)
                            throws RemoteException,
                                   ConfigurationServiceException
Specified by:
getIncomingAnchors in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

addPolicyUseToGroup

public void addPolicyUseToGroup(long policyGroupId,
                                long policyId,
                                CertPolicyUse policyUse,
                                boolean incoming,
                                boolean outgoing)
                         throws RemoteException,
                                ConfigurationServiceException
Specified by:
addPolicyUseToGroup in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getPolicyById

public CertPolicy getPolicyById(long policyId)
                         throws RemoteException,
                                ConfigurationServiceException
Specified by:
getPolicyById in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

removeDNSByRecordId

public void removeDNSByRecordId(long recordId)
                         throws RemoteException,
                                ConfigurationServiceException
Specified by:
removeDNSByRecordId in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

searchDomain

public Domain[] searchDomain(String name,
                             EntityStatus status)
                      throws RemoteException
Specified by:
searchDomain in interface ConfigurationService
Throws:
RemoteException

addTrustBundle

public void addTrustBundle(TrustBundle bundle)
                    throws RemoteException,
                           ConfigurationServiceException
Specified by:
addTrustBundle in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getCertificatesForOwner

public Certificate[] getCertificatesForOwner(String owner,
                                             CertificateGetOptions options)
                                      throws RemoteException,
                                             ConfigurationServiceException
Specified by:
getCertificatesForOwner in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

disassociateTrustBundlesFromDomain

public void disassociateTrustBundlesFromDomain(long domainId)
                                        throws RemoteException,
                                               ConfigurationServiceException
Specified by:
disassociateTrustBundlesFromDomain in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getPolicyByName

public CertPolicy getPolicyByName(String policyName)
                           throws RemoteException,
                                  ConfigurationServiceException
Specified by:
getPolicyByName in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

removeAnchorsForOwner

public void removeAnchorsForOwner(String owner)
                           throws RemoteException,
                                  ConfigurationServiceException
Specified by:
removeAnchorsForOwner in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getAnchorsForOwner

public Anchor[] getAnchorsForOwner(String owner,
                                   CertificateGetOptions options)
                            throws RemoteException,
                                   ConfigurationServiceException
Specified by:
getAnchorsForOwner in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getPolicyGroupsByDomain

public CertPolicyGroupDomainReltn[] getPolicyGroupsByDomain(long domainId)
                                                     throws RemoteException,
                                                            ConfigurationServiceException
Specified by:
getPolicyGroupsByDomain in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

deletePolicies

public void deletePolicies(Long[] policyIds)
                    throws RemoteException,
                           ConfigurationServiceException
Specified by:
deletePolicies in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

disassociateTrustBundleFromDomain

public void disassociateTrustBundleFromDomain(long domainId,
                                              long trustBundleId)
                                       throws RemoteException,
                                              ConfigurationServiceException
Specified by:
disassociateTrustBundleFromDomain in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

removeCertificates

public void removeCertificates(long[] certificateIds)
                        throws RemoteException,
                               ConfigurationServiceException
Specified by:
removeCertificates in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getDomainCount

public int getDomainCount()
                   throws RemoteException,
                          ConfigurationServiceException
Specified by:
getDomainCount in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

addCertificates

public void addCertificates(Certificate[] certs)
                     throws RemoteException,
                            ConfigurationServiceException
Specified by:
addCertificates in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

disassociateTrustBundleFromDomains

public void disassociateTrustBundleFromDomains(long trustBundleId)
                                        throws RemoteException,
                                               ConfigurationServiceException
Specified by:
disassociateTrustBundleFromDomains in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getDNSCount

public int getDNSCount()
                throws RemoteException,
                       ConfigurationServiceException
Specified by:
getDNSCount in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getCertificate

public Certificate getCertificate(String owner,
                                  String thumbprint,
                                  CertificateGetOptions options)
                           throws RemoteException,
                                  ConfigurationServiceException
Specified by:
getCertificate in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

getDNSByRecordIds

public DnsRecord[] getDNSByRecordIds(Long[] recordIds)
                              throws RemoteException,
                                     ConfigurationServiceException
Specified by:
getDNSByRecordIds in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

updateLastUpdateError

public void updateLastUpdateError(long trustBundleId,
                                  Calendar attemptTime,
                                  BundleRefreshError error)
                           throws RemoteException,
                                  ConfigurationServiceException
Specified by:
updateLastUpdateError in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

updateTrustBundleAttributes

public void updateTrustBundleAttributes(long trustBundleId,
                                        String trustBundleName,
                                        String trustBundleURL,
                                        Certificate signingCert,
                                        int trustBundleRefreshInterval)
                                 throws RemoteException,
                                        ConfigurationServiceException
Specified by:
updateTrustBundleAttributes in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException

deleteTrustBundles

public void deleteTrustBundles(Long[] trustBundleIds)
                        throws RemoteException,
                               ConfigurationServiceException
Specified by:
deleteTrustBundles in interface ConfigurationService
Throws:
RemoteException
ConfigurationServiceException


Copyright © 2013. All Rights Reserved.