org.apache.stratos.register.ui.clients
Class TenantSelfRegistrationClient
java.lang.Object
org.apache.stratos.register.ui.clients.TenantSelfRegistrationClient
public class TenantSelfRegistrationClient
- extends Object
Tenant Self Registration Client class
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TenantSelfRegistrationClient
public TenantSelfRegistrationClient(String cookie,
String backendServerURL,
org.apache.axis2.context.ConfigurationContext configContext)
throws org.wso2.carbon.registry.core.exceptions.RegistryException
- Throws:
org.wso2.carbon.registry.core.exceptions.RegistryException
TenantSelfRegistrationClient
public TenantSelfRegistrationClient(javax.servlet.ServletConfig config,
javax.servlet.http.HttpSession session)
throws org.wso2.carbon.registry.core.exceptions.RegistryException
- Throws:
org.wso2.carbon.registry.core.exceptions.RegistryException
registerTenant
public String registerTenant(org.apache.stratos.tenant.register.stub.beans.xsd.TenantInfoBean tenantInfoBean,
org.apache.stratos.tenant.register.stub.beans.xsd.CaptchaInfoBean captchaInfoBean)
throws Exception
- Throws:
Exception
checkDomainAvailability
public boolean checkDomainAvailability(String domainName)
throws Exception
- Throws:
Exception
validateOrSuggestDomain
public String validateOrSuggestDomain(String domainName,
String successKey)
throws Exception
- Throws:
Exception
generateRandomCaptcha
public org.apache.stratos.tenant.register.stub.beans.xsd.CaptchaInfoBean generateRandomCaptcha()
throws Exception
- Throws:
Exception
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.