public static enum SecuredEntity.AccessLevel extends java.lang.Enum<SecuredEntity.AccessLevel>
| Modifier and Type | Method and Description |
|---|---|
static SecuredEntity.AccessLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SecuredEntity.AccessLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecuredEntity.AccessLevel Deny
public static final SecuredEntity.AccessLevel Allow
public static SecuredEntity.AccessLevel[] values()
for (SecuredEntity.AccessLevel c : SecuredEntity.AccessLevel.values()) System.out.println(c);
public static SecuredEntity.AccessLevel 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