Searched refs:newID (Results 1 - 19 of 19) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
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));
H A DNewEncryptedIDImpl.java59 private NewID newID = null; field in class:NewEncryptedIDImpl
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
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));
H A DNewEncryptedIDImpl.java59 private NewID newID = null; field in class:NewEncryptedIDImpl
/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...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DDN2ID.java208 EntryID newID = renumberEntryIDs ? rootContainer.getNextEntryID() : oldID;
209 txn.put(getName(), newDnKey, newID.toByteString());
211 renamedEntryIDs.add(Pair.of(oldID.longValue(), newID.longValue()));
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DDoManageNameID.java1060 // newID case
1061 NewID newID = getNewIDFromMNIRequest(mniRequest, realm, hostEntityID,
1072 newNameID.setSPProvidedID(newID.getValue());
1096 newNameID.setValue(newID.getValue());
1602 // newID case
1832 NewID newID = null;
1835 newID = ProtocolFactory.getInstance().createNewID(newIDValue);
1836 mniRequest.setNewID(newID);
1882 if (newID != null) {
1883 NewEncryptedID newEncID = newID
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DDoManageNameID.java1062 // newID case
1063 NewID newID = getNewIDFromMNIRequest(mniRequest, realm, hostEntityID,
1074 newNameID.setSPProvidedID(newID.getValue());
1098 newNameID.setValue(newID.getValue());
1604 // newID case
1834 NewID newID = null;
1837 newID = ProtocolFactory.getInstance().createNewID(newIDValue);
1838 mniRequest.setNewID(newID);
1884 if (newID != null) {
1885 NewEncryptedID newEncID = newID
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestBackendImpl.java1330 EntryID newID = ec.getDN2ID().get(null, DN.decode("ou=Good People,ou=JEB Testers,dc=test,dc=com"), LockMode.DEFAULT);
1331 assertNotNull(newID);
1332 assertTrue(newID.compareTo(newSuperiorID) > 0);
1338 assertTrue(newSubordinateID.compareTo(newID) > 0);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestBackendImpl.java1173 EntryID newID = ec.getDN2ID().get(null, DN.decode("ou=Good People,ou=JEB Testers,dc=test,dc=com"), LockMode.DEFAULT);
1174 assertNotNull(newID);
1175 assertTrue(newID.compareTo(newSuperiorID) > 0);
1181 assertTrue(newSubordinateID.compareTo(newID) > 0);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestBackendImpl.java1330 EntryID newID = ec.getDN2ID().get(null, DN.decode("ou=Good People,ou=JEB Testers,dc=test,dc=com"), LockMode.DEFAULT);
1331 assertNotNull(newID);
1332 assertTrue(newID.compareTo(newSuperiorID) > 0);
1338 assertTrue(newSubordinateID.compareTo(newID) > 0);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestBackendImpl.java1173 EntryID newID = ec.getDN2ID().get(null, DN.decode("ou=Good People,ou=JEB Testers,dc=test,dc=com"), LockMode.DEFAULT);
1174 assertNotNull(newID);
1175 assertTrue(newID.compareTo(newSuperiorID) > 0);
1181 assertTrue(newSubordinateID.compareTo(newID) > 0);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/
H A DTestBackendImpl.java1330 EntryID newID = ec.getDN2ID().get(null, DN.decode("ou=Good People,ou=JEB Testers,dc=test,dc=com"), LockMode.DEFAULT);
1331 assertNotNull(newID);
1332 assertTrue(newID.compareTo(newSuperiorID) > 0);
1338 assertTrue(newSubordinateID.compareTo(newID) > 0);

Completed in 106 milliseconds