com.atlassian.crowd.model.user
Class UserConstants

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

public class UserConstants
extends java.lang.Object

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


Field Summary
static java.lang.String ACTIVE
          Key that represents if a user is active or inactive
static java.lang.String DISPLAYNAME
          Key for if the principal has a display name attribute.
static java.lang.String EMAIL
          Key for the email attribute.
static java.lang.String FIRSTNAME
          Key for the first name attribute.
static java.lang.String INVALID_PASSWORD_ATTEMPTS
          Key for the total invalid password attempts.
static java.lang.String LAST_AUTHENTICATED
          Key for the last authentication.
static java.lang.String LASTNAME
          Key for the last name attribute.
static java.lang.String PASSWORD_LASTCHANGED
          Key for the password last changed attribute.
static java.lang.String REQUIRES_PASSWORD_CHANGE
          Key for if the principal needs to change their password.
static java.lang.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 java.lang.String USERNAME
Key for the username value.

See Also:
Constant Field Values

FIRSTNAME

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

See Also:
Constant Field Values

LASTNAME

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

See Also:
Constant Field Values

DISPLAYNAME

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

See Also:
Constant Field Values

EMAIL

public static final java.lang.String EMAIL
Key for the email attribute.

See Also:
Constant Field Values

PASSWORD_LASTCHANGED

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

See Also:
Constant Field Values

LAST_AUTHENTICATED

public static final java.lang.String LAST_AUTHENTICATED
Key for the last authentication.

See Also:
Constant Field Values

INVALID_PASSWORD_ATTEMPTS

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

See Also:
Constant Field Values

REQUIRES_PASSWORD_CHANGE

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

See Also:
Constant Field Values

ACTIVE

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

See Also:
Constant Field Values
Constructor Detail

UserConstants

public UserConstants()


Copyright © 2010 Atlassian. All Rights Reserved.