public enum ESProjectAdminPrivileges extends Enum<ESProjectAdminPrivileges>
ProjectAdminRole is allowed to perform.| Enum Constant and Description |
|---|
AssignRoleToOrgUnit
Whether the project admin is allowed to assign a role.
|
ChangeAssignmentsOfOrgUnits
Whether the project admin role is allowed to change the assignments of organizational units
to groups.
|
ChangeUserPassword
Whether the project admin role is allowed to change the password of a user.
|
CreateGroup
Whether the project admin role is allowed to create a new group.
|
CreateUser
Whether the project admin role is allowed to create a new user.
|
DeleteOrgUnit
Whether the project admin role is allowed to delete organizational units.
|
ShareProject
Whether the project admin role is allowed to create a new project.
|
| Modifier and Type | Method and Description |
|---|---|
static ESProjectAdminPrivileges |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ESProjectAdminPrivileges[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESProjectAdminPrivileges AssignRoleToOrgUnit
public static final ESProjectAdminPrivileges ShareProject
public static final ESProjectAdminPrivileges CreateUser
public static final ESProjectAdminPrivileges CreateGroup
public static final ESProjectAdminPrivileges DeleteOrgUnit
public static final ESProjectAdminPrivileges ChangeUserPassword
public static final ESProjectAdminPrivileges ChangeAssignmentsOfOrgUnits
public static ESProjectAdminPrivileges[] values()
for (ESProjectAdminPrivileges c : ESProjectAdminPrivileges.values()) System.out.println(c);
public static ESProjectAdminPrivileges 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 nullCopyright © 2017. All rights reserved.