Class ApplicationAttributeConstants

java.lang.Object
com.atlassian.crowd.model.application.ApplicationAttributeConstants

public class ApplicationAttributeConstants extends Object
Constants for attributes of an application.
Since:
v2.1
  • Field Details

    • ATTRIBUTE_KEY_ATLASSIAN_SHA1_APPLIED

      public static final String 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

      public static final String ATTRIBUTE_KEY_APPLICATION_URL
      Key of attribute storing the value of the Application URL.
      See Also:
    • ATTRIBUTE_KEY_LOWER_CASE_OUTPUT

      public static final String 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

      public static final String ATTRIBUTE_KEY_ALIASING_ENABLED
      Key of attribute indicating whether aliasing is enabled for the application.
      See Also:
    • ATTRIBUTE_KEY_AGGREGATE_MEMBERSHIPS

      public static final String ATTRIBUTE_KEY_AGGREGATE_MEMBERSHIPS
      Key of attribute indicating whether memberships are aggregated across mapped directories.
      See Also:
    • ATTRIBUTE_KEY_OPTIMISE_CACHED_DIRECTORIES_AUTHENTICATION_ORDER

      public static final String 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_LICENSE_DATA_SYNC_INTERVAL_IN_MIN

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String 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

      public static final String AUTHENTICATION_WITHOUT_PASSWORD_ENABLED
      Key of attribute indicating whether application can authenticate user without passing their password.
      See Also:
    • AUTHENTICATION_BY_EMAIL_ENABLED

      public static final String AUTHENTICATION_BY_EMAIL_ENABLED
      Key of attribute indicating whether application can authenticate user using their email.
      See Also: