Uses of Enum Class
org.opends.server.authorization.dseecompat.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
Modifier and TypeMethodDescriptionAciBody.evaluate
(AciEvalContext evalCtx) Performs an evaluation of the permission-bind rule pairs using the evaluation context.AuthMethod.evaluate
(AciEvalContext evalCtx) BindRule.evaluate
(AciEvalContext evalCtx) Evaluate a bind rule against an evaluation context.DayOfWeek.evaluate
(AciEvalContext evalCtx) Performs evaluation of a dayofweek bind rule using the provided evaluation context.DNS.evaluate
(AciEvalContext evalCtx) IP.evaluate
(AciEvalContext evalCtx) Perform an evaluation using the provided evaluation context's remote IP address information.KeywordBindRule.evaluate
(AciEvalContext evalCtx) Evaluate a bind rule using the passed in context.SSF.evaluate
(AciEvalContext evalCtx) TimeOfDay.evaluate
(AciEvalContext evalCtx) UserAttr.evaluate
(AciEvalContext evalCtx) Evaluate the expression using an evaluation context.UserDN.evaluate
(AciEvalContext evalCtx) Performs the evaluation of a userdn bind rule based on the evaluation context passed to it.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 EnumEvalResult
EnumEvalResult.valueOf
(boolean b) Returns the EnumEvalResult corresponding to the provided boolean.static EnumEvalResult
Returns 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.