Searched refs:attrIndex (Results 1 - 21 of 21) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java283 AttributeIndex attrIndex =
285 if (attrIndex == null)
290 attrIndexList.add(attrIndex);
550 AttributeIndex attrIndex = attrIndexList.get(0);
551 iterateAttrIndex(attrIndex.getAttributeType(),
552 attrIndex.getEqualityIndex(), IndexType.EQ );
553 iterateAttrIndex(attrIndex.getAttributeType(),
554 attrIndex.getPresenceIndex(), IndexType.PRES);
555 iterateAttrIndex(attrIndex.getAttributeType(),
556 attrIndex
1680 verifyAttribute(AttributeIndex attrIndex, EntryID entryID, List<Attribute> attrList) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java284 AttributeIndex attrIndex =
286 if (attrIndex == null)
291 attrIndexList.add(attrIndex);
551 AttributeIndex attrIndex = attrIndexList.get(0);
552 iterateAttrIndex(attrIndex.getAttributeType(),
553 attrIndex.getEqualityIndex(), IndexType.EQ );
554 iterateAttrIndex(attrIndex.getAttributeType(),
555 attrIndex.getPresenceIndex(), IndexType.PRES);
556 iterateAttrIndex(attrIndex.getAttributeType(),
557 attrIndex
1681 verifyAttribute(AttributeIndex attrIndex, EntryID entryID, List<Attribute> attrList) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java284 AttributeIndex attrIndex =
286 if (attrIndex == null)
291 attrIndexList.add(attrIndex);
551 AttributeIndex attrIndex = attrIndexList.get(0);
552 iterateAttrIndex(attrIndex.getAttributeType(),
553 attrIndex.getEqualityIndex(), IndexType.EQ );
554 iterateAttrIndex(attrIndex.getAttributeType(),
555 attrIndex.getPresenceIndex(), IndexType.PRES);
556 iterateAttrIndex(attrIndex.getAttributeType(),
557 attrIndex
1681 verifyAttribute(AttributeIndex attrIndex, EntryID entryID, List<Attribute> attrList) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java283 AttributeIndex attrIndex =
285 if (attrIndex == null)
290 attrIndexList.add(attrIndex);
550 AttributeIndex attrIndex = attrIndexList.get(0);
551 iterateAttrIndex(attrIndex.getAttributeType(),
552 attrIndex.getEqualityIndex(), IndexType.EQ );
553 iterateAttrIndex(attrIndex.getAttributeType(),
554 attrIndex.getPresenceIndex(), IndexType.PRES);
555 iterateAttrIndex(attrIndex.getAttributeType(),
556 attrIndex
1680 verifyAttribute(AttributeIndex attrIndex, EntryID entryID, List<Attribute> attrList) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DVerifyJob.java284 AttributeIndex attrIndex =
286 if (attrIndex == null)
291 attrIndexList.add(attrIndex);
551 AttributeIndex attrIndex = attrIndexList.get(0);
552 iterateAttrIndex(attrIndex.getAttributeType(),
553 attrIndex.getEqualityIndex(), IndexType.EQ );
554 iterateAttrIndex(attrIndex.getAttributeType(),
555 attrIndex.getPresenceIndex(), IndexType.PRES);
556 iterateAttrIndex(attrIndex.getAttributeType(),
557 attrIndex
1681 verifyAttribute(AttributeIndex attrIndex, EntryID entryID, List<Attribute> attrList) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DVerifyJob.java228 AttributeIndex attrIndex = entryContainer.getAttributeIndex(attrType);
229 if (attrIndex == null)
233 attrIndexList.add(attrIndex);
430 AttributeIndex attrIndex = attrIndexList.get(0);
431 for (MatchingRuleIndex index : attrIndex.getNameToIndexes().values())
881 for (AttributeIndex attrIndex : attrIndexList)
883 verifyAttribute(txn, entryID, entry, attrIndex);
920 private void verifyAttribute(ReadableTransaction txn, EntryID entryID, Entry entry, AttributeIndex attrIndex) argument
922 for (MatchingRuleIndex index : attrIndex.getNameToIndexes().values())
1028 AttributeIndex attrIndex
[all...]
H A DOnDiskMergeImporter.java383 final AttributeIndex attrIndex = findAttributeIndex(entryContainer, parts[0]);
384 for (Tree index : attrIndex.getNameToIndexes().values())
403 final AttributeIndex attrIndex = findAttributeIndex(entryContainer, parts[0]);
404 indexNames.addAll(getIndexNames(IndexType.valueOf(parts[1].toUpperCase()), attrIndex));
434 private static Collection<String> getIndexNames(IndexType indexType, AttributeIndex attrIndex) argument
438 if (!attrIndex.isIndexed(org.opends.server.types.IndexType.PRESENCE))
445 for (Indexer indexer : AttributeIndex.getMatchingRule(indexType, attrIndex.getAttributeType())
446 .createIndexers(attrIndex.getIndexingOptions()))
448 final Tree indexTree = attrIndex.getNameToIndexes().get(indexer.getIndexID());
3154 for (AttributeIndex attrIndex
[all...]
H A DBackendStat.java1061 for (AttributeIndex attrIndex : ec.getAttributeIndexes())
1063 for (AttributeIndex.MatchingRuleIndex index : attrIndex.getNameToIndexes().values())
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java830 Integer attrIndex = getIndex(paramsMap,SAML2Constants.ATTR_INDEX);
865 authnReq.setAttributeConsumingServiceIndex(attrIndex);
1118 Integer attrIndex = null;
1121 attrIndex = new Integer(index);
1123 return attrIndex;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/profile/
H A DSPSSOFederate.java846 Integer attrIndex = getIndex(paramsMap,SAML2Constants.ATTR_INDEX);
881 authnReq.setAttributeConsumingServiceIndex(attrIndex);
1131 Integer attrIndex = null;
1134 attrIndex = new Integer(index);
1136 return attrIndex;
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java3465 private void rebuildAttributeIndexes(final AttributeIndex attrIndex, argument
3469 if (attrIndex.getSubstringIndex() != null)
3471 fillIndexMap(attrType, attrIndex.getSubstringIndex(),
3474 if (attrIndex.getOrderingIndex() != null)
3476 fillIndexMap(attrType, attrIndex.getOrderingIndex(),
3479 if (attrIndex.getEqualityIndex() != null)
3481 fillIndexMap(attrType, attrIndex.getEqualityIndex(),
3484 if (attrIndex.getPresenceIndex() != null)
3486 fillIndexMap(attrType, attrIndex.getPresenceIndex(),
3489 if (attrIndex
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java3427 private void rebuildAttributeIndexes(final AttributeIndex attrIndex, argument
3431 if (attrIndex.getSubstringIndex() != null)
3433 fillIndexMap(attrType, attrIndex.getSubstringIndex(),
3436 if (attrIndex.getOrderingIndex() != null)
3438 fillIndexMap(attrType, attrIndex.getOrderingIndex(),
3441 if (attrIndex.getEqualityIndex() != null)
3443 fillIndexMap(attrType, attrIndex.getEqualityIndex(),
3446 if (attrIndex.getPresenceIndex() != null)
3448 fillIndexMap(attrType, attrIndex.getPresenceIndex(),
3451 if (attrIndex
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java3427 private void rebuildAttributeIndexes(final AttributeIndex attrIndex, argument
3431 if (attrIndex.getSubstringIndex() != null)
3433 fillIndexMap(attrType, attrIndex.getSubstringIndex(),
3436 if (attrIndex.getOrderingIndex() != null)
3438 fillIndexMap(attrType, attrIndex.getOrderingIndex(),
3441 if (attrIndex.getEqualityIndex() != null)
3443 fillIndexMap(attrType, attrIndex.getEqualityIndex(),
3446 if (attrIndex.getPresenceIndex() != null)
3448 fillIndexMap(attrType, attrIndex.getPresenceIndex(),
3451 if (attrIndex
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java3465 private void rebuildAttributeIndexes(final AttributeIndex attrIndex, argument
3469 if (attrIndex.getSubstringIndex() != null)
3471 fillIndexMap(attrType, attrIndex.getSubstringIndex(),
3474 if (attrIndex.getOrderingIndex() != null)
3476 fillIndexMap(attrType, attrIndex.getOrderingIndex(),
3479 if (attrIndex.getEqualityIndex() != null)
3481 fillIndexMap(attrType, attrIndex.getEqualityIndex(),
3484 if (attrIndex.getPresenceIndex() != null)
3486 fillIndexMap(attrType, attrIndex.getPresenceIndex(),
3489 if (attrIndex
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DImporter.java3427 private void rebuildAttributeIndexes(final AttributeIndex attrIndex, argument
3431 if (attrIndex.getSubstringIndex() != null)
3433 fillIndexMap(attrType, attrIndex.getSubstringIndex(),
3436 if (attrIndex.getOrderingIndex() != null)
3438 fillIndexMap(attrType, attrIndex.getOrderingIndex(),
3441 if (attrIndex.getEqualityIndex() != null)
3443 fillIndexMap(attrType, attrIndex.getEqualityIndex(),
3446 if (attrIndex.getPresenceIndex() != null)
3448 fillIndexMap(attrType, attrIndex.getPresenceIndex(),
3451 if (attrIndex
[all...]
/forgerock/opendj2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj-b2.6/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2.6.2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2-jel-hg/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2-hg/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...

Completed in 126 milliseconds