Package com.atlassian.crowd.model.user
Class UserConstants
java.lang.Object
com.atlassian.crowd.model.user.UserConstants
A simple class to hold the Constants that are used on a
User
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Key that represents if a user is active or inactivestatic final String
Key for if the principal has a display name attribute.static final String
Key for the email attribute.static final String
Key for the first name attribute.static final String
Key for the total invalid password attempts.static final String
Key for last active date user attribute.static final String
Key for the last authentication.static final String
Key representing the timestamp at which last password change notification was sentstatic final String
Key for the last name attribute.static final String
Key for the password last changed attribute.static final String
Key for if the principal needs to change their password.static final String
Key for the username value. -
Constructor Summary
-
Method Summary
-
Field Details
-
USERNAME
Key for the username value.- See Also:
-
FIRSTNAME
Key for the first name attribute.- See Also:
-
LASTNAME
Key for the last name attribute.- See Also:
-
DISPLAYNAME
Key for if the principal has a display name attribute.- See Also:
-
EMAIL
Key for the email attribute.- See Also:
-
PASSWORD_LASTCHANGED
Key for the password last changed attribute.- See Also:
-
LAST_AUTHENTICATED
Key for the last authentication.- See Also:
-
INVALID_PASSWORD_ATTEMPTS
Key for the total invalid password attempts.- See Also:
-
REQUIRES_PASSWORD_CHANGE
Key for if the principal needs to change their password.- See Also:
-
ACTIVE
Key that represents if a user is active or inactive- See Also:
-
LAST_ACTIVITY
Key for last active date user attribute. This is set during SSO creation and validation and has no concept of non-SSO activity.- See Also:
-
LAST_SENT_PASSWORD_EXPIRATION_REMINDER
Key representing the timestamp at which last password change notification was sent- Since:
- v3.3
- See Also:
-
-
Constructor Details
-
UserConstants
public UserConstants()
-