public interface TenantRegistryLoader
Axis2ConfigurationContextObserver
as well as the AuthenticationObserver
, which
will ensure that the registry will be automatically initialized during the lazy loading of a
tenant, or during the process of authentication.Modifier and Type | Method and Description |
---|---|
void |
loadTenantRegistry(int tenantId)
Load the Registry for the given tenant.
|
void loadTenantRegistry(int tenantId) throws RegistryException
tenantId
- the tenant id of the system. The tenant id '0', corresponds to the super
tenant of the system, whereas identifiers greater than '0' correspond to
valid tenants.RegistryException
Copyright © 2016 WSO2 Inc. All Rights Reserved.