Modifier and Type | Field and Description |
---|---|
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_ACTIVITY
Key for last active date user attribute.
|
static String |
LAST_AUTHENTICATED
Key for the last authentication.
|
static String |
LAST_SENT_PASSWORD_EXPIRATION_REMINDER
Key representing the timestamp at which last password change notification was sent
|
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 and Description |
---|
UserConstants() |
public static final String USERNAME
public static final String FIRSTNAME
public static final String LASTNAME
public static final String DISPLAYNAME
public static final String EMAIL
public static final String PASSWORD_LASTCHANGED
public static final String LAST_AUTHENTICATED
public static final String INVALID_PASSWORD_ATTEMPTS
public static final String REQUIRES_PASSWORD_CHANGE
public static final String ACTIVE
public static final String LAST_ACTIVITY
public static final String LAST_SENT_PASSWORD_EXPIRATION_REMINDER
Copyright © 2020 Atlassian. All rights reserved.