@ExperimentalApi public final class GlobalPermissionType extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ADMINISTER
Deprecated.
Use
GlobalPermissionKey.ADMINISTER instead. This was never public API. Since v6.2.5. |
static String |
BULK_CHANGE
Deprecated.
Use
GlobalPermissionKey.BULK_CHANGE instead. This was never public API. Since v6.2.5. |
static String |
CREATE_SHARED_OBJECTS
Deprecated.
Use
GlobalPermissionKey.CREATE_SHARED_OBJECTS instead. This was never public API. Since v6.2.5. |
static com.google.common.collect.BiMap<Integer,String> |
GLOBAL_PERMISSION_ID_TRANSLATION
Deprecated.
Use
GlobalPermissionKey.GLOBAL_PERMISSION_ID_TRANSLATION instead. This was never public API. Since v6.2.5. |
static String |
MANAGE_GROUP_FILTER_SUBSCRIPTIONS
Deprecated.
Use
GlobalPermissionKey.MANAGE_GROUP_FILTER_SUBSCRIPTIONS instead. This was never public API. Since v6.2.5. |
static String |
SYSTEM_ADMIN
Deprecated.
Use
GlobalPermissionKey.SYSTEM_ADMIN instead. This was never public API. Since v6.2.5. |
static String |
USE
Deprecated.
Use
GlobalPermissionKey.USE instead. This was never public API. Since v6.2.5. |
static String |
USER_PICKER
Deprecated.
Use
GlobalPermissionKey.USER_PICKER instead. This was never public API. Since v6.2.5. |
Constructor and Description |
---|
GlobalPermissionType(Permissions.Permission permission,
boolean anonymousAllowed) |
GlobalPermissionType(String key,
String nameI18nKey,
String descriptionI18nKey,
boolean anonymousAllowed) |
Modifier and Type | Method and Description |
---|---|
String |
getDescriptionI18nKey() |
GlobalPermissionKey |
getGlobalPermissionKey() |
String |
getKey() |
String |
getNameI18nKey() |
static Set<String> |
getUsePermissions()
Deprecated.
USE permissions will be changing significantly in JIRA 7.0 . If you are using this method, then you will need to watch out for announcements in 7.0 Developer upgrade guide. Since v6.2.5
|
boolean |
isAnonymousAllowed() |
@Internal public static final String ADMINISTER
GlobalPermissionKey.ADMINISTER
instead. This was never public API. Since v6.2.5.@Internal public static final String SYSTEM_ADMIN
GlobalPermissionKey.SYSTEM_ADMIN
instead. This was never public API. Since v6.2.5.@Internal public static final String USE
GlobalPermissionKey.USE
instead. This was never public API. Since v6.2.5.@Internal public static final String USER_PICKER
GlobalPermissionKey.USER_PICKER
instead. This was never public API. Since v6.2.5.@Internal public static final String CREATE_SHARED_OBJECTS
GlobalPermissionKey.CREATE_SHARED_OBJECTS
instead. This was never public API. Since v6.2.5.@Internal public static final String MANAGE_GROUP_FILTER_SUBSCRIPTIONS
GlobalPermissionKey.MANAGE_GROUP_FILTER_SUBSCRIPTIONS
instead. This was never public API. Since v6.2.5.@Internal public static final String BULK_CHANGE
GlobalPermissionKey.BULK_CHANGE
instead. This was never public API. Since v6.2.5.@Internal public static com.google.common.collect.BiMap<Integer,String> GLOBAL_PERMISSION_ID_TRANSLATION
GlobalPermissionKey.GLOBAL_PERMISSION_ID_TRANSLATION
instead. This was never public API. Since v6.2.5.@Internal public GlobalPermissionType(String key, String nameI18nKey, String descriptionI18nKey, boolean anonymousAllowed)
@Internal public GlobalPermissionType(Permissions.Permission permission, boolean anonymousAllowed)
@Deprecated @Internal public static Set<String> getUsePermissions()
Permissions.getUsePermissions()
public String getKey()
public GlobalPermissionKey getGlobalPermissionKey()
public String getNameI18nKey()
public String getDescriptionI18nKey()
public boolean isAnonymousAllowed()
Copyright © 2002-2022 Atlassian. All Rights Reserved.