eXo JCR :: Ext :: Services 1.16.7-RC01

org.exoplatform.services.jcr.ext.organization
Class UserHandlerImpl.UserProperties

java.lang.Object
  extended by org.exoplatform.services.jcr.ext.organization.UserHandlerImpl.UserProperties
Enclosing class:
UserHandlerImpl

public static class UserHandlerImpl.UserProperties
extends Object

Class contains the names of user properties only.


Field Summary
static String JOS_CREATED_DATE
          The user property that contains the date of creation.
static String JOS_DISPLAY_NAME
          The user property that contains the name to display.
static String JOS_EMAIL
          The user property that contains email.
static String JOS_FIRST_NAME
          The user property that contains fist name.
static String JOS_LAST_LOGIN_TIME
          The user property that contain last login time.
static String JOS_LAST_NAME
          The user property that contains last name.
static String JOS_PASSWORD
          The user property that contains password.
static String JOS_USER_NAME
          The user property that contains fist name.
 
Constructor Summary
UserHandlerImpl.UserProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JOS_CREATED_DATE

public static final String JOS_CREATED_DATE
The user property that contains the date of creation.

See Also:
Constant Field Values

JOS_EMAIL

public static final String JOS_EMAIL
The user property that contains email.

See Also:
Constant Field Values

JOS_FIRST_NAME

public static final String JOS_FIRST_NAME
The user property that contains fist name.

See Also:
Constant Field Values

JOS_USER_NAME

public static final String JOS_USER_NAME
The user property that contains fist name.

See Also:
Constant Field Values

JOS_LAST_LOGIN_TIME

public static final String JOS_LAST_LOGIN_TIME
The user property that contain last login time.

See Also:
Constant Field Values

JOS_LAST_NAME

public static final String JOS_LAST_NAME
The user property that contains last name.

See Also:
Constant Field Values

JOS_DISPLAY_NAME

public static final String JOS_DISPLAY_NAME
The user property that contains the name to display.

See Also:
Constant Field Values

JOS_PASSWORD

public static final String JOS_PASSWORD
The user property that contains password.

See Also:
Constant Field Values
Constructor Detail

UserHandlerImpl.UserProperties

public UserHandlerImpl.UserProperties()

eXo JCR :: Ext :: Services 1.16.7-RC01

Copyright © 2016 eXo Platform SAS. All Rights Reserved.