Searched defs:currentEntry (Results 1 - 25 of 34) sorted by relevance

12

/forgerock/opendj-b2.6/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyDNOperation.java97 protected Entry currentEntry; field in class:LocalBackendModifyDNOperation
142 return currentEntry;
326 currentEntry = currentBackend.getEntry(entryDN);
420 newEntry = currentEntry.duplicate(false);
585 preReadRequest, currentEntry);
650 currentEntry.getDN());
660 LocalBackendModifyDNOperation.this, currentEntry, newEntry);
730 getAccessControlHandler().isAllowed(this, currentEntry, filter))
739 if (!filter.matchesEntry(currentEntry))
H A DLocalBackendModifyOperation.java140 protected Entry currentEntry = null; field in class:LocalBackendModifyOperation
203 return currentEntry;
356 currentEntry = backend.getEntry(entryDN);
358 if (currentEntry == null)
424 currentEntry, true);
428 .createAuthenticationPolicyState(currentEntry);
444 modifiedEntry = currentEntry.duplicate(false);
607 backend.replaceEntry(currentEntry, modifiedEntry, this);
618 preReadRequest, currentEntry);
692 currentEntry);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyDNOperation.java97 protected Entry currentEntry; field in class:LocalBackendModifyDNOperation
142 return currentEntry;
326 currentEntry = currentBackend.getEntry(entryDN);
420 newEntry = currentEntry.duplicate(false);
546 preReadRequest, currentEntry);
611 currentEntry.getDN());
621 LocalBackendModifyDNOperation.this, currentEntry, newEntry);
687 getAccessControlHandler().isAllowed(this, currentEntry, filter))
696 if (!filter.matchesEntry(currentEntry))
H A DLocalBackendModifyOperation.java140 protected Entry currentEntry = null; field in class:LocalBackendModifyOperation
203 return currentEntry;
356 currentEntry = backend.getEntry(entryDN);
358 if (currentEntry == null)
424 currentEntry, true);
428 .createAuthenticationPolicyState(currentEntry);
444 modifiedEntry = currentEntry.duplicate(false);
594 backend.replaceEntry(currentEntry, modifiedEntry, this);
605 preReadRequest, currentEntry);
679 currentEntry);
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyDNOperation.java97 protected Entry currentEntry; field in class:LocalBackendModifyDNOperation
142 return currentEntry;
326 currentEntry = currentBackend.getEntry(entryDN);
420 newEntry = currentEntry.duplicate(false);
585 preReadRequest, currentEntry);
650 currentEntry.getDN());
660 LocalBackendModifyDNOperation.this, currentEntry, newEntry);
730 getAccessControlHandler().isAllowed(this, currentEntry, filter))
739 if (!filter.matchesEntry(currentEntry))
H A DLocalBackendModifyOperation.java140 protected Entry currentEntry = null; field in class:LocalBackendModifyOperation
203 return currentEntry;
356 currentEntry = backend.getEntry(entryDN);
358 if (currentEntry == null)
424 currentEntry, true);
428 .createAuthenticationPolicyState(currentEntry);
444 modifiedEntry = currentEntry.duplicate(false);
607 backend.replaceEntry(currentEntry, modifiedEntry, this);
618 preReadRequest, currentEntry);
692 currentEntry);
[all...]
/forgerock/opendj2/src/server/org/opends/server/api/
H A DDITCacheMap.java508 private Entry<DN, Node<T>> currentEntry; field in class:DITCacheMap.DITCacheEntrySet.EntryIterator
518 currentEntry = null;
555 currentEntry = nextEntry;
566 currentEntry = entry;
579 if (currentEntry != null)
586 if (DITCacheMap.this.remove(currentEntry.getKey()) != null)
589 currentEntry = null;
601 nextEntry = currentEntry;
606 currentEntry = null;
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DDITCacheMap.java509 private Entry<DN, Node<T>> currentEntry; field in class:DITCacheMap.DITCacheEntrySet.EntryIterator
519 currentEntry = null;
556 currentEntry = nextEntry;
567 currentEntry = entry;
580 if (currentEntry != null)
587 if (DITCacheMap.this.remove(currentEntry.getKey()) != null)
590 currentEntry = null;
602 nextEntry = currentEntry;
607 currentEntry = null;
/forgerock/opendj2/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyDNOperation.java82 private Entry currentEntry; field in class:LocalBackendModifyDNOperation
123 return currentEntry;
208 psearch.processModifyDN(newEntry, currentEntry.getDN());
336 currentEntry = currentBackend.getEntry(entryDN);
368 setResultCodeAndMessageNoInfoDisclosure(currentEntry, entryDN,
384 newEntry = currentEntry.duplicate(false);
464 currentEntry);
573 throw newDirectoryException(currentEntry, de.getResultCode(),
582 getAccessControlHandler().isAllowed(this, currentEntry, filter))
591 if (!filter.matchesEntry(currentEntry))
[all...]
H A DLocalBackendModifyOperation.java111 private Entry currentEntry; field in class:LocalBackendModifyOperation
166 return currentEntry;
322 psearch.processModify(modifiedEntry, currentEntry);
373 currentEntry = backend.getEntry(entryDN);
375 if (currentEntry == null)
421 AuthenticationPolicy.forUser(currentEntry, true);
426 .createAuthenticationPolicyState(currentEntry);
430 modifiedEntry = currentEntry.duplicate(false);
543 backend.replaceEntry(currentEntry, modifiedEntry, this);
553 currentEntry);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DDITCacheMap.java509 private Entry<DN, Node<T>> currentEntry; field in class:DITCacheMap.DITCacheEntrySet.EntryIterator
519 currentEntry = null;
556 currentEntry = nextEntry;
567 currentEntry = entry;
580 if (currentEntry != null)
587 if (DITCacheMap.this.remove(currentEntry.getKey()) != null)
590 currentEntry = null;
602 nextEntry = currentEntry;
607 currentEntry = null;
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DDITCacheMap.java508 private Entry<DN, Node<T>> currentEntry; field in class:DITCacheMap.DITCacheEntrySet.EntryIterator
518 currentEntry = null;
555 currentEntry = nextEntry;
566 currentEntry = entry;
579 if (currentEntry != null)
586 if (DITCacheMap.this.remove(currentEntry.getKey()) != null)
589 currentEntry = null;
601 nextEntry = currentEntry;
606 currentEntry = null;
/forgerock/opendj2-hg/src/server/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyDNOperation.java82 private Entry currentEntry; field in class:LocalBackendModifyDNOperation
123 return currentEntry;
208 psearch.processModifyDN(newEntry, currentEntry.getDN());
336 currentEntry = currentBackend.getEntry(entryDN);
368 setResultCodeAndMessageNoInfoDisclosure(currentEntry, entryDN,
384 newEntry = currentEntry.duplicate(false);
464 currentEntry);
573 throw newDirectoryException(currentEntry, de.getResultCode(),
582 getAccessControlHandler().isAllowed(this, currentEntry, filter))
591 if (!filter.matchesEntry(currentEntry))
[all...]
H A DLocalBackendModifyOperation.java111 private Entry currentEntry; field in class:LocalBackendModifyOperation
166 return currentEntry;
322 psearch.processModify(modifiedEntry, currentEntry);
373 currentEntry = backend.getEntry(entryDN);
375 if (currentEntry == null)
421 AuthenticationPolicy.forUser(currentEntry, true);
426 .createAuthenticationPolicyState(currentEntry);
430 modifiedEntry = currentEntry.duplicate(false);
543 backend.replaceEntry(currentEntry, modifiedEntry, this);
553 currentEntry);
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DDITCacheMap.java509 private Entry<DN, Node<T>> currentEntry; field in class:DITCacheMap.DITCacheEntrySet.EntryIterator
519 currentEntry = null;
556 currentEntry = nextEntry;
567 currentEntry = entry;
580 if (currentEntry != null)
587 if (DITCacheMap.this.remove(currentEntry.getKey()) != null)
590 currentEntry = null;
602 nextEntry = currentEntry;
607 currentEntry = null;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DSearchResults.java196 currentEntry = m_ldapSearchResults.readEntry();
225 if ((ldapEntry = currentEntry) != null) {
308 if (currentEntry == null)
311 List<Control> ctrls = currentEntry.getControls();
515 private SearchResultEntry currentEntry = null; field in class:SearchResults
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DDITCacheMap.java459 private Entry<DN, Node<T>> currentEntry; field in class:DITCacheMap.DITCacheEntrySet.EntryIterator
467 currentEntry = null;
502 currentEntry = nextEntry;
513 currentEntry = entry;
525 if (currentEntry != null)
532 if (DITCacheMap.this.remove(currentEntry.getKey()) != null)
535 currentEntry = null;
545 nextEntry = currentEntry;
550 currentEntry = null;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/workflowelement/localbackend/
H A DLocalBackendModifyDNOperation.java100 private Entry currentEntry; field in class:LocalBackendModifyDNOperation
141 return currentEntry;
217 psearch.processModifyDN(newEntry, currentEntry.getName());
335 currentEntry = currentBackend.getEntry(entryDN);
366 setResultCodeAndMessageNoInfoDisclosure(currentEntry, entryDN,
381 newEntry = currentEntry.duplicate(false);
451 currentEntry);
552 throw newDirectoryException(currentEntry, de.getResultCode(),
559 getAccessControlHandler().isAllowed(this, currentEntry, filter))
568 if (!filter.matchesEntry(currentEntry))
[all...]
H A DLocalBackendModifyOperation.java141 private Entry currentEntry; field in class:LocalBackendModifyOperation
191 return currentEntry;
313 psearch.processModify(modifiedEntry, currentEntry);
390 currentEntry = backend.getEntry(entryDN);
391 if (currentEntry == null)
417 pwPolicyState = createPasswordPolicyState(currentEntry);
420 modifiedEntry = currentEntry.duplicate(false);
501 backend.replaceEntry(currentEntry, modifiedEntry, this);
510 LocalBackendWorkflowElement.addPreReadResponse(this, preReadRequest, currentEntry);
657 throw newDirectoryException(currentEntry, d
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/
H A DSearchResults.java196 currentEntry = m_ldapSearchResults.readEntry();
225 if ((ldapEntry = currentEntry) != null) {
308 if (currentEntry == null)
311 List<Control> ctrls = currentEntry.getControls();
515 private SearchResultEntry currentEntry = null; field in class:SearchResults
/forgerock/opendj2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Djdeb-0.10.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/plugin. ...

Completed in 126 milliseconds

12