public final class UserSchema extends Object
| Modifier and Type | Field and Description |
|---|---|
static StringSingleValueBcProperty |
AUTHORIZATIONS |
static DateSingleValueBcProperty |
CREATE_DATE |
static DateSingleValueBcProperty |
CURRENT_LOGIN_DATE |
static StringSingleValueBcProperty |
CURRENT_LOGIN_REMOTE_ADDR |
static StringSingleValueBcProperty |
CURRENT_WORKSPACE |
static StringSingleValueBcProperty |
DISPLAY_NAME |
static StringSingleValueBcProperty |
EMAIL_ADDRESS |
static IntegerSingleValueBcProperty |
LOGIN_COUNT |
static ByteArraySingleValueBcProperty |
PASSWORD_HASH |
static StringSingleValueBcProperty |
PASSWORD_RESET_TOKEN |
static DateSingleValueBcProperty |
PASSWORD_RESET_TOKEN_EXPIRATION_DATE |
static ByteArraySingleValueBcProperty |
PASSWORD_SALT |
static DateSingleValueBcProperty |
PREVIOUS_LOGIN_DATE |
static StringSingleValueBcProperty |
PREVIOUS_LOGIN_REMOTE_ADDR |
static StringSingleValueBcProperty |
STATUS |
static JsonSingleValueBcProperty |
UI_PREFERENCES |
static StringSingleValueBcProperty |
USERNAME |
| Constructor and Description |
|---|
UserSchema() |
public static final StringSingleValueBcProperty AUTHORIZATIONS
public static final StringSingleValueBcProperty USERNAME
public static final StringSingleValueBcProperty DISPLAY_NAME
public static final StringSingleValueBcProperty EMAIL_ADDRESS
public static final DateSingleValueBcProperty CREATE_DATE
public static final DateSingleValueBcProperty CURRENT_LOGIN_DATE
public static final StringSingleValueBcProperty CURRENT_LOGIN_REMOTE_ADDR
public static final DateSingleValueBcProperty PREVIOUS_LOGIN_DATE
public static final StringSingleValueBcProperty PREVIOUS_LOGIN_REMOTE_ADDR
public static final IntegerSingleValueBcProperty LOGIN_COUNT
public static final StringSingleValueBcProperty STATUS
public static final StringSingleValueBcProperty CURRENT_WORKSPACE
public static final JsonSingleValueBcProperty UI_PREFERENCES
public static final ByteArraySingleValueBcProperty PASSWORD_SALT
public static final ByteArraySingleValueBcProperty PASSWORD_HASH
public static final StringSingleValueBcProperty PASSWORD_RESET_TOKEN
public static final DateSingleValueBcProperty PASSWORD_RESET_TOKEN_EXPIRATION_DATE
public static boolean isBuiltInProperty(String propertyName)
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.