public class

UserPreferencesKeys

extends UserPreferencesKeys
java.lang.Object
   ↳ bucket.user.UserPreferencesKeys
     ↳ com.atlassian.confluence.user.UserPreferencesKeys

Summary

Constants
String PROPERTY_USER_CHANGE_PASSWORD_TOKEN
String PROPERTY_USER_CHANGE_PASSWORD_TOKEN_ISSUE_DATE
String PROPERTY_USER_CURRENT_NUMBER_OF_FAILED_LOGIN_ATTEMPTS This constant is deprecated. since 4.0 - not longer used, see LoginInfo instead.
String PROPERTY_USER_DASHBOARD_SPACES_SELECTED_TAB
String PROPERTY_USER_DASHBOARD_SPACES_SELECTED_TEAM
String PROPERTY_USER_EDITOR_AUTOCOMPLETE_DISABLED
String PROPERTY_USER_EDITOR_AUTOFORMAT_DISABLED
String PROPERTY_USER_EDIT_WYSIWYG This constant is deprecated. since 4.0. Users are no longer able to set a user preference.
String PROPERTY_USER_EMAIL_MIMETYPE
String PROPERTY_USER_EMAIL_SHOW_DIFF
String PROPERTY_USER_EMAIL_SHOW_FULL_CONTENT This constant is deprecated. since 4.0 because the diffs output the full content anyway
String PROPERTY_USER_KEYBOARD_SHORTCUTS_DISABLED
String PROPERTY_USER_LAST_FAILED_LOGIN_DATE This constant is deprecated. since 4.0 - not longer used, see LoginInfo instead.
String PROPERTY_USER_LOCALE
String PROPERTY_USER_NOTIFY_FOR_MY_OWN_ACTIONS
String PROPERTY_USER_NOTIFY_ON_NEW_FOLLOWERS
String PROPERTY_USER_PERSONAL_INFORMATION
String PROPERTY_USER_PREVIOUS_LOGIN_DATE This constant is deprecated. since 4.0 - not longer used, see LoginInfo instead.
String PROPERTY_USER_PROFILE_PICTURE
String PROPERTY_USER_RECENT_CHANGES_SIZE
String PROPERTY_USER_RECOMMENDED_UPDATES_SCHEDULE
String PROPERTY_USER_SHOW_ATTACHMENTS
String PROPERTY_USER_SHOW_CHILDREN
String PROPERTY_USER_SHOW_COMMENTS
String PROPERTY_USER_SHOW_EXPERT_MODE
String PROPERTY_USER_SHOW_LABELS This constant is deprecated. since 4.0.
String PROPERTY_USER_SHOW_LOCATION This constant is deprecated. since 4.0.
String PROPERTY_USER_SHOW_RESTRICTIONS This constant is deprecated. since 4.0.
String PROPERTY_USER_SITE_HOMEPAGE
String PROPERTY_USER_SUBSCRIBE_TO_DIGEST
String PROPERTY_USER_SUBSCRIBE_TO_RECOMMENDED_UPDATES
String PROPERTY_USER_SUBSCRIBE_TO_RECOMMENDED_UPDATES_SET
String PROPERTY_USER_TIME_ZONE
String PROPERTY_USER_TOTAL_NUMBER_OF_FAILED_LOGIN_ATTEMPTS This constant is deprecated. since 4.0 - not longer used, see LoginInfo instead.
String PROPERTY_USER_WATCH_MY_OWN_CONTENT
String SHOW_LABELS This constant is deprecated. since 4.0.
String SHOW_LOCATION This constant is deprecated. since 4.0.
String SHOW_RESTRICTIONS This constant is deprecated. since 4.0.
[Expand]
Inherited Constants
From class bucket.user.UserPreferencesKeys
Public Constructors
UserPreferencesKeys()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String PROPERTY_USER_CHANGE_PASSWORD_TOKEN

Constant Value: "user.change.password.token"

public static final String PROPERTY_USER_CHANGE_PASSWORD_TOKEN_ISSUE_DATE

Constant Value: "user.change.password.token_issue_date"

public static final String PROPERTY_USER_CURRENT_NUMBER_OF_FAILED_LOGIN_ATTEMPTS

This constant is deprecated.
since 4.0 - not longer used, see LoginInfo instead.

Constant Value: "user.login.current_number_failed_login_attempts"

public static final String PROPERTY_USER_DASHBOARD_SPACES_SELECTED_TAB

Constant Value: "confluence.user.dashboard.spaces.selected.tab"

public static final String PROPERTY_USER_DASHBOARD_SPACES_SELECTED_TEAM

Constant Value: "confluence.user.dashboard.spaces.selected.team"

public static final String PROPERTY_USER_EDITOR_AUTOCOMPLETE_DISABLED

Constant Value: "confluence.prefs.editor.disable.autocomplete"

public static final String PROPERTY_USER_EDITOR_AUTOFORMAT_DISABLED

Constant Value: "confluence.prefs.editor.disable.autoformat"

