public interface UserRealmService
| Modifier and Type | Method and Description |
|---|---|
UserRealm |
getBootstrapRealm()
Get the bootstrap realm
|
RealmConfiguration |
getBootstrapRealmConfiguration()
Get the boot strap realm configuration, this is always build from conf/user-mgt.xml
|
TenantManager |
getTenantManager()
Get tenant manager
|
TenantMgtConfiguration |
getTenantMgtConfiguration()
Get tenant mgt configuration read from tenant-mgt.xml
|
UserRealm |
getTenantUserRealm(int tenantId)
Only returns if available in cache.
|
void |
setBootstrapRealmConfiguration(RealmConfiguration realmConfiguration)
Set bootstrap realm configuration
|
void |
setTenantManager(TenantManager tenantManager) |
UserRealm getBootstrapRealm() throws UserStoreException
UserStoreExceptionTenantManager getTenantManager()
void setTenantManager(TenantManager tenantManager) throws UserStoreException
tenantManager - UserStoreExceptionUserRealm getTenantUserRealm(int tenantId) throws UserStoreException
tenantId - UserStoreExceptionRealmConfiguration getBootstrapRealmConfiguration()
void setBootstrapRealmConfiguration(RealmConfiguration realmConfiguration)
TenantMgtConfiguration getTenantMgtConfiguration()
Copyright © 2018 WSO2 Inc. All rights reserved.