public class TenantUMDataDeletionUtil extends Object
Modifier and Type | Field and Description |
---|---|
static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
TenantUMDataDeletionUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
deleteTenantUMData(int tenantId,
Connection conn)
Delete all tenant information related to tenant stored in UM tables
|
public static void deleteTenantUMData(int tenantId, Connection conn) throws Exception
tenantId
- id of tenant whose data should be deletedconn
- database connection objectSQLException
- thrown if an error occurs while executing the queriesException
Copyright © 2019 WSO2. All rights reserved.