|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<EnumEvalReason>
org.opends.server.authorization.dseecompat.EnumEvalReason
public enum EnumEvalReason
This class provides an enumeration of the reasons why an ACI evaluation returned a result from the AciHandler's testApplicableLists call. This class is used by a geteffectiverights aclRightsInfo attribute search to build a summary string.
| Enum Constant Summary | |
|---|---|
EVALUATED_ALLOW_ACI
An allow evaluated to true. |
|
EVALUATED_DENY_ACI
An deny ACI either evaluated to FAIL or to TRUE. |
|
NO_ALLOW_ACIS
There are aren't any allow ACIs. |
|
NO_MATCHED_ALLOWS_ACIS
None of the allow and deny ACIs evaluated to true. |
|
NO_REASON
No specific reason could be determined. |
|
SKIP_ACI
The authorization DN has bypass-acl privileges. |
|
| Method Summary | |
|---|---|
static EnumEvalReason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EnumEvalReason[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, 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 EnumEvalReason NO_ALLOW_ACIS
public static final EnumEvalReason EVALUATED_DENY_ACI
public static final EnumEvalReason EVALUATED_ALLOW_ACI
public static final EnumEvalReason NO_MATCHED_ALLOWS_ACIS
public static final EnumEvalReason NO_REASON
public static final EnumEvalReason SKIP_ACI
| Method Detail |
|---|
public static EnumEvalReason[] values()
for (EnumEvalReason c : EnumEvalReason.values()) System.out.println(c);
public static EnumEvalReason 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 | ||||||||