Searched defs:newID (Results 1 - 11 of 11) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DNewEncryptedIDImpl.java59 private NewID newID = null; field in class:NewEncryptedIDImpl
H A DNewIDImpl.java53 private String newID; field in class:NewIDImpl
73 newID = value;
83 return newID;
111 if ((newID != null) && (newID.length() > 0)) {
126 xml.append(newID);
172 newID = XMLUtils.getValueOfValueNode((Node)element);
H A DManageNameIDRequestImpl.java57 private NewID newID = null; field in class:ManageNameIDRequestImpl
165 newID =
247 return newID;
265 newID = value;
359 if ((newID != null) && (newEncryptedID != null)) {
363 if (((newID != null) || (newEncryptedID != null)) &&
396 if (newID != null) {
397 xml.append(newID.toXMLString(includeNSPrefix, declareNS));
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DNewEncryptedIDImpl.java59 private NewID newID = null; field in class:NewEncryptedIDImpl
H A DNewIDImpl.java53 private String newID; field in class:NewIDImpl
73 newID = value;
83 return newID;
111 if ((newID != null) && (newID.length() > 0)) {
126 xml.append(newID);
172 newID = XMLUtils.getValueOfValueNode((Node)element);
H A DManageNameIDRequestImpl.java57 private NewID newID = null; field in class:ManageNameIDRequestImpl
165 newID =
247 return newID;
265 newID = value;
359 if ((newID != null) && (newEncryptedID != null)) {
363 if (((newID != null) || (newEncryptedID != null)) &&
396 if (newID != null) {
397 xml.append(newID.toXMLString(includeNSPrefix, declareNS));
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java2548 EntryID newID = oldID;
2551 newID = rootContainer.getNextEntryID();
2562 newID.longValue());
2568 oldID, newID, oldEntry, newDN, isApexEntryMoved,
2659 EntryID newID,
2666 if (!dn2id.insert(txn, newEntry.getDN(), newID))
2673 id2entry.put(txn, newID, newEntry);
2679 indexInsertEntry(buffer, newEntry, newID);
2696 id2children.insertID(buffer, parentIDKeyBytes, newID);
2699 id2subtree.insertID(buffer, parentIDKeyBytes, newID);
2658 addRenamedEntry(Transaction txn, IndexBuffer buffer, EntryID newID, Entry newEntry, boolean isApexEntryMoved, boolean renumbered, ModifyDNOperation modifyDNOperation) argument
2704 removeApexEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, Entry newEntry, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
2777 removeSubordinateEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, DN newDN, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java2554 EntryID newID = oldID;
2557 newID = rootContainer.getNextEntryID();
2568 newID.longValue());
2574 oldID, newID, oldEntry, newDN, isApexEntryMoved,
2665 EntryID newID,
2672 if (!dn2id.insert(txn, newEntry.getDN(), newID))
2679 id2entry.put(txn, newID, newEntry);
2685 indexInsertEntry(buffer, newEntry, newID);
2702 id2children.insertID(buffer, parentIDKeyBytes, newID);
2705 id2subtree.insertID(buffer, parentIDKeyBytes, newID);
2664 addRenamedEntry(Transaction txn, IndexBuffer buffer, EntryID newID, Entry newEntry, boolean isApexEntryMoved, boolean renumbered, ModifyDNOperation modifyDNOperation) argument
2710 removeApexEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, Entry newEntry, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
2783 removeSubordinateEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, DN newDN, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java2554 EntryID newID = oldID;
2557 newID = rootContainer.getNextEntryID();
2568 newID.longValue());
2574 oldID, newID, oldEntry, newDN, isApexEntryMoved,
2665 EntryID newID,
2672 if (!dn2id.insert(txn, newEntry.getDN(), newID))
2679 id2entry.put(txn, newID, newEntry);
2685 indexInsertEntry(buffer, newEntry, newID);
2702 id2children.insertID(buffer, parentIDKeyBytes, newID);
2705 id2subtree.insertID(buffer, parentIDKeyBytes, newID);
2664 addRenamedEntry(Transaction txn, IndexBuffer buffer, EntryID newID, Entry newEntry, boolean isApexEntryMoved, boolean renumbered, ModifyDNOperation modifyDNOperation) argument
2710 removeApexEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, Entry newEntry, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
2783 removeSubordinateEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, DN newDN, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java2548 EntryID newID = oldID;
2551 newID = rootContainer.getNextEntryID();
2562 newID.longValue());
2568 oldID, newID, oldEntry, newDN, isApexEntryMoved,
2659 EntryID newID,
2666 if (!dn2id.insert(txn, newEntry.getDN(), newID))
2673 id2entry.put(txn, newID, newEntry);
2679 indexInsertEntry(buffer, newEntry, newID);
2696 id2children.insertID(buffer, parentIDKeyBytes, newID);
2699 id2subtree.insertID(buffer, parentIDKeyBytes, newID);
2658 addRenamedEntry(Transaction txn, IndexBuffer buffer, EntryID newID, Entry newEntry, boolean isApexEntryMoved, boolean renumbered, ModifyDNOperation modifyDNOperation) argument
2704 removeApexEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, Entry newEntry, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
2777 removeSubordinateEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, DN newDN, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DEntryContainer.java2554 EntryID newID = oldID;
2557 newID = rootContainer.getNextEntryID();
2568 newID.longValue());
2574 oldID, newID, oldEntry, newDN, isApexEntryMoved,
2665 EntryID newID,
2672 if (!dn2id.insert(txn, newEntry.getDN(), newID))
2679 id2entry.put(txn, newID, newEntry);
2685 indexInsertEntry(buffer, newEntry, newID);
2702 id2children.insertID(buffer, parentIDKeyBytes, newID);
2705 id2subtree.insertID(buffer, parentIDKeyBytes, newID);
2664 addRenamedEntry(Transaction txn, IndexBuffer buffer, EntryID newID, Entry newEntry, boolean isApexEntryMoved, boolean renumbered, ModifyDNOperation modifyDNOperation) argument
2710 removeApexEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, Entry newEntry, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
2783 removeSubordinateEntry(Transaction txn, IndexBuffer buffer, DN oldSuperiorDN, EntryID oldID, EntryID newID, Entry oldEntry, DN newDN, boolean isApexEntryMoved, ModifyDNOperation modifyDNOperation, MovedEntry tail) argument
[all...]

Completed in 61 milliseconds