public class AuthenticatedUserShareType extends AbstractShareType
SharedEntity
to be shared with all logged in users.
This DOES NOT include the sharing with the anonymous user.
This contrasts with the GlobalShareType
that also makes the shared entity visible to anonymous users.ShareType.Name, ShareType.UsageContextType
Modifier and Type | Field and Description |
---|---|
static int |
PRIORITY |
static ShareType.Name |
TYPE |
Constructor and Description |
---|
AuthenticatedUserShareType(AuthenticatedUserShareTypeRenderer renderer,
AuthenticatedUserShareTypeValidator validator) |
getComparator, getPermissionsChecker, getPriority, getQueryFactory, getRenderer, getType, getValidator, getValidUsageContextTypes, isSingleton
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isAvailable
public static final ShareType.Name TYPE
public static final int PRIORITY
public AuthenticatedUserShareType(AuthenticatedUserShareTypeRenderer renderer, AuthenticatedUserShareTypeValidator validator)
Copyright © 2002-2024 Atlassian. All Rights Reserved.