Uses of Enum Class
org.opends.server.authorization.dseecompat.EnumEvalResult
Packages that use EnumEvalResult
Package
Description
Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access
control handler implementation.
-
Uses of EnumEvalResult in org.opends.server.authorization.dseecompat
Subclasses with type arguments of type EnumEvalResult in org.opends.server.authorization.dseecompatModifier and TypeClassDescriptionenumThis class provides an enumeration of evaluation results returned by the bind rule evaluation methods.Methods in org.opends.server.authorization.dseecompat that return EnumEvalResultModifier and TypeMethodDescriptionAciBody.evaluate(AciEvalContext evalCtx) Performs an evaluation of the permission-bind rule pairs using the evaluation context.BindRule.evaluate(AciEvalContext evalCtx) Evaluate a bind rule against an evaluation context.UserAttr.evaluate(AciEvalContext evalCtx) Evaluate the expression using an evaluation context.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.negateIfNeeded(boolean negate) This method is used to possibly negate the result of a simple bind rule evaluation.static EnumEvalResultEnumEvalResult.valueOf(boolean b) Returns the EnumEvalResult corresponding to the provided boolean.static EnumEvalResultReturns the enum constant of this class with the specified name.static EnumEvalResult[]EnumEvalResult.values()Returns an array containing the constants of this enum class, in the order they are declared.