public class UserConfig extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
COMPANY_COLUMN  | 
String | 
companyKey  | 
static UserConfig | 
DEFAULT  | 
static String | 
EMAIL_COLUMN
The default key name for user email, configurable on the UserManager service 
 | 
String | 
emailKey  | 
static String | 
FIRSTNAME_COLUMN  | 
String | 
firstNameKey  | 
static String | 
GROUPS_COLUMN  | 
String | 
groupsKey  | 
static String | 
LASTNAME_COLUMN  | 
String | 
lastNameKey  | 
String | 
nameKey  | 
static String | 
PASSWORD_COLUMN  | 
String | 
passwordKey  | 
static String | 
SCHEMA_NAME  | 
String | 
schemaName  | 
static String | 
TENANT_ID_COLUMN  | 
String | 
tenantIdKey  | 
static String | 
USERNAME_COLUMN
The default key name for user id, configurable on the UserManager service 
 | 
| Constructor and Description | 
|---|
UserConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
UserConfig | 
clone()  | 
public static final UserConfig DEFAULT
public static final String USERNAME_COLUMN
public static final String EMAIL_COLUMN
public static final String FIRSTNAME_COLUMN
public static final String LASTNAME_COLUMN
public static final String COMPANY_COLUMN
public static final String PASSWORD_COLUMN
public static final String GROUPS_COLUMN
public static final String TENANT_ID_COLUMN
public static final String SCHEMA_NAME
public String passwordKey
public String firstNameKey
public String lastNameKey
public String companyKey
public String tenantIdKey
public String schemaName
public UserConfig()
public UserConfig clone()
Copyright © 2019 Nuxeo. All rights reserved.