Package wt.access.configuration
Class SecurityLabelsHelper
java.lang.Object
wt.access.configuration.SecurityLabelsHelper
This class serves as a helper class for the security labels configuration. It
provides public access to some essential security label features configured
in the security label configuration file. Because the configuration is cached
in this class, it's preferable to use this class instead of the
Supported API: true
Extendable: false
SecurityLabelsConfiguration class where possible.
Supported API: true
Extendable: false
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanIndicates whether or not the security label feature is enabled.
-
Method Details
-
isSecurityLabelFeatureEnabled
public static boolean isSecurityLabelFeatureEnabled()Indicates whether or not the security label feature is enabled.
Supported API: true- Returns:
- boolean True if the security label feature is enabled; false otherwise.
-