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| 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, isSingletonclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAvailablepublic static final ShareType.Name TYPE
public static final int PRIORITY
public AuthenticatedUserShareType(AuthenticatedUserShareTypeRenderer renderer, AuthenticatedUserShareTypeValidator validator)
Copyright © 2002-2017 Atlassian. All Rights Reserved.