Class SecurityLabelsHelper

java.lang.Object
wt.access.configuration.SecurityLabelsHelper

public class SecurityLabelsHelper extends Object
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 SecurityLabelsConfiguration class where possible.

Supported API: true

Extendable: false
  • 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.