Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.usermanager
Class UserConfig

java.lang.Object
  extended by 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

Field Summary
static String COMPANY_COLUMN
           
 String companyKey
           
static UserConfig DEFAULT
           
static String EMAIL_COLUMN
           
 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 USERNAME_COLUMN
           
 
Constructor Summary
UserConfig()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

UserConfig

public UserConfig()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.