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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyUtils.java1157 public static String encrypt(String plainText) { argument
1158 if (plainText != null) {
1159 return Crypt.encode(plainText);
1161 return plainText;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicyUtils.java1157 public static String encrypt(String plainText) { argument
1158 if (plainText != null) {
1159 return Crypt.encode(plainText);
1161 return plainText;
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java286 String plainText = msg.replaceAll("<br>", ServerConstants.EOL);
287 String wrappedText = StaticUtils.wrapText(plainText, 70);
309 String plainText = msg.toString().replaceAll("<br>", ServerConstants.EOL);
310 String wrappedText = StaticUtils.wrapText(plainText, 70);
332 String plainText = msg.toString().replaceAll("<br>", ServerConstants.EOL);
333 String wrappedText = StaticUtils.wrapText(plainText, 70);
1037 * @param plainText the text to be displayed (plain text).
1043 String plainText, Font font, boolean applyBackground)
1045 String wrappedText = StaticUtils.wrapText(plainText, nCols);
1669 * @param plainText th
1042 updatePreferredSize(JEditorPane pane, int nCols, String plainText, Font font, boolean applyBackground) argument
1674 getProgressWithPoints(Message plainText, Font progressFont) argument
[all...]
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java285 String plainText = msg.replaceAll("<br>", ServerConstants.EOL);
286 String wrappedText = StaticUtils.wrapText(plainText, 70);
308 String plainText = msg.toString().replaceAll("<br>", ServerConstants.EOL);
309 String wrappedText = StaticUtils.wrapText(plainText, 70);
331 String plainText = msg.toString().replaceAll("<br>", ServerConstants.EOL);
332 String wrappedText = StaticUtils.wrapText(plainText, 70);
1036 * @param plainText the text to be displayed (plain text).
1042 String plainText, Font font, boolean applyBackground)
1044 String wrappedText = StaticUtils.wrapText(plainText, nCols);
1668 * @param plainText th
1041 updatePreferredSize(JEditorPane pane, int nCols, String plainText, Font font, boolean applyBackground) argument
1673 getProgressWithPoints(Message plainText, Font progressFont) argument
[all...]
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java286 String plainText = msg.replaceAll("<br>", ServerConstants.EOL);
287 String wrappedText = StaticUtils.wrapText(plainText, 70);
309 String plainText = msg.toString().replaceAll("<br>", ServerConstants.EOL);
310 String wrappedText = StaticUtils.wrapText(plainText, 70);
332 String plainText = msg.toString().replaceAll("<br>", ServerConstants.EOL);
333 String wrappedText = StaticUtils.wrapText(plainText, 70);
1037 * @param plainText the text to be displayed (plain text).
1043 String plainText, Font font, boolean applyBackground)
1045 String wrappedText = StaticUtils.wrapText(plainText, nCols);
1669 * @param plainText th
1042 updatePreferredSize(JEditorPane pane, int nCols, String plainText, Font font, boolean applyBackground) argument
1674 getProgressWithPoints(Message plainText, Font progressFont) argument
[all...]
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java285 String plainText = msg.replaceAll("<br>", ServerConstants.EOL);
286 String wrappedText = StaticUtils.wrapText(plainText, 70);
308 String plainText = msg.toString().replaceAll("<br>", ServerConstants.EOL);
309 String wrappedText = StaticUtils.wrapText(plainText, 70);
331 String plainText = msg.toString().replaceAll("<br>", ServerConstants.EOL);
332 String wrappedText = StaticUtils.wrapText(plainText, 70);
1036 * @param plainText the text to be displayed (plain text).
1042 String plainText, Font font, boolean applyBackground)
1044 String wrappedText = StaticUtils.wrapText(plainText, nCols);
1668 * @param plainText th
1041 updatePreferredSize(JEditorPane pane, int nCols, String plainText, Font font, boolean applyBackground) argument
1673 getProgressWithPoints(Message plainText, Font progressFont) argument
[all...]
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DUtilities.java299 String plainText = msg.replaceAll("<br>", ServerConstants.EOL);
300 String wrappedText = StaticUtils.wrapText(plainText, 70);
322 String plainText = msg.toString().replaceAll("<br>", ServerConstants.EOL);
323 String wrappedText = StaticUtils.wrapText(plainText, 70);
345 String plainText = msg.toString().replaceAll("<br>", ServerConstants.EOL);
346 String wrappedText = StaticUtils.wrapText(plainText, 70);
1050 * @param plainText the text to be displayed (plain text).
1056 String plainText, Font font, boolean applyBackground)
1058 String wrappedText = StaticUtils.wrapText(plainText, nCols);
1682 * @param plainText th
1055 updatePreferredSize(JEditorPane pane, int nCols, String plainText, Font font, boolean applyBackground) argument
1687 getProgressWithPoints(Message plainText, Font progressFont) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DUtilities.java271 String plainText = msg.replaceAll("<br>", ServerConstants.EOL);
272 String wrappedText = wrapText(plainText, 70);
294 String plainText = msg.toString().replaceAll("<br>", ServerConstants.EOL);
295 String wrappedText = wrapText(plainText, 70);
317 String plainText = msg.toString().replaceAll("<br>", ServerConstants.EOL);
318 String wrappedText = wrapText(plainText, 70);
1003 * @param plainText the text to be displayed (plain text).
1009 String plainText, Font font, boolean applyBackground)
1011 String wrappedText = wrapText(plainText, nCols);
1600 * @param plainText th
1008 updatePreferredSize(JEditorPane pane, int nCols, String plainText, Font font, boolean applyBackground) argument
1605 getProgressWithPoints(LocalizableMessage plainText, Font progressFont) argument
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 490 milliseconds