Searched refs:EXOPSTRINGPREFIX (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/dsml/org/opends/dsml/protocol/
H A DDSMLServlet.java118 private static final String EXOPSTRINGPREFIX = "ldap.exop.string."; field in class:DSMLServlet
208 if (name.startsWith(EXOPSTRINGPREFIX) &&
211 exopStrings.add(name.substring(EXOPSTRINGPREFIX.length()));
/forgerock/opendj-b2.6/src/dsml/org/opends/dsml/protocol/
H A DDSMLServlet.java118 private static final String EXOPSTRINGPREFIX = "ldap.exop.string."; field in class:DSMLServlet
206 if (name.startsWith(EXOPSTRINGPREFIX) &&
209 exopStrings.add(name.substring(EXOPSTRINGPREFIX.length()));
/forgerock/opendj2.6.2/src/dsml/org/opends/dsml/protocol/
H A DDSMLServlet.java118 private static final String EXOPSTRINGPREFIX = "ldap.exop.string."; field in class:DSMLServlet
206 if (name.startsWith(EXOPSTRINGPREFIX) &&
209 exopStrings.add(name.substring(EXOPSTRINGPREFIX.length()));
/forgerock/opendj2-hg/src/dsml/org/opends/dsml/protocol/
H A DDSMLServlet.java118 private static final String EXOPSTRINGPREFIX = "ldap.exop.string."; field in class:DSMLServlet
208 if (name.startsWith(EXOPSTRINGPREFIX) &&
211 exopStrings.add(name.substring(EXOPSTRINGPREFIX.length()));
/forgerock/opendj2-jel-hg/src/dsml/org/opends/dsml/protocol/
H A DDSMLServlet.java118 private static final String EXOPSTRINGPREFIX = "ldap.exop.string."; field in class:DSMLServlet
206 if (name.startsWith(EXOPSTRINGPREFIX) &&
209 exopStrings.add(name.substring(EXOPSTRINGPREFIX.length()));
/forgerock/opendj-v3/opendj-dsml-servlet/src/main/java/org/opends/dsml/protocol/
H A DDSMLServlet.java125 private static final String EXOPSTRINGPREFIX = "ldap.exop.string."; field in class:DSMLServlet
206 if (name.startsWith(EXOPSTRINGPREFIX) &&
209 exopStrings.add(name.substring(EXOPSTRINGPREFIX.length()));

Completed in 441 milliseconds