Package com.atlassian.jira.sharing.type
Class AuthenticatedUserShareTypePermissionChecker
java.lang.Object
com.atlassian.jira.sharing.type.AuthenticatedUserShareTypePermissionChecker
- All Implemented Interfaces:
ShareTypePermissionChecker
public class AuthenticatedUserShareTypePermissionChecker
extends Object
implements ShareTypePermissionChecker
Permissions Checker for shared
SharedEntity.- Since:
- v7.2.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasPermission(ApplicationUser user, SharePermission permission) All JIRA authenticated users are able to see/use sharedSharedEntityso this will always return true, if the user is not null.
-
Constructor Details
-
AuthenticatedUserShareTypePermissionChecker
public AuthenticatedUserShareTypePermissionChecker()
-
-
Method Details