Class ACMRememberMeEnabled


  • public class ACMRememberMeEnabled
    extends java.lang.Object
    Helper class to get the auth.rememberme.timeout value
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ACMRememberMeEnabled

        public ACMRememberMeEnabled()
    • 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