Searched refs:IDs (Results 1 - 20 of 20) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DValidationContext.java103 private final HashSet IDs = new HashSet(); field in class:ValidationContext
110 if(!IDs.add(value)) {
123 if(IDs.contains(value))
131 /** Tests if all IDREFs have corresponding IDs. */
138 if(IDs.contains(e.getKey()))
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DValidationContext.java103 private final HashSet IDs = new HashSet(); field in class:ValidationContext
110 if(!IDs.add(value)) {
123 if(IDs.contains(value))
131 /** Tests if all IDREFs have corresponding IDs. */
138 if(IDs.contains(e.getKey()))
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DValidationContext.java103 private final HashSet IDs = new HashSet(); field in class:ValidationContext
110 if(!IDs.add(value)) {
123 if(IDs.contains(value))
131 /** Tests if all IDREFs have corresponding IDs. */
138 if(IDs.contains(e.getKey()))
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DValidationContext.java103 private final HashSet IDs = new HashSet(); field in class:ValidationContext
110 if(!IDs.add(value)) {
123 if(IDs.contains(value))
131 /** Tests if all IDREFs have corresponding IDs. */
138 if(IDs.contains(e.getKey()))
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DValidationContext.java103 private final HashSet IDs = new HashSet(); field in class:ValidationContext
110 if(!IDs.add(value)) {
123 if(IDs.contains(value))
131 /** Tests if all IDREFs have corresponding IDs. */
138 if(IDs.contains(e.getKey()))
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DValidationContext.java103 private final HashSet IDs = new HashSet(); field in class:ValidationContext
110 if(!IDs.add(value)) {
123 if(IDs.contains(value))
131 /** Tests if all IDREFs have corresponding IDs. */
138 if(IDs.contains(e.getKey()))
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DValidationContext.java103 private final HashSet IDs = new HashSet(); field in class:ValidationContext
110 if(!IDs.add(value)) {
123 if(IDs.contains(value))
131 /** Tests if all IDREFs have corresponding IDs. */
138 if(IDs.contains(e.getKey()))
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java61 private ArrayList<EntryID> IDs; field in class:Suffix
364 return IDs;
371 * @param IDs The entry ID list to save.
373 public void setIDs(ArrayList<EntryID> IDs) argument
375 this.IDs = IDs;
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java62 private ArrayList<EntryID> IDs; field in class:Suffix
365 return IDs;
372 * @param IDs The entry ID list to save.
374 public void setIDs(ArrayList<EntryID> IDs) argument
376 this.IDs = IDs;
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java62 private ArrayList<EntryID> IDs; field in class:Suffix
365 return IDs;
372 * @param IDs The entry ID list to save.
374 public void setIDs(ArrayList<EntryID> IDs) argument
376 this.IDs = IDs;
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java61 private ArrayList<EntryID> IDs; field in class:Suffix
364 return IDs;
371 * @param IDs The entry ID list to save.
373 public void setIDs(ArrayList<EntryID> IDs) argument
375 this.IDs = IDs;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DSuffix.java62 private ArrayList<EntryID> IDs; field in class:Suffix
365 return IDs;
372 * @param IDs The entry ID list to save.
374 public void setIDs(ArrayList<EntryID> IDs) argument
376 this.IDs = IDs;
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestCaseUtils.java720 * Dump the content of the backends with the given IDs to stdout.
724 * @param IDs IDs of the backends to dump. If none is given,
728 public static void dumpBackends(String reason, File dst, String... IDs) { argument
744 if (IDs == null || IDs.length == 0) {
745 IDs = new String[] { TEST_BACKEND_ID };
747 for (String id : IDs) {
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DVLVIndex.java62 * of entry IDs followed by sets of attribute values used to sort the entries.
63 * The entire set of entry IDs are broken up into sorted subsets to decrease
84 * The limit on the number of entry IDs that may be indexed by one key.
1120 * @return The sorted EntryIDSet containing the entry IDs that match the
1246 long[] IDs = SortValuesSet.getEncodedIDs(data.getData(), 0);
1248 i < IDs.length && selectedPos < count;
1251 selectedIDs[selectedPos] = IDs[i];
1253 cursorCount += IDs.length;
1653 // FIXME: Should pos+offset method for decoding IDs be added to
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DVLVIndex.java63 * of entry IDs followed by sets of attribute values used to sort the entries.
64 * The entire set of entry IDs are broken up into sorted subsets to decrease
85 * The limit on the number of entry IDs that may be indexed by one key.
1121 * @return The sorted EntryIDSet containing the entry IDs that match the
1247 long[] IDs = SortValuesSet.getEncodedIDs(data.getData(), 0);
1249 i < IDs.length && selectedPos < count;
1252 selectedIDs[selectedPos] = IDs[i];
1254 cursorCount += IDs.length;
1654 // FIXME: Should pos+offset method for decoding IDs be added to
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DVLVIndex.java63 * of entry IDs followed by sets of attribute values used to sort the entries.
64 * The entire set of entry IDs are broken up into sorted subsets to decrease
85 * The limit on the number of entry IDs that may be indexed by one key.
1121 * @return The sorted EntryIDSet containing the entry IDs that match the
1247 long[] IDs = SortValuesSet.getEncodedIDs(data.getData(), 0);
1249 i < IDs.length && selectedPos < count;
1252 selectedIDs[selectedPos] = IDs[i];
1254 cursorCount += IDs.length;
1654 // FIXME: Should pos+offset method for decoding IDs be added to
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DVLVIndex.java62 * of entry IDs followed by sets of attribute values used to sort the entries.
63 * The entire set of entry IDs are broken up into sorted subsets to decrease
84 * The limit on the number of entry IDs that may be indexed by one key.
1120 * @return The sorted EntryIDSet containing the entry IDs that match the
1246 long[] IDs = SortValuesSet.getEncodedIDs(data.getData(), 0);
1248 i < IDs.length && selectedPos < count;
1251 selectedIDs[selectedPos] = IDs[i];
1253 cursorCount += IDs.length;
1653 // FIXME: Should pos+offset method for decoding IDs be added to
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DVLVIndex.java63 * of entry IDs followed by sets of attribute values used to sort the entries.
64 * The entire set of entry IDs are broken up into sorted subsets to decrease
85 * The limit on the number of entry IDs that may be indexed by one key.
1121 * @return The sorted EntryIDSet containing the entry IDs that match the
1247 long[] IDs = SortValuesSet.getEncodedIDs(data.getData(), 0);
1249 i < IDs.length && selectedPos < count;
1252 selectedIDs[selectedPos] = IDs[i];
1254 cursorCount += IDs.length;
1654 // FIXME: Should pos+offset method for decoding IDs be added to
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb1-impl.jarMETA-INF/ META-INF/MANIFEST.MF COPYING.txt META-INF/services/ META-INF/ ...

Completed in 53 milliseconds