public static enum Explanation.Code extends java.lang.Enum<Explanation.Code>
Modifier and Type | Method and Description |
---|---|
static Explanation.Code |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Explanation.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Explanation.Code GRANTED
public static final Explanation.Code GRANTED_NO_AUTHORIZATION_ATTEMPTED
public static final Explanation.Code GRANTED_ACTIONS_AND_COMMANDS_MATCHED
public static final Explanation.Code REJECTED
public static final Explanation.Code REJECTED_NO_ACTION_PROVIDED
public static final Explanation.Code REJECTED_NO_SUBJECT_OR_ENV_FOUND
public static final Explanation.Code REJECTED_NO_RESOURCE_OR_ACTION_MATCH
public static final Explanation.Code REJECTED_NO_ACTIONS_DECLARED
public static final Explanation.Code REJECTED_ACTIONS_DECLARED_EMPTY
public static final Explanation.Code REJECTED_NO_ACTIONS_MATCHED
public static final Explanation.Code REJECTED_CONTEXT_EVALUATION_ERROR
public static final Explanation.Code REJECTED_COMMAND_NOT_MATCHED
public static final Explanation.Code REJECTED_NO_RESOURCE_PROPERTY_PROVIDED
public static final Explanation.Code REJECTED_RESOURCE_PROPERTY_NOT_MATCHED
public static final Explanation.Code REJECTED_NO_RULES_DECLARED
public static final Explanation.Code REJECTED_NO_DESCRIPTION_PROVIDED
public static final Explanation.Code REJECTED_NO_RESOURCE_TYPE
public static final Explanation.Code REJECTED_INVALID_FOR_SECTION
public static final Explanation.Code REJECTED_DENIED
public static Explanation.Code[] values()
for (Explanation.Code c : Explanation.Code.values()) System.out.println(c);
public static Explanation.Code 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