Skip navigation links
A C D E G H I L O P R S T U V 

A

activate(ComponentContext) - Method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
activateTenant(String) - Method in class org.wso2.carbon.tenant.mgt.services.TenantMgtAdminService
Activate a deactivated tenant, by the super tenant.
activateTenant(String, TenantManager, int) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
Activate the given tenant, either at the time of tenant creation, or later by super admin.
activateTenantInitially(TenantInfoBean, int) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
Activate a tenant during the time of the tenant creation.
addClaimsToUserStoreManager(Tenant) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
Adds claims to UserStoreManager
addSkeletonTenant(TenantInfoBean) - Method in class org.wso2.carbon.tenant.mgt.services.TenantMgtAdminService
Super admin add tenant.This method will be used whenever the user store is shared between two deployment.
addTenant(TenantInfoBean) - Method in class org.wso2.carbon.tenant.mgt.services.TenantMgtAdminService
super admin adds a tenant
addTenantMgtListener(TenantMgtListener) - Static method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
addUser(String, String) - Static method in class org.wso2.carbon.tenant.mgt.services.InMemoryPasswordcallbackHandler
 

C

checkDomainAvailability(String) - Method in class org.wso2.carbon.tenant.mgt.services.TenantSelfRegistrationService
Check if the selected domain is available to register
clearTenantAdminCreationOperation() - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
 
CloudWSRealmConfigBuilder - Class in org.wso2.carbon.tenant.mgt.realm
Deprecated.
CloudWSRealmConfigBuilder() - Constructor for class org.wso2.carbon.tenant.mgt.realm.CloudWSRealmConfigBuilder
Deprecated.
 

D

deactivate(ComponentContext) - Method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
deactivateTenant(String) - Method in class org.wso2.carbon.tenant.mgt.services.TenantMgtAdminService
Deactivate the given tenant
deactivateTenant(String, TenantManager, int) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
Deactivate the given tenant, by super admin.
deleteProductSpecificTenantData(Connection, String, int) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantDataDeletionUtil
 
deleteProductSpecificTenantData(String, String, int) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
Delete tenant data specific to product from database.
deleteTenant(String) - Method in class org.wso2.carbon.tenant.mgt.services.TenantMgtAdminService
Delete a specific tenant
deleteTenantRegistryData(int) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
 
deleteTenantRegistryData(int, Connection) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantRegistryDataDeletionUtil
Delete all tenant information related to tenant stored in REG tables
deleteTenantUMData(int) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
 
deleteTenantUMData(int, Connection) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantUMDataDeletionUtil
Delete all tenant information related to tenant stored in UM tables
deleteWorkernodesTenant(int) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
Broadcast TenantDeleteClusterMessage to all worker nodes

E

execute(ConfigurationContext) - Method in class org.wso2.carbon.tenant.mgt.message.TenantDeleteClusterMessage
Deleting cache data in JDBCTenantManager

G

GAppTenantRegistrationService - Class in org.wso2.carbon.tenant.mgt.services
 
GAppTenantRegistrationService() - Constructor for class org.wso2.carbon.tenant.mgt.services.GAppTenantRegistrationService
 
generateRandomCaptcha() - Method in class org.wso2.carbon.tenant.mgt.services.TenantSelfRegistrationService
Generates a random Captcha
getBillingService() - Static method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
getBootstrapRealmConfiguration() - Static method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
getConfigSystemRegistry(int) - Static method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
getConfigurationContext() - Static method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
getConfigurationContextService() - Static method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
getDefaultRampartConfig() - Static method in class org.wso2.carbon.tenant.mgt.internal.util.TenantMgtRampartUtil
 
getGovernanceSystemRegistry(int) - Static method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
getNumberOfPages() - Method in class org.wso2.carbon.tenant.mgt.beans.PaginatedTenantInfoBean
 
getRealmConfigForTenantToCreateRealm(RealmConfiguration, RealmConfiguration, int) - Method in class org.wso2.carbon.tenant.mgt.realm.CloudWSRealmConfigBuilder
Deprecated.
This method is called on server startup by DefaultRealmService by non-Idaas cloud services This is not called on ws.api startup.
getRealmConfigForTenantToCreateRealm(RealmConfiguration, RealmConfiguration, int) - Method in class org.wso2.carbon.tenant.mgt.realm.IdaasWSRealmConfigBuilder
This method is called, on server startup by DefaultRealmService by Idaas only This is not called on ws.api startup or by any non-Idaas servers
getRealmConfigForTenantToCreateRealmOnTenantCreation(RealmConfiguration, RealmConfiguration, int) - Method in class org.wso2.carbon.tenant.mgt.realm.CloudWSRealmConfigBuilder
Deprecated.
 
getRealmConfigForTenantToCreateRealmOnTenantCreation(RealmConfiguration, RealmConfiguration, int) - Method in class org.wso2.carbon.tenant.mgt.realm.IdaasWSRealmConfigBuilder
 
getRealmConfigForTenantToPersist(RealmConfiguration, TenantMgtConfiguration, Tenant, int) - Method in class org.wso2.carbon.tenant.mgt.realm.CloudWSRealmConfigBuilder
Deprecated.
 
