org.wso2.carbon.utils
Class TenantUtils

java.lang.Object
  extended by org.wso2.carbon.utils.TenantUtils

Deprecated. use MultitenantUtils.

@Deprecated
public class TenantUtils
extends Object


Method Summary
static String getDomainNameFromOpenId(String openId)
          Deprecated.  
static String getTenantAwareUsername(String username)
          Deprecated.  
static String getTenantDomain(String username)
          Deprecated.  
static String getTenantDomainFromRequestURL(String requestURI)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTenantAwareUsername

public static String getTenantAwareUsername(String username)
Deprecated. 

getTenantDomain

public static String getTenantDomain(String username)
Deprecated. 

getDomainNameFromOpenId

public static String getDomainNameFromOpenId(String openId)
Deprecated. 

getTenantDomainFromRequestURL

public static String getTenantDomainFromRequestURL(String requestURI)
Deprecated. 


Copyright © 2014 WSO2 Inc. All rights reserved.