public enum Privileges extends Enum<Privileges>
| Modifier and Type | Method and Description |
|---|---|
static Privileges[] |
simpleRole() |
static Privileges |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Privileges[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Privileges AUTHENTICATED
public static final Privileges ENTERPRISE_ADMINISTER_ALL
public static final Privileges ENTERPRISE_ENUMERATE
public static final Privileges ENTERPRISE_SHOW_STATS_LIMITS
public static final Privileges PHYS_DC_ENUMERATE
public static final Privileges PHYS_DC_ALLOW_MODIFY_NETWORK
public static final Privileges PHYS_DC_ALLOW_MODIFY_STORAGE
public static final Privileges PHYS_DC_ALLOW_MODIFY_SERVERS
public static final Privileges PHYS_DC_RETRIEVE_DETAILS
public static final Privileges USERS_MANAGE_OTHER_ENTERPRISES
public static final Privileges USERS_MANAGE_ROLES
public static final Privileges USERS_MANAGE_ROLES_OTHER_ENTERPRISES
public static final Privileges USERS_MANAGE_SYSTEM_ROLES
public static final Privileges USERS_MANAGE_USERS
public static final Privileges USERS_VIEW
public static final Privileges USERS_VIEW_PRIVILEGES
public static final Privileges USERS_PROHIBIT_VDC_RESTRICTION
public static final Privileges USERS_MANAGE_LDAP_GROUP
public static final Privileges USERS_ENUMERATE_CONNECTED
public static final Privileges USERS_MANAGE_CHEF_ENTERPRISE
public static final Privileges VDC_ENUMERATE
public static final Privileges VDC_MANAGE_VAPP
public static final Privileges VDC_MANAGE_STORAGE
public static final Privileges VAPP_CUSTOMISE_SETTINGS
public static final Privileges VAPP_DEPLOY_UNDEPLOY
public static final Privileges VAPP_PERFORM_ACTIONS
public static final Privileges VAPP_CREATE_STATEFUL
public static final Privileges VAPP_CREATE_INSTANCE
public static final Privileges VAPP_MANAGE_LAYERS
public static final Privileges VAPP_DELETE_UNKNOWN_VM
public static final Privileges VAPP_MANAGE_BACKUP
public static final Privileges MANAGE_HARD_DISKS
public static final Privileges PRICING_VIEW
public static final Privileges PRICING_MANAGE
public static final Privileges EVENTLOG_VIEW_ENTERPRISE
public static final Privileges EVENTLOG_VIEW_ALL
public static final Privileges APPLIB_ALLOW_MODIFY
public static final Privileges APPLIB_DOWNLOAD_IMAGE
public static final Privileges APPLIB_UPLOAD_IMAGE
public static final Privileges APPLIB_MANAGE_CATEGORIES
public static final Privileges APPLIB_MANAGE_GLOBAL_CATEGORIES
public static final Privileges USERS_DEFINE_AS_MANAGER
public static final Privileges USERS_MANAGE_ENTERPRISE_BRANDING
public static final Privileges USERS_MANAGE_SCOPES
public static final Privileges VAPP_DEFINE_BACKUP_INFO
public static final Privileges MANAGE_FIREWALLS
public static final Privileges ASSIGN_FIREWALLS
public static final Privileges MANAGE_FLOATINGIPS
public static Privileges[] values()
for (Privileges c : Privileges.values()) System.out.println(c);
public static Privileges 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 static Privileges[] simpleRole()
Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.