com.openexchange.admin.properties
Class AdminProperties.User

java.lang.Object
  extended by com.openexchange.admin.properties.AdminProperties.User
Enclosing class:
AdminProperties

public class AdminProperties.User
extends Object

The properties for the user

Author:
d7

Field Summary
static String AUTO_LOWERCASE
           
static String CHECK_NOT_ALLOWED_CHARS
           
static String CHECK_NOT_ALLOWED_NAMES
           
static String CREATE_HOMEDIRECTORY
           
static String DEFAULT_PASSWORD_MECHANISM
           
static String HOME_DIR_ROOT
           
static String NOT_ALLOWED_NAMES
           
static String PRIMARY_MAIL_UNCHANGEABLE
           
static String UID_NUMBER_START
           
static String USERNAME_CHANGEABLE
           
 
Constructor Summary
AdminProperties.User()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UID_NUMBER_START

public static final String UID_NUMBER_START
See Also:
Constant Field Values

CHECK_NOT_ALLOWED_CHARS

public static final String CHECK_NOT_ALLOWED_CHARS
See Also:
Constant Field Values

AUTO_LOWERCASE

public static final String AUTO_LOWERCASE
See Also:
Constant Field Values

CHECK_NOT_ALLOWED_NAMES

public static final String CHECK_NOT_ALLOWED_NAMES
See Also:
Constant Field Values

NOT_ALLOWED_NAMES

public static final String NOT_ALLOWED_NAMES
See Also:
Constant Field Values

CREATE_HOMEDIRECTORY

public static final String CREATE_HOMEDIRECTORY
See Also:
Constant Field Values

HOME_DIR_ROOT

public static final String HOME_DIR_ROOT
See Also:
Constant Field Values

PRIMARY_MAIL_UNCHANGEABLE

public static final String PRIMARY_MAIL_UNCHANGEABLE
See Also:
Constant Field Values

USERNAME_CHANGEABLE

public static final String USERNAME_CHANGEABLE
See Also:
Constant Field Values

DEFAULT_PASSWORD_MECHANISM

public static final String DEFAULT_PASSWORD_MECHANISM
See Also:
Constant Field Values
Constructor Detail

AdminProperties.User

public AdminProperties.User()