public class IdentityCoreServiceComponent extends Object
Constructor and Description |
---|
IdentityCoreServiceComponent() |
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.osgi.framework.BundleContext |
getBundleContext() |
static org.wso2.carbon.utils.ConfigurationContextService |
getConfigurationContextService() |
static org.wso2.carbon.base.api.ServerConfigurationService |
getServerConfigurationService() |
protected void |
setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService service) |
protected void |
setKeyStoreManagerExtension(KeyStoreManagerExtension keyStoreManagerExtension) |
protected void |
setMigrationClient(MigrationClient client) |
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 |
setTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader) |
protected void |
unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService service) |
protected void |
unsetKeyStoreManagerExtension(KeyStoreManagerExtension keyStoreManagerExtension) |
protected void |
unsetMigrationClient(MigrationClient client) |
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 |
unsetTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader) |
public static org.wso2.carbon.base.api.ServerConfigurationService getServerConfigurationService()
protected void setServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfigurationService)
protected void unsetServerConfigurationService(org.wso2.carbon.base.api.ServerConfigurationService serverConfigurationService)
public static org.osgi.framework.BundleContext getBundleContext()
protected void activate(org.osgi.service.component.ComponentContext ctxt) throws MigrationClientException
ctxt
- MigrationClientException
protected void deactivate(org.osgi.service.component.ComponentContext ctxt)
ctxt
- 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)
realmService
- protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
realmService
- protected void setTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader)
protected void unsetTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader)
public static org.wso2.carbon.utils.ConfigurationContextService getConfigurationContextService()
protected void setConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService service)
service
- protected void unsetConfigurationContextService(org.wso2.carbon.utils.ConfigurationContextService service)
service
- protected void setMigrationClient(MigrationClient client)
client
- protected void unsetMigrationClient(MigrationClient client)
client
- protected void setKeyStoreManagerExtension(KeyStoreManagerExtension keyStoreManagerExtension)
protected void unsetKeyStoreManagerExtension(KeyStoreManagerExtension keyStoreManagerExtension)
Copyright © 2019 WSO2. All rights reserved.