org.nuxeo.ecm.platform.usermanager
Class UserConfig
java.lang.Object
org.nuxeo.ecm.platform.usermanager.UserConfig
public class UserConfig
- extends Object
A class containing the configuration of an user principal instance. This
class keeps the keys of the basic user fields.
- Author:
- Bogdan Stefanescu
DEFAULT
public static final UserConfig DEFAULT
USERNAME_COLUMN
public static final String USERNAME_COLUMN
- 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
EMAIL_COLUMN
public static final String EMAIL_COLUMN
- See Also:
- Constant Field Values
GROUPS_COLUMN
public static final String GROUPS_COLUMN
- 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
schemaName
public String schemaName
UserConfig
public UserConfig()
Copyright © 2011 Nuxeo SAS. All Rights Reserved.