com.atlassian.crowd.model.user
Class UserConstants

java.lang.Object
  extended by com.atlassian.crowd.model.user.UserConstants

public class UserConstants
extends Object

A simple class to hold the Constants that are used on a User


Field Summary
static String ACTIVE
          Key that represents if a user is active or inactive
static String DISPLAYNAME
          Key for if the principal has a display name attribute.
static String EMAIL
          Key for the email attribute.
static String FIRSTNAME
          Key for the first name attribute.
static String INVALID_PASSWORD_ATTEMPTS
          Key for the total invalid password attempts.
static String LAST_AUTHENTICATED
          Key for the last authentication.
static String LASTNAME
          Key for the last name attribute.
static String PASSWORD_LASTCHANGED
          Key for the password last changed attribute.
static String REQUIRES_PASSWORD_CHANGE
          Key for if the principal needs to change their password.
static String USERNAME
          Key for the username value.
 
Constructor Summary
UserConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USERNAME

public static final String USERNAME
Key for the username value.

See Also:
Constant Field Values

FIRSTNAME

public static final String FIRSTNAME
Key for the first name attribute.

See Also:
Constant Field Values

LASTNAME

public static final String LASTNAME
Key for the last name attribute.

See Also:
Constant Field Values

DISPLAYNAME

public static final String DISPLAYNAME
Key for if the principal has a display name attribute.

See Also:
Constant Field Values

EMAIL

public static final String EMAIL
Key for the email attribute.

See Also:
Constant Field Values

PASSWORD_LASTCHANGED

public static final String PASSWORD_LASTCHANGED
Key for the password last changed attribute.

See Also:
Constant Field Values

LAST_AUTHENTICATED

public static final String LAST_AUTHENTICATED
Key for the last authentication.

See Also:
Constant Field Values

INVALID_PASSWORD_ATTEMPTS

public static final String INVALID_PASSWORD_ATTEMPTS
Key for the total invalid password attempts.

See Also:
Constant Field Values

REQUIRES_PASSWORD_CHANGE

public static final String REQUIRES_PASSWORD_CHANGE
Key for if the principal needs to change their password.

See Also:
Constant Field Values

ACTIVE

public static final String ACTIVE
Key that represents if a user is active or inactive

See Also:
Constant Field Values
Constructor Detail

UserConstants

public UserConstants()


Copyright © 2013 Atlassian. All Rights Reserved.