getRealmConfigForTenantToPersist(RealmConfiguration, TenantMgtConfiguration, Tenant, int) - Method in class org.wso2.carbon.tenant.mgt.realm.IdaasWSRealmConfigBuilder
 
getRealmService() - Static method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
getRegistryService() - Static method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
getResponse() - Method in class org.wso2.carbon.tenant.mgt.message.TenantDeleteClusterMessage
Get Response
getServerConfigurationService() - Static method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
getTenant(String) - Method in class org.wso2.carbon.tenant.mgt.services.TenantMgtAdminService
Get a specific tenant
getTenantInfoBeanfromTenant(int, Tenant) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
initializes a TenantInfoBean object from the tenant
getTenantInfoBeans() - Method in class org.wso2.carbon.tenant.mgt.beans.PaginatedTenantInfoBean
 
getTenantManager() - Static method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
getTenantMgtListeners() - Static method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
getUserStoreManager(Tenant, int) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
gets the UserStoreManager for a tenant

H

handle(Callback[]) - Method in class org.wso2.carbon.tenant.mgt.services.InMemoryPasswordcallbackHandler
 

I

IdaasWSRealmConfigBuilder - Class in org.wso2.carbon.tenant.mgt.realm
 
IdaasWSRealmConfigBuilder() - Constructor for class org.wso2.carbon.tenant.mgt.realm.IdaasWSRealmConfigBuilder
 
initializeTenant(TenantInfoBean) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
initializes tenant from the user input (tenant info bean)
initializeTenantInfoBean(int, Tenant) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
Initializes a tenantInfoBean object for a given tenant.
InMemoryPasswordcallbackHandler - Class in org.wso2.carbon.tenant.mgt.services
 
InMemoryPasswordcallbackHandler() - Constructor for class org.wso2.carbon.tenant.mgt.services.InMemoryPasswordcallbackHandler
 
isRegisteredAsGoogleAppDomain(String) - Method in class org.wso2.carbon.tenant.mgt.services.GAppTenantRegistrationService
 
isTenantAdminCreationOperation() - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
 

L

log - Static variable in class org.wso2.carbon.tenant.mgt.util.TenantDataDeletionUtil
 
log - Static variable in class org.wso2.carbon.tenant.mgt.util.TenantRegistryDataDeletionUtil
 
log - Static variable in class org.wso2.carbon.tenant.mgt.util.TenantUMDataDeletionUtil
 

O

org.wso2.carbon.tenant.mgt.beans - package org.wso2.carbon.tenant.mgt.beans
 
org.wso2.carbon.tenant.mgt.exception - package org.wso2.carbon.tenant.mgt.exception
 
org.wso2.carbon.tenant.mgt.internal - package org.wso2.carbon.tenant.mgt.internal
 
org.wso2.carbon.tenant.mgt.internal.util - package org.wso2.carbon.tenant.mgt.internal.util
 
org.wso2.carbon.tenant.mgt.message - package org.wso2.carbon.tenant.mgt.message
 
org.wso2.carbon.tenant.mgt.realm - package org.wso2.carbon.tenant.mgt.realm
 
org.wso2.carbon.tenant.mgt.services - package org.wso2.carbon.tenant.mgt.services
 
org.wso2.carbon.tenant.mgt.util - package org.wso2.carbon.tenant.mgt.util
 

P

PaginatedTenantInfoBean - Class in org.wso2.carbon.tenant.mgt.beans
Bean for paginated tenant information
PaginatedTenantInfoBean() - Constructor for class org.wso2.carbon.tenant.mgt.beans.PaginatedTenantInfoBean
 
prepareStringToShowThemeMgtPage(int) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
Prepares string to show theme management page.

R

registerGoogleAppsTenant(TenantInfoBean) - Method in class org.wso2.carbon.tenant.mgt.services.GAppTenantRegistrationService
 
registerTenant(TenantInfoBean, CaptchaInfoBean) - Method in class org.wso2.carbon.tenant.mgt.services.TenantSelfRegistrationService
Registers a tenant - Tenant Self Registration
registerTenantForTrustedUser(TenantInfoBean) - Method in class org.wso2.carbon.tenant.mgt.services.TenantSelfRegistrationService
Registers a tenant - Tenant Self Registration For trusted User (users which were created first) <>
removeTenantMgtListener(TenantMgtListener) - Static method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
retrievePaginatedPartialSearchTenants(String, int) - Method in class org.wso2.carbon.tenant.mgt.services.TenantMgtAdminService
Method to retrieve all the partial search domain tenants paginated
retrievePaginatedTenants(int) - Method in class org.wso2.carbon.tenant.mgt.services.TenantMgtAdminService
Method to retrieve all the tenants paginated
retrievePartialSearchTenants(String) - Method in class org.wso2.carbon.tenant.mgt.services.TenantMgtAdminService
Retrieve all the tenants which matches the partial search domain
retrieveTenants() - Method in class org.wso2.carbon.tenant.mgt.services.TenantMgtAdminService
Retrieve all the tenants

