Package com.atlassian.jira.sharing.type
Class AuthenticatedUserShareTypeValidator
java.lang.Object
com.atlassian.jira.sharing.type.AuthenticatedUserShareTypeValidator
- All Implemented Interfaces:
ShareTypeValidator
A ShareTypeValidator representing a
SharedEntity shared with logged in users.- Since:
- v7.2.2
-
Field Summary
Fields inherited from interface com.atlassian.jira.sharing.type.ShareTypeValidator
DELEGATED_ERROR_KEY, ERROR_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckSearchParameter(JiraServiceContext ctx, ShareTypeSearchParameter searchParameter) Check to see if the passed SearchParameter is valid for the ShareType.booleancheckSharePermission(JiraServiceContext ctx, SharePermission permission) The user must have the authenticated user permission to share filters.
-
Constructor Details
-
AuthenticatedUserShareTypeValidator
-
-
Method Details