|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<SystemWideAccessPrivilege>
com.ibm.pim.organization.SystemWideAccessPrivilege
public enum SystemWideAccessPrivilege
System Wide Access Privileges that can be granted to roles
Enum Constant Summary | |
---|---|
ADMIN_ACCESS
Indicates an administrator |
|
SCHEDULER_VIEW_COMPANY_JOBS
System Wide: Allows display of jobs in the Jobs Console |
|
SCREEN_VIEW
Screen View |
|
SCRIPT_CREATE_MODIFY_SCRIPTS
System Wide: Allows the creation of scripts. |
|
SECURITY_MODIFY_ROLES_ACCESS
Allows creating, deleting, and editing of roles |
|
SECURITY_MODIFY_USERS
System Wide: Allows creating, deleting, editing of users |
|
SPEC_MODIFY_SPEC
System Wide: Allows modification of any SPEC |
|
SPEC_MODIFY_SPEC_MAP
System Wide: Allows modification of any SPEC mapping |
Method Summary | |
---|---|
static SystemWideAccessPrivilege |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SystemWideAccessPrivilege[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final SystemWideAccessPrivilege ADMIN_ACCESS
public static final SystemWideAccessPrivilege SCHEDULER_VIEW_COMPANY_JOBS
public static final SystemWideAccessPrivilege SCREEN_VIEW
public static final SystemWideAccessPrivilege SCRIPT_CREATE_MODIFY_SCRIPTS
public static final SystemWideAccessPrivilege SECURITY_MODIFY_ROLES_ACCESS
public static final SystemWideAccessPrivilege SECURITY_MODIFY_USERS
public static final SystemWideAccessPrivilege SPEC_MODIFY_SPEC
public static final SystemWideAccessPrivilege SPEC_MODIFY_SPEC_MAP
Method Detail |
---|
public static final SystemWideAccessPrivilege[] values()
for(SystemWideAccessPrivilege c : SystemWideAccessPrivilege.values()) System.out.println(c);
public static SystemWideAccessPrivilege valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |