public class TenantMgtServiceComponent extends Object
Constructor and Description |
---|
TenantMgtServiceComponent() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext context) |
static void |
addTenantMgtListener(org.wso2.carbon.stratos.common.listeners.TenantMgtListener tenantMgtListener) |
protected void |
deactivate(org.osgi.service.component.ComponentContext context) |
static org.wso2.carbon.stratos.common.TenantBillingService |
getBillingService() |
static org.wso2.carbon.user.api.RealmConfiguration |
getBootstrapRealmConfiguration() |
static org.wso2.carbon.registry.core.session.UserRegistry |
getConfigSystemRegistry(int tenantId) |
static org.apache.axis2.context.ConfigurationContext |
getConfigurationContext() |
static org.wso2.carbon.utils.ConfigurationContextService |
getConfigurationContextService() |
static org.wso2.carbon.registry.core.session.UserRegistry |
getGovernanceSystemRegistry(int tenantId) |
static org.wso2.carbon.user.core.service.RealmService |
getRealmService() |
static org.wso2.carbon.registry.core.service.RegistryService |
getRegistryService() |
static org.wso2.carbon.base.api.ServerConfigurationService |
getServerConfigurationService() |
static org.wso2.carbon.user.core.tenant.TenantManager |
getTenantManager() |
static List<org.wso2.carbon.stratos.common.listeners.TenantMgtListener> |
getTenantMgtListeners() |
static void |
removeTenantMgtListener(org.wso2.carbon.stratos.common.listeners.TenantMgtListener tenantMgtListener) |
protected void |
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService) |
protected void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
protected void |
setServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfigurationService) |
protected void |
setTenantBillingService(org.wso2.carbon.stratos.common.TenantBillingService tenantBillingService) |
protected void |
setTenantMgtListenerService(org.wso2.carbon.stratos.common.listeners.TenantMgtListener tenantMgtListener) |
static void |
sortTenantMgtListeners() |
protected void |
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService) |
protected void |
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
protected void |
unsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfigurationService) |
protected void |
unsetTenantBillingService(org.wso2.carbon.stratos.common.TenantBillingService tenantBilling) |
protected void |
unsetTenantMgtListenerService(org.wso2.carbon.stratos.common.listeners.TenantMgtListener tenantMgtListener) |
protected void activate(org.osgi.service.component.ComponentContext context)
protected void setTenantMgtListenerService(org.wso2.carbon.stratos.common.listeners.TenantMgtListener tenantMgtListener)
protected void unsetTenantMgtListenerService(org.wso2.carbon.stratos.common.listeners.TenantMgtListener tenantMgtListener)
protected void deactivate(org.osgi.service.component.ComponentContext context)
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService configurationContextService)
protected void setServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfigurationService)
protected void unsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfigurationService)
public static void addTenantMgtListener(org.wso2.carbon.stratos.common.listeners.TenantMgtListener tenantMgtListener)
public static void removeTenantMgtListener(org.wso2.carbon.stratos.common.listeners.TenantMgtListener tenantMgtListener)
public static void sortTenantMgtListeners()
public static List<org.wso2.carbon.stratos.common.listeners.TenantMgtListener> getTenantMgtListeners()
public static org.wso2.carbon.utils.ConfigurationContextService getConfigurationContextService()
public static org.apache.axis2.context.ConfigurationContext getConfigurationContext()
public static org.wso2.carbon.base.api.ServerConfigurationService getServerConfigurationService()
public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
public static org.wso2.carbon.user.core.service.RealmService getRealmService()
public static org.wso2.carbon.user.core.tenant.TenantManager getTenantManager()
public static org.wso2.carbon.user.api.RealmConfiguration getBootstrapRealmConfiguration()
public static org.wso2.carbon.registry.core.session.UserRegistry getGovernanceSystemRegistry(int tenantId) throws org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.registry.core.exceptions.RegistryException
public static org.wso2.carbon.registry.core.session.UserRegistry getConfigSystemRegistry(int tenantId) throws org.wso2.carbon.registry.core.exceptions.RegistryException
org.wso2.carbon.registry.core.exceptions.RegistryException
protected void setTenantBillingService(org.wso2.carbon.stratos.common.TenantBillingService tenantBillingService)
protected void unsetTenantBillingService(org.wso2.carbon.stratos.common.TenantBillingService tenantBilling)
public static org.wso2.carbon.stratos.common.TenantBillingService getBillingService()
Copyright © 2021 WSO2. All rights reserved.