bucket.user
Class UserPreferencesKeys

java.lang.Object
  extended by bucket.user.UserPreferencesKeys
Direct Known Subclasses:
UserPreferencesKeys

public class UserPreferencesKeys
extends Object

TODO: Confluence prefix is kinda out of place here, but we have to keep it around for a while so TODO: as not to annoy existing Confluence installs with the change?


Field Summary
static String PROPERTY_USER_DEACTIVATED
           
static String PROPERTY_USER_LAST_LOGIN_DATE
          Deprecated. since 4.0. See LoginInfo instead.
static String PROPERTY_USER_SIGNUP_DATE
           
 
Constructor Summary
UserPreferencesKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_USER_SIGNUP_DATE

public static final String PROPERTY_USER_SIGNUP_DATE
See Also:
Constant Field Values

PROPERTY_USER_LAST_LOGIN_DATE

@Deprecated
public static final String PROPERTY_USER_LAST_LOGIN_DATE
Deprecated. since 4.0. See LoginInfo instead.
See Also:
Constant Field Values

PROPERTY_USER_DEACTIVATED

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

UserPreferencesKeys

public UserPreferencesKeys()


Copyright © 2003-2012 Atlassian. All Rights Reserved.