Package com.soffid.iam.utils
Class ConfigurationCache
- java.lang.Object
-
- com.soffid.iam.utils.ConfigurationCache
-
public class ConfigurationCache extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfigurationCache()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getMasterProperty(String property)
static String
getProperty(String property)
static String
getTenantProperty(String tenant, String property)
static boolean
isHistoryEnabled()
static void
remove(String property)
static void
setProperty(String property, String value)
-
-
-
Method Detail
-
remove
public static void remove(String property)
-
isHistoryEnabled
public static boolean isHistoryEnabled()
-
-