public class AuthenticatedUserShareTypePermissionChecker extends Object implements ShareTypePermissionChecker
SharedEntity.| Constructor and Description |
|---|
AuthenticatedUserShareTypePermissionChecker() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasPermission(ApplicationUser user,
SharePermission permission)
All JIRA authenticated users are able to see/use shared
SharedEntity so this
will always return true, if the user is not null. |
public AuthenticatedUserShareTypePermissionChecker()
public boolean hasPermission(ApplicationUser user, SharePermission permission)
SharedEntity so this
will always return true, if the user is not null.hasPermission in interface ShareTypePermissionCheckeruser - The user to check.permission - Must be a permission for a AuthenticatedUserShareTypeCopyright © 2002-2017 Atlassian. All Rights Reserved.