public class ModuleDataCleaner
extends java.lang.Object
Cleanable
interface.
This is useful e.g. when a user logs out from an app.Modifier and Type | Class and Description |
---|---|
static interface |
ModuleDataCleaner.Cleanable
Indicates a module may contain sensitive user data and should be cleaned on logout.
|
Constructor and Description |
---|
ModuleDataCleaner() |
Modifier and Type | Method and Description |
---|---|
static void |
cleanDataFromModules(CatalystInstance catalystInstance) |
public static void cleanDataFromModules(CatalystInstance catalystInstance)