Package cronapi

Class AppConfig

java.lang.Object
cronapi.AppConfig

public class AppConfig extends Object
  • Field Details

    • UNDERLINE

      public static final String UNDERLINE
      See Also:
    • NONE

      public static final String NONE
      See Also:
    • FORCE_METADATA

      public static boolean FORCE_METADATA
    • FORCE_LOCAL_ENTITIES

      public static boolean FORCE_LOCAL_ENTITIES
  • Constructor Details

    • AppConfig

      public AppConfig()
  • Method Details

    • 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 jakarta.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()