org.apache.stratos.validate.domain.ui.clients
Interface ValidateDomainClient

All Known Implementing Classes:
ValidateDomainAdminClient, ValidateDomainNonAdminClient

public interface ValidateDomainClient


Method Summary
 String getDomainValidationKey(String domain)
           
 String validateByDNSEntry(String domain)
           
 String validateByTextInRoot(String domain)
           
 

Method Detail

getDomainValidationKey

String getDomainValidationKey(String domain)
                              throws org.wso2.carbon.registry.core.exceptions.RegistryException
Throws:
org.wso2.carbon.registry.core.exceptions.RegistryException

validateByDNSEntry

String validateByDNSEntry(String domain)
                          throws org.wso2.carbon.registry.core.exceptions.RegistryException
Throws:
org.wso2.carbon.registry.core.exceptions.RegistryException

validateByTextInRoot

String validateByTextInRoot(String domain)
                            throws org.wso2.carbon.registry.core.exceptions.RegistryException
Throws:
org.wso2.carbon.registry.core.exceptions.RegistryException


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.