Package com.atlassian.jira.sharing.type
Class GlobalShareTypePermissionChecker
java.lang.Object
com.atlassian.jira.sharing.type.GlobalShareTypePermissionChecker
- All Implemented Interfaces:
ShareTypePermissionChecker
Permissions Checker for globally shared
SharedEntity.- Since:
- v3.13
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasPermission(ApplicationUser user, SharePermission permission) All JIRA users are able to see/use globally sharedSharedEntityso this will always return true, regardless of user passed in.
-
Constructor Details
-
GlobalShareTypePermissionChecker
public GlobalShareTypePermissionChecker()
-
-
Method Details