public static enum GrouperObjectFinder.ObjectPrivilege extends Enum<GrouperObjectFinder.ObjectPrivilege>
| Enum Constant and Description |
|---|
admin |
read
objects where is there is a read privilege the grouper session can read
|
update |
view
objects that the grouper session can see
|
| Modifier and Type | Method and Description |
|---|---|
abstract Set<Privilege> |
attributeDefPrivileges()
privileges for attributeDef queries
|
abstract Set<Privilege> |
groupPrivileges()
privileges for group queries
|
abstract Set<Privilege> |
stemPrivileges()
privileges for stem queries
|
static GrouperObjectFinder.ObjectPrivilege |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrouperObjectFinder.ObjectPrivilege[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GrouperObjectFinder.ObjectPrivilege view
public static final GrouperObjectFinder.ObjectPrivilege read
public static final GrouperObjectFinder.ObjectPrivilege update
public static final GrouperObjectFinder.ObjectPrivilege admin
public static GrouperObjectFinder.ObjectPrivilege[] values()
for (GrouperObjectFinder.ObjectPrivilege c : GrouperObjectFinder.ObjectPrivilege.values()) System.out.println(c);
public static GrouperObjectFinder.ObjectPrivilege 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 abstract Set<Privilege> stemPrivileges()
public abstract Set<Privilege> groupPrivileges()
Copyright © 2016 Internet2. All rights reserved.