Package com.jk.core.config
Class JKConstants.App
java.lang.Object
com.jk.core.config.JKConstants.App
- Enclosing class:
- JKConstants
This class provides constants related to Applications.
- Version:
- 1.0
- Author:
- Dr. Jalal H. Kiswani
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Represents the configuration property for specifying the base security package.static final String
Represents the configuration property for specifying the default base security package.static final String
Represents the configuration property for specifying the security log level.static final String
Represents the configuration property for enabling security. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ENABLE_SECURITY
Represents the configuration property for enabling security.- See Also:
-
BASE_PACKAGE
Represents the configuration property for specifying the base security package.- See Also:
-
BASE_PACKAGE_DEFAULT
Represents the configuration property for specifying the default base security package.- See Also:
-
DEFAULT_LOG_LEVEL
Represents the configuration property for specifying the security log level.- See Also:
-
-
Constructor Details
-
App
public App()
-