Uses of Class
org.opends.server.authorization.dseecompat.Aci
-
Packages that use Aci Package Description org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation. -
-
Uses of Aci in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat that return Aci Modifier and Type Method Description static AciAci. decode(String aciString, Dn dn, ServerContext serverContext)Decode an ACI byte string.Methods in org.opends.server.authorization.dseecompat that return types with arguments of type Aci Modifier and Type Method Description List<Aci>AciEvalContext. getAllowList()Get the list allow ACIs.List<Aci>AciEvalContext. getDenyList()Get the list of deny ACIs.Methods in org.opends.server.authorization.dseecompat with parameters of type Aci Modifier and Type Method Description voidAciTargetMatchContext. addTargAttrFiltersMatchAci(Aci aci)Add the specified ACI to a list of ACIs that have a targattrfilters rule that matched.intAci. compareTo(Aci aci)Compares this Aci with the provided Aci based on a natural order.booleanAciEvalContext. hasTargAttrFiltersMatchAci(Aci aci)The context maintains a hashtable of ACIs that matched the targattrfilters keyword evaluation.voidAciEvalContext. setEvaluationResult(EnumEvalReason reason, Aci decidingAci)Set the reason and the ACI that decided why the last access evaluation was evaluated the way it was.static booleanAciEffectiveRights. 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.Method parameters in org.opends.server.authorization.dseecompat with type arguments of type Aci Modifier and Type Method Description voidAciList. addAci(Dn dn, SortedSet<Aci> acis)Add a set of ACIs to the ACI list.voidAciTargetMatchContext. setAllowList(List<Aci> allowList)Set the allow ACI list.voidAciTargetMatchContext. setDenyList(List<Aci> denyList)Set the deny ACI list.
-