public class ServiceReferenceHolder extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.wso2.carbon.utils.ConfigurationContextService |
getContextService() |
static ServiceReferenceHolder |
getInstance() |
org.wso2.carbon.user.core.service.RealmService |
getRealmService() |
org.wso2.carbon.registry.core.service.RegistryService |
getRegistryService() |
org.wso2.carbon.registry.core.service.TenantRegistryLoader |
getTenantRegistryLoader() |
static boolean |
isRestrictUnassignedScopes() |
static void |
setContextService(org.wso2.carbon.utils.ConfigurationContextService contextService) |
void |
setRealmService(org.wso2.carbon.user.core.service.RealmService realmService) |
void |
setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService) |
static void |
setRestrictUnassignedScopes(boolean restrictUnassignedScopes) |
void |
setTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader) |
public static ServiceReferenceHolder getInstance()
public void setRealmService(org.wso2.carbon.user.core.service.RealmService realmService)
public org.wso2.carbon.user.core.service.RealmService getRealmService()
public org.wso2.carbon.registry.core.service.RegistryService getRegistryService()
public void setRegistryService(org.wso2.carbon.registry.core.service.RegistryService registryService)
public org.wso2.carbon.registry.core.service.TenantRegistryLoader getTenantRegistryLoader()
public void setTenantRegistryLoader(org.wso2.carbon.registry.core.service.TenantRegistryLoader tenantRegistryLoader)
public static org.wso2.carbon.utils.ConfigurationContextService getContextService()
public static void setContextService(org.wso2.carbon.utils.ConfigurationContextService contextService)
public static boolean isRestrictUnassignedScopes()
public static void setRestrictUnassignedScopes(boolean restrictUnassignedScopes)
Copyright © 2024 WSO2. All rights reserved.