Uses of Interface
org.opends.server.authorization.dseecompat.AciEvalContext
Packages that use AciEvalContext
Package
Description
Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access
control handler implementation.
-
Uses of AciEvalContext in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat with parameters of type AciEvalContextModifier and TypeMethodDescriptionstatic String
AciEffectiveRights.createSummary
(AciEvalContext evalCtx, boolean evalRet) Create the summary string used in the aclRightsInfo log string.AciBody.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.static boolean
AciEffectiveRights.setTargAttrAci
(AciEvalContext evalCtx, Aci aci, boolean denyAci) If the specified ACI is in the targattrfilters hashtable contained in the evaluation context, set the evaluation context's targattrfilters match variable to either ACL_TARGATTR_DENY_MATCH or ACL_TARGATTR_ALLOW_MATCH depending on the value of the variable denyAci.