Package com.atlassian.jira.sharing.type
Interface ShareTypePermissionChecker
- All Known Implementing Classes:
AuthenticatedUserShareTypePermissionChecker,GlobalShareTypePermissionChecker,GroupShareTypePermissionChecker,ProjectShareTypePermissionChecker,UserShareTypePermissionChecker
public interface ShareTypePermissionChecker
Classes that implement this interface check that a user has permission to see
a
SharedEntity shared by the associated ShareType.- Since:
- v3.13
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhasPermission(ApplicationUser user, SharePermission permission) Checks if the passed user is given rights by the ShareType to user/view aSharedEntitywith the passed permission.
-
Method Details