|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GrouperObjectFinder.ObjectPrivilege>
edu.internet2.middleware.grouper.misc.GrouperObjectFinder.ObjectPrivilege
public static enum GrouperObjectFinder.ObjectPrivilege
privilege type to query
| Enum Constant Summary | |
|---|---|
admin
|
|
read
objects where is there is a read privilege the grouper session can read |
|
update
|
|
view
objects that the grouper session can see |
|
| Method Summary | |
|---|---|
abstract java.util.Set<Privilege> |
attributeDefPrivileges()
privileges for attributeDef queries |
abstract java.util.Set<Privilege> |
groupPrivileges()
privileges for group queries |
abstract java.util.Set<Privilege> |
stemPrivileges()
privileges for stem queries |
static GrouperObjectFinder.ObjectPrivilege |
valueOf(java.lang.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. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GrouperObjectFinder.ObjectPrivilege view
public static final GrouperObjectFinder.ObjectPrivilege read
public static final GrouperObjectFinder.ObjectPrivilege update
public static final GrouperObjectFinder.ObjectPrivilege admin
| Method Detail |
|---|
public static GrouperObjectFinder.ObjectPrivilege[] values()
for (GrouperObjectFinder.ObjectPrivilege c : GrouperObjectFinder.ObjectPrivilege.values()) System.out.println(c);
public static GrouperObjectFinder.ObjectPrivilege 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
java.lang.NullPointerException - if the argument is nullpublic abstract java.util.Set<Privilege> stemPrivileges()
public abstract java.util.Set<Privilege> groupPrivileges()
public abstract java.util.Set<Privilege> attributeDefPrivileges()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||