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

/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciList.java190 * @param hasAci True if the "aci" attribute type was seen in the entry.
197 public int addAci(Entry entry, boolean hasAci, argument
214 if(hasAci) {
287 * @param hasAci True if the "aci" attribute type was seen in the entry.
292 boolean hasAci,
300 if(hasAci) {
350 * @param hasAci True if the "aci" attribute type was seen in the entry.
355 public boolean removeAci(Entry entry, boolean hasAci, argument
367 if (hasAci || !hasGlobalAci)
291 modAciOldNewEntry(Entry oldEntry, Entry newEntry, boolean hasAci, boolean hasGlobalAci) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DAciList.java194 * @param hasAci True if the "aci" attribute type was seen in the entry.
201 public int addAci(Entry entry, boolean hasAci, argument
218 if(hasAci) {
291 * @param hasAci True if the "aci" attribute type was seen in the entry.
296 boolean hasAci,
304 if(hasAci) {
354 * @param hasAci True if the "aci" attribute type was seen in the entry.
359 public boolean removeAci(Entry entry, boolean hasAci, argument
371 if (hasAci && aciList.remove(entryDN) == null)
375 if (!hasGlobalAci && !hasAci)
295 modAciOldNewEntry(Entry oldEntry, Entry newEntry, boolean hasAci, boolean hasGlobalAci) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DAciList.java195 * @param hasAci True if the "aci" attribute type was seen in the entry.
202 public int addAci(Entry entry, boolean hasAci, argument
219 if(hasAci) {
292 * @param hasAci True if the "aci" attribute type was seen in the entry.
297 boolean hasAci,
305 if(hasAci) {
355 * @param hasAci True if the "aci" attribute type was seen in the entry.
360 public boolean removeAci(Entry entry, boolean hasAci, argument
372 if (hasAci || !hasGlobalAci)
296 modAciOldNewEntry(Entry oldEntry, Entry newEntry, boolean hasAci, boolean hasGlobalAci) argument
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciList.java190 * @param hasAci True if the "aci" attribute type was seen in the entry.
197 public int addAci(Entry entry, boolean hasAci, argument
214 if(hasAci) {
287 * @param hasAci True if the "aci" attribute type was seen in the entry.
292 boolean hasAci,
300 if(hasAci) {
350 * @param hasAci True if the "aci" attribute type was seen in the entry.
355 public boolean removeAci(Entry entry, boolean hasAci, argument
367 if (hasAci || !hasGlobalAci)
291 modAciOldNewEntry(Entry oldEntry, Entry newEntry, boolean hasAci, boolean hasGlobalAci) argument
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DAciList.java194 * @param hasAci True if the "aci" attribute type was seen in the entry.
201 public int addAci(Entry entry, boolean hasAci, argument
218 if(hasAci) {
291 * @param hasAci True if the "aci" attribute type was seen in the entry.
296 boolean hasAci,
304 if(hasAci) {
354 * @param hasAci True if the "aci" attribute type was seen in the entry.
359 public boolean removeAci(Entry entry, boolean hasAci, argument
371 if (hasAci && aciList.remove(entryDN) == null)
375 if (!hasGlobalAci && !hasAci)
295 modAciOldNewEntry(Entry oldEntry, Entry newEntry, boolean hasAci, boolean hasGlobalAci) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DAciList.java192 * @param hasAci True if the "aci" attribute type was seen in the entry.
199 public int addAci(Entry entry, boolean hasAci, argument
216 if(hasAci) {
284 * @param hasAci True if the "aci" attribute type was seen in the entry.
289 boolean hasAci,
297 if(hasAci) {
347 * @param hasAci True if the "aci" attribute type was seen in the entry.
352 public boolean removeAci(Entry entry, boolean hasAci, argument
364 if (hasAci || !hasGlobalAci)
288 modAciOldNewEntry(Entry oldEntry, Entry newEntry, boolean hasAci, boolean hasGlobalAci) argument

Completed in 35 milliseconds