public final class MigrationClientFactory extends Object
Constructor and Description |
---|
MigrationClientFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
clearFactory() |
static MigrationClient[] |
getAllClients(String migratingFromVersion) |
static MigrationClient |
getClient(String migratingToVersion) |
static void |
initFactory(String tenants,
String blackListTenants,
String tenantRange,
RegistryService registryService,
org.wso2.carbon.user.core.tenant.TenantManager tenantManager,
boolean removeDecryptionFailedKeysFromDB) |
public static void initFactory(String tenants, String blackListTenants, String tenantRange, RegistryService registryService, org.wso2.carbon.user.core.tenant.TenantManager tenantManager, boolean removeDecryptionFailedKeysFromDB) throws org.wso2.carbon.user.api.UserStoreException, org.wso2.carbon.apimgt.api.APIManagementException
org.wso2.carbon.user.api.UserStoreException
org.wso2.carbon.apimgt.api.APIManagementException
public static void clearFactory()
public static MigrationClient[] getAllClients(String migratingFromVersion)
public static MigrationClient getClient(String migratingToVersion)
Copyright © 2024 WSO2. All rights reserved.