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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DExternalSASLMechanismHandler.java223 List<Attribute> certAttrList =
228 if (certAttrList == null)
244 if (!find(certAttrList, certBytes))
268 if (certAttrList != null)
273 if (!find(certAttrList, certBytes))
305 private boolean find(List<Attribute> certAttrList, ByteString certBytes) argument
307 for (Attribute a : certAttrList)

Completed in 30 milliseconds