|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PermissionLimitBeanType>
edu.internet2.middleware.grouper.permissions.limits.PermissionLimitBeanType
public enum PermissionLimitBeanType
the type of permission limit we are referring to
| Enum Constant Summary | |
|---|---|
ATTRIBUTE_ASSIGNMENT
a permission limit assigned to an attribute assignment (e.g. assigned to a permission assignment) |
|
ROLE
a permission limit assigned to a role (applies to all users in that role for permissions in the context of that role |
|
| Method Summary | |
|---|---|
static PermissionLimitBeanType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PermissionLimitBeanType[] |
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 PermissionLimitBeanType ATTRIBUTE_ASSIGNMENT
public static final PermissionLimitBeanType ROLE
| Method Detail |
|---|
public static PermissionLimitBeanType[] values()
for (PermissionLimitBeanType c : PermissionLimitBeanType.values()) System.out.println(c);
public static PermissionLimitBeanType 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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||