public enum RestPrivileges extends Enum<RestPrivileges>
Enum Constant and Description |
---|
MANAGE_GRID |
MANAGE_PU |
MANAGE_ROLES |
MANAGE_USERS |
MONITOR_JVM |
MONITOR_PU |
PROVISION_PU |
SPACE_ALTER |
SPACE_CREATE |
SPACE_EXECUTE |
SPACE_READ |
SPACE_TAKE |
SPACE_WRITE |
Modifier and Type | Method and Description |
---|---|
Privilege |
getPrivilege() |
static RestPrivileges |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestPrivileges[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestPrivileges MANAGE_PU
public static final RestPrivileges MANAGE_GRID
public static final RestPrivileges PROVISION_PU
public static final RestPrivileges SPACE_WRITE
public static final RestPrivileges SPACE_READ
public static final RestPrivileges SPACE_ALTER
public static final RestPrivileges SPACE_CREATE
public static final RestPrivileges SPACE_EXECUTE
public static final RestPrivileges SPACE_TAKE
public static final RestPrivileges MANAGE_ROLES
public static final RestPrivileges MANAGE_USERS
public static final RestPrivileges MONITOR_JVM
public static final RestPrivileges MONITOR_PU
public static RestPrivileges[] values()
for (RestPrivileges c : RestPrivileges.values()) System.out.println(c);
public static RestPrivileges 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 Privilege getPrivilege()
Copyright © GigaSpaces.