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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAci.java197 * ACI_READ is used to set the container rights for a LDAP
200 public static final int ACI_READ = 0x0004; field in class:Aci
298 * AciHandler.maysend ACI_READ access evaluation was the result of an
311 * AciHandler.maysend ACI_READ access evaluation was the result of an
319 * AciHandler.maysend ACI_READ access evaluation was the result of an
333 * AciHandler.maysend ACI_READ access evaluation was the result of an
484 || (aci.hasRights(ACI_SEARCH| ACI_READ)
485 && matchCtx.hasRights(ACI_SEARCH | ACI_READ));
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAci.java198 * ACI_READ is used to set the container rights for a LDAP
201 public static final int ACI_READ = 0x0004; field in class:Aci
299 * AciHandler.maysend ACI_READ access evaluation was the result of an
312 * AciHandler.maysend ACI_READ access evaluation was the result of an
320 * AciHandler.maysend ACI_READ access evaluation was the result of an
335 * AciHandler.maysend ACI_READ access evaluation was the result of an
476 if(!(aci.hasRights(ACI_SEARCH| ACI_READ) &&
477 matchCtx.hasRights(ACI_SEARCH | ACI_READ)))
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAci.java198 * ACI_READ is used to set the container rights for a LDAP
201 public static final int ACI_READ = 0x0004; field in class:Aci
299 * AciHandler.maysend ACI_READ access evaluation was the result of an
312 * AciHandler.maysend ACI_READ access evaluation was the result of an
320 * AciHandler.maysend ACI_READ access evaluation was the result of an
335 * AciHandler.maysend ACI_READ access evaluation was the result of an
476 if(!(aci.hasRights(ACI_SEARCH| ACI_READ) &&
477 matchCtx.hasRights(ACI_SEARCH | ACI_READ)))
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAci.java197 * ACI_READ is used to set the container rights for a LDAP
200 public static final int ACI_READ = 0x0004; field in class:Aci
298 * AciHandler.maysend ACI_READ access evaluation was the result of an
311 * AciHandler.maysend ACI_READ access evaluation was the result of an
319 * AciHandler.maysend ACI_READ access evaluation was the result of an
333 * AciHandler.maysend ACI_READ access evaluation was the result of an
484 || (aci.hasRights(ACI_SEARCH| ACI_READ)
485 && matchCtx.hasRights(ACI_SEARCH | ACI_READ));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAci.java198 * ACI_READ is used to set the container rights for a LDAP
201 public static final int ACI_READ = 0x0004; field in class:Aci
299 * AciHandler.maysend ACI_READ access evaluation was the result of an
312 * AciHandler.maysend ACI_READ access evaluation was the result of an
320 * AciHandler.maysend ACI_READ access evaluation was the result of an
335 * AciHandler.maysend ACI_READ access evaluation was the result of an
476 if(!(aci.hasRights(ACI_SEARCH| ACI_READ) &&
477 matchCtx.hasRights(ACI_SEARCH | ACI_READ)))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAci.java197 * ACI_READ is used to set the container rights for a LDAP
200 public static final int ACI_READ = 0x0004; field in class:Aci
298 * AciHandler.maysend ACI_READ access evaluation was the result of an
311 * AciHandler.maysend ACI_READ access evaluation was the result of an
319 * AciHandler.maysend ACI_READ access evaluation was the result of an
333 * AciHandler.maysend ACI_READ access evaluation was the result of an
486 || (aci.hasRights(ACI_SEARCH| ACI_READ)
487 && matchCtx.hasRights(ACI_SEARCH | ACI_READ));

Completed in 30 milliseconds