public class LoggingServiceComponent extends Object
Constructor and Description |
---|
LoggingServiceComponent() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext ctxt) |
protected void |
deactivate(org.osgi.service.component.ComponentContext ctxt) |
static org.wso2.carbon.user.api.RealmConfiguration |
getBootstrapRealmConfiguration() |
org.wso2.carbon.user.core.service.RealmService |
getRealmService() |
static org.wso2.carbon.user.core.tenant.TenantManager |
getTenantManager() |
protected void |
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) |
protected void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
protected void |
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) |
protected void |
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
protected void |
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
public static org.wso2.carbon.user.core.tenant.TenantManager getTenantManager()
public static org.wso2.carbon.user.api.RealmConfiguration getBootstrapRealmConfiguration()
protected void activate(org.osgi.service.component.ComponentContext ctxt)
public org.wso2.carbon.user.core.service.RealmService getRealmService()
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 contextService)
protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
Copyright © 2018 WSO2. All rights reserved.