Class UserConfig
- java.lang.Object
-
- org.nuxeo.ecm.platform.usermanager.UserConfig
-
- All Implemented Interfaces:
Serializable
public class UserConfig extends Object implements Serializable
A class containing the configuration of an user principal instance. This class keeps the keys of the basic user fields.- Author:
- Bogdan Stefanescu
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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 serviceString
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 Summary
Constructors Constructor Description UserConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserConfig
clone()
-
-
-
Field Detail
-
DEFAULT
public static final UserConfig DEFAULT
-
USERNAME_COLUMN
public static final String USERNAME_COLUMN
The default key name for user id, configurable on the UserManager service- See Also:
- Constant Field Values
-
EMAIL_COLUMN
public static final String EMAIL_COLUMN
The default key name for user email, configurable on the UserManager service- See Also:
- Constant Field Values
-
FIRSTNAME_COLUMN
public static final String FIRSTNAME_COLUMN
- See Also:
- Constant Field Values
-
LASTNAME_COLUMN
public static final String LASTNAME_COLUMN
- See Also:
- Constant Field Values
-
COMPANY_COLUMN
public static final String COMPANY_COLUMN
- See Also:
- Constant Field Values
-
PASSWORD_COLUMN
public static final String PASSWORD_COLUMN
- See Also:
- Constant Field Values
-
GROUPS_COLUMN
public static final String GROUPS_COLUMN
- See Also:
- Constant Field Values
-
TENANT_ID_COLUMN
public static final String TENANT_ID_COLUMN
- Since:
- 8.1
- See Also:
- Constant Field Values
-
SCHEMA_NAME
public static final String SCHEMA_NAME
- See Also:
- Constant Field Values
-
nameKey
public String nameKey
-
passwordKey
public String passwordKey
-
firstNameKey
public String firstNameKey
-
lastNameKey
public String lastNameKey
-
companyKey
public String companyKey
-
emailKey
public String emailKey
-
groupsKey
public String groupsKey
-
tenantIdKey
public String tenantIdKey
- Since:
- 8.1
-
schemaName
public String schemaName
-
-
Method Detail
-
clone
public UserConfig clone()
-
-