@Deprecated public enum GlobalPermission extends Enum<GlobalPermission> implements Permission
Enum Constant and Description |
---|
ATTACH_TO_PROFILE
Deprecated.
|
CAN_USE
Deprecated.
|
CAN_VIEW_USER_PROFILES
Deprecated.
This only applies to Anonymous users.
|
CONFLUENCE_ADMIN
Deprecated.
|
CREATE_SPACE
Deprecated.
|
PERSONAL_SPACE
Deprecated.
|
PROFILE_ATTACHMENTS
Deprecated.
|
SYSTEM_ADMIN
Deprecated.
|
UPDATE_STATUS
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getLowerValue()
Deprecated.
|
String |
getValue()
Deprecated.
|
static GlobalPermission |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static GlobalPermission[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GlobalPermission CAN_USE
public static final GlobalPermission ATTACH_TO_PROFILE
public static final GlobalPermission CAN_VIEW_USER_PROFILES
public static final GlobalPermission CONFLUENCE_ADMIN
public static final GlobalPermission SYSTEM_ADMIN
public static final GlobalPermission CREATE_SPACE
public static final GlobalPermission UPDATE_STATUS
public static final GlobalPermission PERSONAL_SPACE
public static final GlobalPermission PROFILE_ATTACHMENTS
public static GlobalPermission[] values()
for (GlobalPermission c : GlobalPermission.values()) System.out.println(c);
public static GlobalPermission valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
getValue
in interface Permission
public String getLowerValue()
getLowerValue
in interface Permission
Copyright © 2003–2015 Atlassian. All rights reserved.