org.wso2.carbon.core.multitenancy.utils.TenantUtils.getAxisService(String, ConfigurationContext)
|
org.wso2.carbon.core.AbstractAdmin.getGovernanceRegistry()
Use either getGovernanceSystemRegistry or getGovernanceUserRegistry
|
org.wso2.carbon.core.clustering.hazelcast.HazelcastClusteringAgent.getNodeManager() |
org.wso2.carbon.core.persistence.AbstractPersistenceManager.getPropertyValues(String, String)
why we need store multiple property values with the same property name specially for POLICY_UUID?
|
org.wso2.carbon.core.AbstractAdmin.getRegistry() |
org.wso2.carbon.core.util.KeyStoreManager.getRegistryKeyStore()
|
org.wso2.carbon.core.util.AdminServicesUtil.getSystemRegistry() |
org.wso2.carbon.core.util.AnonymousSessionUtil.getSystemRegistryByDomainName(RegistryService, RealmService, String) |
org.wso2.carbon.core.util.AnonymousSessionUtil.getSystemRegistryByUserName(RegistryService, RealmService, String) |
org.wso2.carbon.core.multitenancy.utils.TenantUtils.getTenantAxisConfiguration(String, ConfigurationContext)
|
org.wso2.carbon.core.multitenancy.utils.TenantUtils.getTenantConfigurationContext(String, ConfigurationContext)
|
org.wso2.carbon.core.multitenancy.utils.TenantUtils.getTenantConfigurationContextFromUrl(String, ConfigurationContext)
|
org.wso2.carbon.core.multitenancy.utils.TenantUtils.getTenantFromUrl(String)
use
MultitenantUtils.getTenantDomainFromUrl(String)
|
org.wso2.carbon.core.multitenancy.utils.TenantUtils.getTenantId(ConfigurationContext)
use MultitenantUtils.getTenantId(ConfigurationContext)
|
org.wso2.carbon.core.multitenancy.utils.TenantAxisUtils.getTenantId(ConfigurationContext)
use MultitenantUtils.getTenantId(ConfigurationContext)
|
org.wso2.carbon.core.util.AdminServicesUtil.getUserRegistry() |
org.wso2.carbon.core.util.AnonymousSessionUtil.getUserRegistry(RegistryService, String) |
org.wso2.carbon.core.util.AnonymousSessionUtil.getUserRegistryByUserName(RegistryService, RealmService, String) |
org.wso2.carbon.core.util.GhostDispatcherUtils.handleDepSynchUpdate(AxisConfiguration, AxisService)
partial depsync update is deprecated.
This method handles the partial synchronizing/updating of the service file
synchronized to avoid concurrent dep sycnh updates of the same file
|
org.wso2.carbon.core.util.MIMEType2FileExtensionMap.init(BundleContext)
No need to call init at all
|
org.wso2.carbon.core.multitenancy.utils.TenantUtils.initializeTenantTransports(ConfigurationContext)
|
org.wso2.carbon.core.ServerStartupHandler.invoke() |
org.wso2.carbon.core.clustering.hazelcast.HazelcastClusteringAgent.setNodeManager(NodeManager) |
org.wso2.carbon.core.multitenancy.utils.TenantUtils.setTenantTransports(AxisConfiguration, String, AxisConfiguration)
|
org.wso2.carbon.core.persistence.AbstractPersistenceManager.writeAxisDescription(String, AxisDescription, String, String)
Encourage to use this#createOperation and do the operations manually
|