Class Constants

java.lang.Object
com.seeq.utilities.Constants

public class Constants extends Object
  • Field Details

    • GENERAL_TIMEOUT

      public static final Duration GENERAL_TIMEOUT
    • GENERAL_WAIT_INTERVAL

      public static final Duration GENERAL_WAIT_INTERVAL
    • SECURITY_STRING_NOT_USED

      public static final String SECURITY_STRING_NOT_USED
      The security string to set for an item to stop a datasource from managing the ACL for the item. When using this string as the SecurityString, permission inheritance will stay disabled and permissions will stay exactly like they were before, but will be manageable in Seeq.
      See Also:
    • SECURITY_STRING_INHERIT

      public static final String SECURITY_STRING_INHERIT
      The security string to set for an item to stop a datasource from managing the ACL for the item. When using this string as the SecurityString, permission inheritance will get enabled and permissions will be manageable in Seeq, but the item will ALSO inherit permissions from its parent (as permissions inheritance is enabled).
      See Also:
    • SECURITY_STRING_UNRESOLVED_SUFFIX

      public static final String SECURITY_STRING_UNRESOLVED_SUFFIX
      The security string suffix automatically added by the system when not all identities were resolvable
      See Also:
  • Constructor Details

    • Constants

      public Constants()