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

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/core/
H A DSearchOperationTestCase.java919 List<String> realAttrTypes =
952 request.addAttribute(realAttrTypes);
977 checkRealAttributes(typesOnly, stripRealAttributes, realAttrTypes, entry, messages);
1039 private List<String> checkRealAttributes(boolean typesOnly, boolean stripRealAttributes, List<String> realAttrTypes, argument
1042 for (String attrType : realAttrTypes)

Completed in 29 milliseconds