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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tasks/
H A DExportTask.java486 private HashSet<AttributeType> toAttributeTypes(ArrayList<String> attributeStrings) argument
488 if (attributeStrings == null)
493 for (String attrName : attributeStrings)

Completed in 21 milliseconds