Class UserConfig
java.lang.Object
org.nuxeo.ecm.platform.usermanager.UserConfig
- All Implemented Interfaces:
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:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final UserConfig
static final String
The default key name for user email, configurable on the UserManager servicestatic final String
static final String
static final String
static final String
static final String
static final String
static final String
The default key name for user id, configurable on the UserManager service -
Constructor Summary
-
Method Summary
-
Field Details
-
DEFAULT
-
USERNAME_COLUMN
The default key name for user id, configurable on the UserManager service- See Also:
-
EMAIL_COLUMN
The default key name for user email, configurable on the UserManager service- See Also:
-
FIRSTNAME_COLUMN
- See Also:
-
LASTNAME_COLUMN
- See Also:
-
COMPANY_COLUMN
- See Also:
-
PASSWORD_COLUMN
- See Also:
-
GROUPS_COLUMN
- See Also:
-
TENANT_ID_COLUMN
- Since:
- 8.1
- See Also:
-
SCHEMA_NAME
- See Also:
-
nameKey
-
passwordKey
-
firstNameKey
-
lastNameKey
-
companyKey
-
emailKey
-
groupsKey
-
tenantIdKey
- Since:
- 8.1
-
schemaName
-
-
Constructor Details
-
UserConfig
public UserConfig()
-
-
Method Details