EnumEvalResult | 
AciBody.evaluate(AciEvalContext evalCtx) | 
 Performs an evaluation of the permission-bind rule pairs using the evaluation context. 
 | 
EnumEvalResult | 
AuthMethod.evaluate(AciEvalContext evalCtx) | 
  | 
EnumEvalResult | 
BindRule.evaluate(AciEvalContext evalCtx) | 
 Evaluate an bind rule against an evaluation context. 
 | 
EnumEvalResult | 
DayOfWeek.evaluate(AciEvalContext evalCtx) | 
 Performs evaluation of a dayofweek bind rule using the provided evaluation context. 
 | 
EnumEvalResult | 
DNS.evaluate(AciEvalContext evalCtx) | 
  | 
EnumEvalResult | 
IP.evaluate(AciEvalContext evalCtx) | 
 Perform an evaluation using the provided evaluation context's remote IP address information. 
 | 
EnumEvalResult | 
KeywordBindRule.evaluate(AciEvalContext evalCtx) | 
 Evaluate a bind rule using the passed in context. 
 | 
EnumEvalResult | 
SSF.evaluate(AciEvalContext evalCtx) | 
  | 
EnumEvalResult | 
TimeOfDay.evaluate(AciEvalContext evalCtx) | 
  | 
EnumEvalResult | 
UserAttr.evaluate(AciEvalContext evalCtx) | 
 Evaluate the expression using an evaluation context. 
 | 
EnumEvalResult | 
UserDN.evaluate(AciEvalContext evalCtx) | 
 Performs the evaluation of a userdn bind rule based on the evaluation context passed to it. 
 | 
EnumEvalResult | 
EnumEvalResult.getRet(org.opends.server.authorization.dseecompat.EnumBindRuleType type) | 
 The method tries to determine if the result was undefined, and if so it returns an FAIL enumeration. 
 | 
EnumEvalResult | 
EnumEvalResult.negateIfNeeded(boolean negate) | 
 This method is used to possibly negate the result of a simple bind rule evaluation. 
 | 
static EnumEvalResult | 
EnumEvalResult.valueOf(boolean b) | 
 Returns the EnumEvalResult corresponding to the provided boolean. 
 | 
static EnumEvalResult | 
EnumEvalResult.valueOf(String name) | 
 Returns the enum constant of this type with the specified name. 
 | 
static EnumEvalResult[] | 
EnumEvalResult.values() | 
 Returns an array containing the constants of this enum type, in
the order they are declared. 
 |