public static enum SecurityAttributes.EntityType extends java.lang.Enum<SecurityAttributes.EntityType>
SecurityAttributes.AccessRightType.| Enum Constant and Description |
|---|
GROUPS
type name of principal GROUPS.
|
PRINCIPALS
type name of principal PRINCIPALS.
|
| Modifier and Type | Method and Description |
|---|---|
static SecurityAttributes.EntityType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SecurityAttributes.EntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityAttributes.EntityType PRINCIPALS
public static final SecurityAttributes.EntityType GROUPS
public static SecurityAttributes.EntityType[] values()
for (SecurityAttributes.EntityType c : SecurityAttributes.EntityType.values()) System.out.println(c);
public static SecurityAttributes.EntityType 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 namejava.lang.NullPointerException - if the argument is null