Package com.microstrategy.webapi
Class ACMRememberMeEnabled
- java.lang.Object
-
- com.microstrategy.webapi.ACMRememberMeEnabled
-
public class ACMRememberMeEnabled extends java.lang.Object
Helper class to get the auth.rememberme.timeout value
-
-
Constructor Summary
Constructors Constructor Description ACMRememberMeEnabled()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
getAuthRememberMeEnabled()
getAuthRememberMeEnabled
returns the auth.rememberme.enabled value set in the configDefaults.properties file.
-
-
-
Method Detail
-
getAuthRememberMeEnabled
public static boolean getAuthRememberMeEnabled()
getAuthRememberMeEnabled
returns the auth.rememberme.enabled value set in the configDefaults.properties file.
if the variable is not set in the configuration file or an exception happens when reading the value a default value false is returned. It means the remember me feature is turned off.- Returns:
- false or the value set in configDefaults.properties
-
-