S

set(List<T>) - Method in class org.wso2.carbon.tenant.mgt.beans.PaginatedTenantInfoBean
 
setConfigurationContextService(ConfigurationContextService) - Method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
setNumberOfPages(int) - Method in class org.wso2.carbon.tenant.mgt.beans.PaginatedTenantInfoBean
 
setRealmService(RealmService) - Method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
setRegistryService(RegistryService) - Method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
setServerConfigurationService(ServerConfigurationService) - Method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
setTenantAdminCreationOperation(boolean) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
 
setTenantBillingService(TenantBillingService) - Method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
setTenantInfoBeans(TenantInfoBean[]) - Method in class org.wso2.carbon.tenant.mgt.beans.PaginatedTenantInfoBean
 
setTenantMgtListenerService(TenantMgtListener) - Method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
sortTenantMgtListeners() - Static method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 

T

TenantDataDeletionUtil - Class in org.wso2.carbon.tenant.mgt.util
This class is responsible for deleting product specific tenant data
TenantDataDeletionUtil() - Constructor for class org.wso2.carbon.tenant.mgt.util.TenantDataDeletionUtil
 
TenantDeleteClusterMessage - Class in org.wso2.carbon.tenant.mgt.message
Tenant delete cluster message use to send to all worker nodes and delete the Cache
TenantDeleteClusterMessage(int) - Constructor for class org.wso2.carbon.tenant.mgt.message.TenantDeleteClusterMessage
Overloaded constructor to pass the tenant id
TenantManagementException - Exception in org.wso2.carbon.tenant.mgt.exception
Tenant Management Specific Exception.
TenantManagementException(String, Exception) - Constructor for exception org.wso2.carbon.tenant.mgt.exception.TenantManagementException
 
TenantManagementException(String) - Constructor for exception org.wso2.carbon.tenant.mgt.exception.TenantManagementException
 
TenantMgtAdminService - Class in org.wso2.carbon.tenant.mgt.services
This is the admin Web service which is used for managing tenants
TenantMgtAdminService() - Constructor for class org.wso2.carbon.tenant.mgt.services.TenantMgtAdminService
 
TenantMgtRampartUtil - Class in org.wso2.carbon.tenant.mgt.internal.util
 
TenantMgtRampartUtil() - Constructor for class org.wso2.carbon.tenant.mgt.internal.util.TenantMgtRampartUtil
 
TenantMgtServiceComponent - Class in org.wso2.carbon.tenant.mgt.internal
 
TenantMgtServiceComponent() - Constructor for class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
TenantMgtUtil - Class in org.wso2.carbon.tenant.mgt.util
Utility methods for tenant management.
TenantMgtUtil() - Constructor for class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
 
TenantRegistryDataDeletionUtil - Class in org.wso2.carbon.tenant.mgt.util
 
TenantRegistryDataDeletionUtil() - Constructor for class org.wso2.carbon.tenant.mgt.util.TenantRegistryDataDeletionUtil
 
TenantSelfRegistrationService - Class in org.wso2.carbon.tenant.mgt.services
TenantSelfRegistration - This is the Web service that will be called when tenants register themselves
TenantSelfRegistrationService() - Constructor for class org.wso2.carbon.tenant.mgt.services.TenantSelfRegistrationService
 
TenantUMDataDeletionUtil - Class in org.wso2.carbon.tenant.mgt.util
 
TenantUMDataDeletionUtil() - Constructor for class org.wso2.carbon.tenant.mgt.util.TenantUMDataDeletionUtil
 
triggerAddTenant(TenantInfoBean) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
Triggers adding the tenant for TenantMgtListener
triggerPreTenantDelete(int) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
Triggers pre tenant delete for TenantMgtListener
triggerTenantActivation(int) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
 
triggerTenantDeactivation(int) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
 
triggerTenantInitialActivation(TenantInfoBean) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
 
triggerUpdateTenant(TenantInfoBean) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
Triggers an update for the tenant for TenantMgtListener

U

unsetConfigurationContextService(ConfigurationContextService) - Method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
unsetRealmService(RealmService) - Method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
unsetRegistryService(RegistryService) - Method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
unsetServerConfigurationService(ServerConfigurationService) - Method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
unsetTenantBillingService(TenantBillingService) - Method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
unsetTenantMgtListenerService(TenantMgtListener) - Method in class org.wso2.carbon.tenant.mgt.internal.TenantMgtServiceComponent
 
updateTenant(TenantInfoBean) - Method in class org.wso2.carbon.tenant.mgt.services.TenantMgtAdminService
Updates a given tenant

V

validateDomain(String) - Static method in class org.wso2.carbon.tenant.mgt.util.TenantMgtUtil
Validate the tenant domain
validateOrSuggestDomain(String, String) - Method in class org.wso2.carbon.tenant.mgt.services.TenantSelfRegistrationService
Validates or Suggests a domain.
A C D E G H I L O P R S T U V 
Skip navigation links

Copyright © 2017 WSO2. All rights reserved.