Class ApplicationAttributeConstants
java.lang.Object
com.atlassian.crowd.model.application.ApplicationAttributeConstants
Constants for attributes of an application.
- Since:
- v2.1
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Key of attribute indicating whether memberships are aggregated across mapped directories.static final String
Key of attribute indicating whether aliasing is enabled for the application.static final String
Key of attribute indicating the application link IDstatic final String
Key of attribute storing the value of the Application URL.static final String
Key of attribute indicating whether the application password has been encoded with the Atlassian SHA1 algorithm.static final String
Key of attribute indicating whether group queries should return only groups with access.static final String
Key of attribute indicating whether user queries should return only users with access.static final String
Key of attribute indicating the value of the last license data sync statestatic final String
Key of attribute indicating the timestamp when last license data sync state was updatedstatic final String
Key of attribute indicating the value of the interval for licensing data sync intervalstatic final String
Key of attribute indicating whether the user and group names returned should be in lowercase.static final String
Key of attribute indicating whether order of directories should be optimized for authentication basing on directory cache.static final String
Key of attribute indicating whether application can authenticate user using their email.static final String
Key of attribute indicating whether application can authenticate user without passing their password. -
Method Summary
-
Field Details
-
ATTRIBUTE_KEY_ATLASSIAN_SHA1_APPLIED
Key of attribute indicating whether the application password has been encoded with the Atlassian SHA1 algorithm.- See Also:
-
ATTRIBUTE_KEY_APPLICATION_URL
Key of attribute storing the value of the Application URL.- See Also:
-
ATTRIBUTE_KEY_LOWER_CASE_OUTPUT
Key of attribute indicating whether the user and group names returned should be in lowercase.- See Also:
-
ATTRIBUTE_KEY_ALIASING_ENABLED
Key of attribute indicating whether aliasing is enabled for the application.- See Also:
-
ATTRIBUTE_KEY_AGGREGATE_MEMBERSHIPS
Key of attribute indicating whether memberships are aggregated across mapped directories.- See Also:
-
ATTRIBUTE_KEY_OPTIMISE_CACHED_DIRECTORIES_AUTHENTICATION_ORDER
Key of attribute indicating whether order of directories should be optimized for authentication basing on directory cache.- See Also:
-
ATTRIBUTE_KEY_APPLICATION_LINK_ID
Key of attribute indicating the application link ID- See Also:
-
ATTRIBUTE_KEY_LICENSE_DATA_SYNC_INTERVAL_IN_MIN
Key of attribute indicating the value of the interval for licensing data sync interval- See Also:
-
ATTRIBUTE_KEY_LAST_LICENSE_DATA_SYNC_STATUS
Key of attribute indicating the value of the last license data sync state- See Also:
-
ATTRIBUTE_KEY_LAST_LICENSE_DATA_SYNC_STATUS_TIMESTAMP
Key of attribute indicating the timestamp when last license data sync state was updated- See Also:
-
ATTRIBUTE_KEY_FILTER_USERS_WITH_ACCESS
Key of attribute indicating whether user queries should return only users with access.- See Also:
-
ATTRIBUTE_KEY_FILTER_GROUPS_WITH_ACCESS
Key of attribute indicating whether group queries should return only groups with access.- See Also:
-
AUTHENTICATION_WITHOUT_PASSWORD_ENABLED
Key of attribute indicating whether application can authenticate user without passing their password.- See Also:
-
AUTHENTICATION_BY_EMAIL_ENABLED
Key of attribute indicating whether application can authenticate user using their email.- See Also:
-