Package com.seeq.utilities
Class Constants
java.lang.Object
com.seeq.utilities.Constants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Duration
static final Duration
static final String
The security string to set for an item to stop a datasource from managing the ACL for the item.static final String
The security string to set for an item to stop a datasource from managing the ACL for the item.static final String
The security string suffix automatically added by the system when not all identities were resolvable -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
GENERAL_TIMEOUT
-
GENERAL_WAIT_INTERVAL
-
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
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
The security string suffix automatically added by the system when not all identities were resolvable- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-