public class TenantMgtCoreServiceComponent extends Object
Constructor and Description |
---|
TenantMgtCoreServiceComponent() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext context) |
protected void |
deactivate(org.osgi.service.component.ComponentContext context) |
static org.wso2.carbon.user.api.RealmConfiguration |
getBootstrapRealmConfiguration() |
static org.osgi.framework.BundleContext |
getBundleContext() |
static org.wso2.carbon.registry.core.session.UserRegistry |
getConfigSystemRegistry(int tenantId) |
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.TenantRegistryLoader |
getRegistryLoader() |
static org.wso2.carbon.registry.core.service.RegistryService |
getRegistryService() |
static org.wso2.carbon.user.core.tenant.TenantManager |
getTenantManager() |
protected void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
protected void |
setTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegLoader) |
protected void |
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
protected void |
unsetTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegLoader) |
protected void activate(org.osgi.service.component.ComponentContext context)
protected void setTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegLoader)
protected void unsetTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegLoader)
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)
public static org.osgi.framework.BundleContext getBundleContext()
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
public static org.wso2.carbon.registry.core.service.TenantRegistryLoader getRegistryLoader()
Copyright © 2020 WSO2. All rights reserved.