com.atlassian.crowd.model.application
Class ApplicationAttributeConstants

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

public class ApplicationAttributeConstants
extends java.lang.Object

Constants for attributes of an application.

Since:
v2.1

Field Summary
static java.lang.String ATTRIBUTE_KEY_ALIASING_ENABLED
          Key of attribute indicating whether aliasing is enabled for the application.
static java.lang.String ATTRIBUTE_KEY_APPLICATION_URL
          Key of attribute storing the value of the Application URL.
static java.lang.String ATTRIBUTE_KEY_ATLASSIAN_SHA1_APPLIED
          Key of attribute indicating whether the application password has been encoded with the Atlassian SHA1 algorithm.
static java.lang.String ATTRIBUTE_KEY_LOWER_CASE_OUTPUT
          Key of attribute indicating whether the user and group names returned should be in lowercase.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATTRIBUTE_KEY_ATLASSIAN_SHA1_APPLIED

public static final java.lang.String ATTRIBUTE_KEY_ATLASSIAN_SHA1_APPLIED
Key of attribute indicating whether the application password has been encoded with the Atlassian SHA1 algorithm.

See Also:
Constant Field Values

ATTRIBUTE_KEY_APPLICATION_URL

public static final java.lang.String ATTRIBUTE_KEY_APPLICATION_URL
Key of attribute storing the value of the Application URL.

See Also:
Constant Field Values

ATTRIBUTE_KEY_LOWER_CASE_OUTPUT

public static final java.lang.String ATTRIBUTE_KEY_LOWER_CASE_OUTPUT
Key of attribute indicating whether the user and group names returned should be in lowercase.

See Also:
Constant Field Values

ATTRIBUTE_KEY_ALIASING_ENABLED

public static final java.lang.String ATTRIBUTE_KEY_ALIASING_ENABLED
Key of attribute indicating whether aliasing is enabled for the application.

See Also:
Constant Field Values


Copyright © 2013 Atlassian. All Rights Reserved.