public class ServiceHolder extends Object
Constructor and Description |
---|
ServiceHolder() |
Modifier and Type | Method and Description |
---|---|
static org.wso2.carbon.apimgt.impl.APIManagerConfigurationService |
getAPIManagerConfigurationService()
Returns APIManagerConfigurationService
|
static org.wso2.carbon.identity.application.mgt.ApplicationManagementService |
getApplicationManagementService()
This method is used to get ApplicationManagementService
|
static org.wso2.carbon.user.core.service.RealmService |
getRealmService()
This method used to get RealmService.
|
static org.wso2.carbon.registry.core.service.RegistryService |
getRegistryService()
Method to get RegistryService.
|
static org.wso2.carbon.registry.core.service.TenantRegistryLoader |
getTenantRegLoader()
This method used to get TenantRegistryLoader
|
static void |
setAPIManagerConfigurationService(org.wso2.carbon.apimgt.impl.APIManagerConfigurationService amConfigService)
Sets APIManagerConfigurationService
|
static void |
setApplicationManagementService(org.wso2.carbon.identity.application.mgt.ApplicationManagementService service)
This method is used to set ApplicationManagementService
|
static void |
setRealmService(org.wso2.carbon.user.core.service.RealmService service)
Method to set registry RealmService.
|
static void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService service)
Method to set registry RegistryService.
|
static void |
setTenantRegLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader service)
This method used to set TenantRegistryLoader
|
public static org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
public static void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService service)
service
- registryService.public static org.wso2.carbon.user.core.service.RealmService getRealmService()
public static void setRealmService(org.wso2.carbon.user.core.service.RealmService service)
service
- RealmService.public static org.wso2.carbon.registry.core.service.TenantRegistryLoader getTenantRegLoader()
public static void setTenantRegLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader service)
service
- Tenant registry loader for load tenant registrypublic static org.wso2.carbon.apimgt.impl.APIManagerConfigurationService getAPIManagerConfigurationService()
public static void setAPIManagerConfigurationService(org.wso2.carbon.apimgt.impl.APIManagerConfigurationService amConfigService)
amConfigService
- public static org.wso2.carbon.identity.application.mgt.ApplicationManagementService getApplicationManagementService()
public static void setApplicationManagementService(org.wso2.carbon.identity.application.mgt.ApplicationManagementService service)
service
- Copyright © 2024 WSO2. All rights reserved.