Searched defs:denyAci (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciEffectiveRights.java795 * depending on the value of the variable denyAci.
799 * @param denyAci True if the evaluation was a allow, false if the
804 boolean setTargAttrAci(AciEvalContext evalCtx, Aci aci, boolean denyAci) { argument
806 int flag = denyAci ? ACL_TARGATTR_DENY_MATCH : ACL_TARGATTR_ALLOW_MATCH;
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciEffectiveRights.java760 * depending on the value of the variable denyAci.
764 * @param denyAci True if the evaluation was a allow, false if the
769 boolean setTargAttrAci(AciEvalContext evalCtx, Aci aci, boolean denyAci) { argument
772 if(denyAci)
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciEffectiveRights.java760 * depending on the value of the variable denyAci.
764 * @param denyAci True if the evaluation was a allow, false if the
769 boolean setTargAttrAci(AciEvalContext evalCtx, Aci aci, boolean denyAci) { argument
772 if(denyAci)
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciEffectiveRights.java795 * depending on the value of the variable denyAci.
799 * @param denyAci True if the evaluation was a allow, false if the
804 boolean setTargAttrAci(AciEvalContext evalCtx, Aci aci, boolean denyAci) { argument
806 int flag = denyAci ? ACL_TARGATTR_DENY_MATCH : ACL_TARGATTR_ALLOW_MATCH;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciEffectiveRights.java760 * depending on the value of the variable denyAci.
764 * @param denyAci True if the evaluation was a allow, false if the
769 boolean setTargAttrAci(AciEvalContext evalCtx, Aci aci, boolean denyAci) { argument
772 if(denyAci)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciEffectiveRights.java809 * depending on the value of the variable denyAci.
813 * @param denyAci True if the evaluation was a allow, false if the
818 boolean setTargAttrAci(AciEvalContext evalCtx, Aci aci, boolean denyAci) { argument
820 int flag = denyAci ? ACL_TARGATTR_DENY_MATCH : ACL_TARGATTR_ALLOW_MATCH;

Completed in 43 milliseconds