Class JKConstants.App

java.lang.Object
com.jk.core.config.JKConstants.App
Enclosing class:
JKConstants

public static class JKConstants.App extends Object
This class provides constants related to Applications.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Field Details

    • ENABLE_SECURITY

      public static final String ENABLE_SECURITY
      Represents the configuration property for enabling security.
      See Also:
    • BASE_PACKAGE

      public static final String BASE_PACKAGE
      Represents the configuration property for specifying the base security package.
      See Also:
    • BASE_PACKAGE_DEFAULT

      public static final String BASE_PACKAGE_DEFAULT
      Represents the configuration property for specifying the default base security package.
      See Also:
    • DEFAULT_LOG_LEVEL

      public static final String DEFAULT_LOG_LEVEL
      Represents the configuration property for specifying the security log level.
      See Also:
  • Constructor Details

    • App

      public App()