public interface

UserSharingPreferencesUtil

com.atlassian.jira.user.util.UserSharingPreferencesUtil
Known Indirect Subclasses

Class Overview

An interface for querying a user's default sharing preferences.

Summary

Public Methods
SharedEntity.SharePermissions getDefaultSharePermissions(ApplicationUser user)
Return the default share permissions for the passed user.

Public Methods

public SharedEntity.SharePermissions getDefaultSharePermissions (ApplicationUser user)

Return the default share permissions for the passed user.

Parameters
user the user whose preferences should be queried.
Returns
  • the default preferences for the user.