Package cronapi

Class AppConfig


  • public class AppConfig
    extends Object
    • Constructor Detail

      • AppConfig

        public AppConfig()
    • Method Detail

      • getJSON

        public static com.google.gson.JsonObject getJSON()
      • isNull

        public static boolean isNull​(com.google.gson.JsonElement value)
      • exposeLocalEntities

        public static boolean exposeLocalEntities()
      • exposeMetadada

        public static boolean exposeMetadada()
      • exposeMetadadaSecurity

        public static String exposeMetadadaSecurity()
      • exposeEnitiesSecurity

        public static String exposeEnitiesSecurity()
      • tokenRecaptcha

        public static String tokenRecaptcha()
      • tokenSeleniumIdeId

        public static String tokenSeleniumIdeId()
      • tokenCronappId

        public static String tokenCronappId()
      • token

        public static String token()
      • guid

        public static String guid()
      • tokenExpiration

        public static long tokenExpiration()
      • type

        public static String type()
      • defaultDomain

        public static String defaultDomain()
      • hostname

        public static String hostname()
      • groupName

        public static String groupName()
      • autoSignUp

        public static boolean autoSignUp()
      • fixedTimeZone

        public static boolean fixedTimeZone()
      • timeZone

        public static String timeZone()
      • timeZoneOffset

        public static int timeZoneOffset()
      • flushMode

        public static javax.persistence.FlushModeType flushMode()
      • getApplicationId

        public static String getApplicationId()
      • xFrameOptions

        public static String xFrameOptions()
      • getProjectName

        public static String getProjectName()
      • getIfRegistrationAvailable

        public static Boolean getIfRegistrationAvailable()
      • getMinPasswordSize

        public static Integer getMinPasswordSize()
      • getFailedAttempts

        public static Integer getFailedAttempts()
      • getBlockTime

        public static Integer getBlockTime()
      • getIdletime

        public static Integer getIdletime()
      • getOnlyStrongPass

        public static Boolean getOnlyStrongPass()
      • getDontAllowRepeatedPass

        public static Boolean getDontAllowRepeatedPass()
      • getMinUpperCase

        public static Integer getMinUpperCase()
      • getMinDigit

        public static Integer getMinDigit()
      • getMinSpecial

        public static Integer getMinSpecial()
      • getLocale

        public static Locale getLocale()
      • hasAnyTypeAuthentication

        public static boolean hasAnyTypeAuthentication()