public class APIMMigrationServiceComponent extends Object
Constructor and Description |
---|
APIMMigrationServiceComponent() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext context)
Method to activate bundle.
|
protected void |
deactivate(org.osgi.service.component.ComponentContext context)
Method to deactivate bundle.
|
protected void |
setApiManagerConfig(org.wso2.carbon.apimgt.impl.APIManagerConfigurationService apiManagerConfig)
Method to set API Manager configuration
|
protected void |
setApplicationManagementService(org.wso2.carbon.identity.application.mgt.ApplicationManagementService applicationManagementService)
Method to set ApplicationManagementService
|
protected void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
Method to set realm service.
|
protected void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
Method to set registry service.
|
protected void |
setTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegLoader)
Method to set tenant registry loader
|
protected void |
unsetApiManagerConfig(org.wso2.carbon.apimgt.impl.APIManagerConfigurationService apiManagerConfig)
Method to unset API manager configuration
|
protected void |
unsetApplicationManagementService(org.wso2.carbon.identity.application.mgt.ApplicationManagementService applicationManagementService)
Method to unset ApplicationManagementService
|
protected void |
unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
Method to unset realm service.
|
protected void |
unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
Method to unset registry service.
|
protected void |
unsetTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegLoader)
Method to unset tenant registry loader
|
protected void activate(org.osgi.service.component.ComponentContext context)
context
- OSGi component context.protected void deactivate(org.osgi.service.component.ComponentContext context)
context
- OSGi component context.protected void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
registryService
- service to get tenant data.protected void unsetRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
registryService
- service to get registry data.protected void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
realmService
- service to get tenant data.protected void unsetRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
realmService
- service to get tenant data.protected void setTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegLoader)
tenantRegLoader
- tenant registry loaderprotected void unsetTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegLoader)
tenantRegLoader
- tenant registry loaderprotected void setApiManagerConfig(org.wso2.carbon.apimgt.impl.APIManagerConfigurationService apiManagerConfig)
apiManagerConfig
- api manager configurationprotected void unsetApiManagerConfig(org.wso2.carbon.apimgt.impl.APIManagerConfigurationService apiManagerConfig)
apiManagerConfig
- api manager configurationprotected void setApplicationManagementService(org.wso2.carbon.identity.application.mgt.ApplicationManagementService applicationManagementService)
applicationManagementService
- protected void unsetApplicationManagementService(org.wso2.carbon.identity.application.mgt.ApplicationManagementService applicationManagementService)
applicationManagementService
- Copyright © 2024 WSO2. All rights reserved.