public static final String PROPERTY_USER_EDIT_WYSIWYG

This constant is deprecated.
since 4.0. Users are no longer able to set a user preference.

Constant Value: "confluence.user.runtime.edit-wysiwyg"

public static final String PROPERTY_USER_EMAIL_MIMETYPE

Constant Value: "confluence.prefs.email.mimetype"

public static final String PROPERTY_USER_EMAIL_SHOW_DIFF

Constant Value: "confluence.prefs.email.show.diff"

public static final String PROPERTY_USER_EMAIL_SHOW_FULL_CONTENT

This constant is deprecated.
since 4.0 because the diffs output the full content anyway

See Also
  • http://jira.atlassian.com/browse/CONFDEV-3279
Constant Value: "confluence.prefs.email.show.full.content"

public static final String PROPERTY_USER_KEYBOARD_SHORTCUTS_DISABLED

Constant Value: "confluence.user.keyboard.shortcuts.disabled"

public static final String PROPERTY_USER_LAST_FAILED_LOGIN_DATE

This constant is deprecated.
since 4.0 - not longer used, see LoginInfo instead.

Constant Value: "user.login.lastfailedlogintime"

public static final String PROPERTY_USER_LOCALE

Constant Value: "confluence.user.locale"

public static final String PROPERTY_USER_NOTIFY_FOR_MY_OWN_ACTIONS

Constant Value: "confluence.prefs.notify.for.my.own.actions"

public static final String PROPERTY_USER_NOTIFY_ON_NEW_FOLLOWERS

Constant Value: "confluence.prefs.notify.on.new.followers"

public static final String PROPERTY_USER_PERSONAL_INFORMATION

Constant Value: "confluence.user.personal.info"

public static final String PROPERTY_USER_PREVIOUS_LOGIN_DATE

This constant is deprecated.
since 4.0 - not longer used, see LoginInfo instead.

Constant Value: "confluence.user.previous.login.date"

public static final String PROPERTY_USER_PROFILE_PICTURE

Constant Value: "confluence.user.profile.picture"

public static final String PROPERTY_USER_RECENT_CHANGES_SIZE

Constant Value: "confluence.user.runtime.recent-changes.size"

public static final String PROPERTY_USER_RECOMMENDED_UPDATES_SCHEDULE

Constant Value: "confluence.prefs.daily.summary.schedule"

public static final String PROPERTY_USER_SHOW_ATTACHMENTS

Constant Value: "confluence.user.runtime.show-attachments"

public static final String PROPERTY_USER_SHOW_CHILDREN

Constant Value: "confluence.user.runtime.show-children"

public static final String PROPERTY_USER_SHOW_COMMENTS

Constant Value: "confluence.user.runtime.show-comments"

public static final String PROPERTY_USER_SHOW_EXPERT_MODE

Constant Value: "confluence.user.runtime.show-experte-mode"

public static final String PROPERTY_USER_SHOW_LABELS

This constant is deprecated.
since 4.0.

Constant Value: "confluence.user.runtime.edit.show-labels"

public static final String PROPERTY_USER_SHOW_LOCATION

This constant is deprecated.
since 4.0.

Constant Value: "confluence.user.runtime.edit.show-location"

public static final String PROPERTY_USER_SHOW_RESTRICTIONS

This constant is deprecated.
since 4.0.

Constant Value: "confluence.user.runtime.edit.show-restrictios"

public static final String PROPERTY_USER_SITE_HOMEPAGE

Constant Value: "confluence.user.site.homepage"

public static final String PROPERTY_USER_SUBSCRIBE_TO_DIGEST

Constant Value: "confluence.prefs.email.notify"

public static final String PROPERTY_USER_SUBSCRIBE_TO_RECOMMENDED_UPDATES

Constant Value: "confluence.prefs.daily.summary.receive.updates"

public static final String PROPERTY_USER_SUBSCRIBE_TO_RECOMMENDED_UPDATES_SET

Constant Value: "confluence.prefs.daily.summary.receive.updates.set"

public static final String PROPERTY_USER_TIME_ZONE

Constant Value: "confluence.user.time.zone"

public static final String PROPERTY_USER_TOTAL_NUMBER_OF_FAILED_LOGIN_ATTEMPTS

This constant is deprecated.
since 4.0 - not longer used, see LoginInfo instead.

Constant Value: "user.login.total_number_failed_login_attempts"

public static final String PROPERTY_USER_WATCH_MY_OWN_CONTENT

Constant Value: "confluence.prefs.watch.my.own.content"

public static final String SHOW_LABELS

This constant is deprecated.
since 4.0.

Constant Value: "confluence.edit.show.labels"

public static final String SHOW_LOCATION

This constant is deprecated.
since 4.0.

Constant Value: "confluence.edit.show.location"

public static final String SHOW_RESTRICTIONS

This constant is deprecated.
since 4.0.

Constant Value: "confluence.edit.show.restrictions"

Public Constructors

public UserPreferencesKeys ()