Searched refs:toString (Results 51 - 75 of 10240) sorted by relevance

1234567891011>>

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/plugin/
H A DDirectoryServerPlugin.java246 pluginDN, PluginType.STARTUP.getName()).toString());
263 pluginDN, PluginType.SHUTDOWN.getName()).toString());
283 pluginDN, PluginType.POST_CONNECT.getName()).toString());
308 pluginDN, PluginType.POST_DISCONNECT.getName()).toString());
328 pluginDN, PluginType.LDIF_IMPORT.getName()).toString());
341 pluginDN, PluginType.LDIF_IMPORT_END.getName()).toString());
355 pluginDN, PluginType.LDIF_IMPORT_BEGIN.getName()).toString());
372 pluginDN, PluginType.LDIF_EXPORT.getName()).toString());
390 pluginDN, PluginType.PRE_PARSE_ABANDON.getName()).toString());
409 pluginDN, PluginType.POST_OPERATION_ABANDON.getName()).toString());
[all...]
/forgerock/opendj2/src/messages/src/org/opends/messages/
H A DMessage.java66 * <code>toString(Locale)</code>. The message will have a
92 * <code>toString(Locale)</code>.
146 return (object != null) ? raw(object.toString(), args) : null;
155 static public String toString(Message message) { method in class:Message
156 return message != null ? message.toString() : null;
170 public String toString() { method in class:Message
171 return toString(Locale.getDefault());
181 public String toString(Locale locale) { method in class:Message
208 newArgs[i] = args[i].toString();
215 s = new Formatter(locale).format(locale, fmt, newArgs).toString();
[all...]
/forgerock/opendj-b2.6/src/messages/src/org/opends/messages/
H A DMessage.java67 * <code>toString(Locale)</code>. The message will have a
93 * <code>toString(Locale)</code>.
147 return (object != null) ? raw(object.toString(), args) : null;
156 static public String toString(Message message) { method in class:Message
157 return message != null ? message.toString() : null;
171 public String toString() { method in class:Message
172 return toString(Locale.getDefault());
182 public String toString(Locale locale) { method in class:Message
209 newArgs[i] = args[i].toString();
216 s = new Formatter(locale).format(locale, fmt, newArgs).toString();
[all...]
/forgerock/opendj2.6.2/src/messages/src/org/opends/messages/
H A DMessage.java67 * <code>toString(Locale)</code>. The message will have a
93 * <code>toString(Locale)</code>.
147 return (object != null) ? raw(object.toString(), args) : null;
156 static public String toString(Message message) { method in class:Message
157 return message != null ? message.toString() : null;
171 public String toString() { method in class:Message
172 return toString(Locale.getDefault());
182 public String toString(Locale locale) { method in class:Message
209 newArgs[i] = args[i].toString();
216 s = new Formatter(locale).format(locale, fmt, newArgs).toString();
[all...]
/forgerock/opendj2-hg/src/messages/src/org/opends/messages/
H A DMessage.java66 * <code>toString(Locale)</code>. The message will have a
92 * <code>toString(Locale)</code>.
146 return (object != null) ? raw(object.toString(), args) : null;
155 static public String toString(Message message) { method in class:Message
156 return message != null ? message.toString() : null;
170 public String toString() { method in class:Message
171 return toString(Locale.getDefault());
181 public String toString(Locale locale) { method in class:Message
208 newArgs[i] = args[i].toString();
215 s = new Formatter(locale).format(locale, fmt, newArgs).toString();
[all...]
/forgerock/opendj2-jel-hg/src/messages/src/org/opends/messages/
H A DMessage.java67 * <code>toString(Locale)</code>. The message will have a
93 * <code>toString(Locale)</code>.
147 return (object != null) ? raw(object.toString(), args) : null;
156 static public String toString(Message message) { method in class:Message
157 return message != null ? message.toString() : null;
171 public String toString() { method in class:Message
172 return toString(Locale.getDefault());
182 public String toString(Locale locale) { method in class:Message
209 newArgs[i] = args[i].toString();
216 s = new Formatter(locale).format(locale, fmt, newArgs).toString();
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DFIFOEntryCacheTestCase.java80 "ds-cfg-max-entries: " + Integer.toString(super.MAXENTRIES));
96 "dn: uid=test" + Integer.toString(i) + ".user" + Integer.toString(i)
97 + ",ou=test" + Integer.toString(i) + ",o=test",
102 "postalAddress: somewhere in Testville" + Integer.toString(i),
103 "street: Under Construction Street" + Integer.toString(i),
104 "l: Testcounty" + Integer.toString(i),
105 "st: Teststate" + Integer.toString(i),
106 "telephoneNumber: +878 8378 8378" + Integer.toString(i),
107 "mobile: +878 8378 8378" + Integer.toString(
[all...]
H A DDefaultEntryCacheTestCase.java172 "dn: uid=test" + Integer.toString(i) + ".user" + Integer.toString(i)
173 + ",ou=test" + Integer.toString(i) + ",o=test",
178 "postalAddress: somewhere in Testville" + Integer.toString(i),
179 "street: Under Construction Street" + Integer.toString(i),
180 "l: Testcounty" + Integer.toString(i),
181 "st: Teststate" + Integer.toString(i),
182 "telephoneNumber: +878 8378 8378" + Integer.toString(i),
183 "mobile: +878 8378 8378" + Integer.toString(i),
184 "homePhone: +878 8378 8378" + Integer.toString(
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DFIFOEntryCacheTestCase.java79 "ds-cfg-max-entries: " + Integer.toString(super.MAXENTRIES));
95 "dn: uid=test" + Integer.toString(i) + ".user" + Integer.toString(i)
96 + ",ou=test" + Integer.toString(i) + ",o=test",
101 "postalAddress: somewhere in Testville" + Integer.toString(i),
102 "street: Under Construction Street" + Integer.toString(i),
103 "l: Testcounty" + Integer.toString(i),
104 "st: Teststate" + Integer.toString(i),
105 "telephoneNumber: +878 8378 8378" + Integer.toString(i),
106 "mobile: +878 8378 8378" + Integer.toString(
[all...]
H A DDefaultEntryCacheTestCase.java171 "dn: uid=test" + Integer.toString(i) + ".user" + Integer.toString(i)
172 + ",ou=test" + Integer.toString(i) + ",o=test",
177 "postalAddress: somewhere in Testville" + Integer.toString(i),
178 "street: Under Construction Street" + Integer.toString(i),
179 "l: Testcounty" + Integer.toString(i),
180 "st: Teststate" + Integer.toString(i),
181 "telephoneNumber: +878 8378 8378" + Integer.toString(i),
182 "mobile: +878 8378 8378" + Integer.toString(i),
183 "homePhone: +878 8378 8378" + Integer.toString(
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DFIFOEntryCacheTestCase.java80 "ds-cfg-max-entries: " + Integer.toString(super.MAXENTRIES));
96 "dn: uid=test" + Integer.toString(i) + ".user" + Integer.toString(i)
97 + ",ou=test" + Integer.toString(i) + ",o=test",
102 "postalAddress: somewhere in Testville" + Integer.toString(i),
103 "street: Under Construction Street" + Integer.toString(i),
104 "l: Testcounty" + Integer.toString(i),
105 "st: Teststate" + Integer.toString(i),
106 "telephoneNumber: +878 8378 8378" + Integer.toString(i),
107 "mobile: +878 8378 8378" + Integer.toString(
[all...]
H A DDefaultEntryCacheTestCase.java172 "dn: uid=test" + Integer.toString(i) + ".user" + Integer.toString(i)
173 + ",ou=test" + Integer.toString(i) + ",o=test",
178 "postalAddress: somewhere in Testville" + Integer.toString(i),
179 "street: Under Construction Street" + Integer.toString(i),
180 "l: Testcounty" + Integer.toString(i),
181 "st: Teststate" + Integer.toString(i),
182 "telephoneNumber: +878 8378 8378" + Integer.toString(i),
183 "mobile: +878 8378 8378" + Integer.toString(i),
184 "homePhone: +878 8378 8378" + Integer.toString(
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DFIFOEntryCacheTestCase.java79 "ds-cfg-max-entries: " + Integer.toString(super.MAXENTRIES));
95 "dn: uid=test" + Integer.toString(i) + ".user" + Integer.toString(i)
96 + ",ou=test" + Integer.toString(i) + ",o=test",
101 "postalAddress: somewhere in Testville" + Integer.toString(i),
102 "street: Under Construction Street" + Integer.toString(i),
103 "l: Testcounty" + Integer.toString(i),
104 "st: Teststate" + Integer.toString(i),
105 "telephoneNumber: +878 8378 8378" + Integer.toString(i),
106 "mobile: +878 8378 8378" + Integer.toString(
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DFIFOEntryCacheTestCase.java80 "ds-cfg-max-entries: " + Integer.toString(super.MAXENTRIES));
96 "dn: uid=test" + Integer.toString(i) + ".user" + Integer.toString(i)
97 + ",ou=test" + Integer.toString(i) + ",o=test",
102 "postalAddress: somewhere in Testville" + Integer.toString(i),
103 "street: Under Construction Street" + Integer.toString(i),
104 "l: Testcounty" + Integer.toString(i),
105 "st: Teststate" + Integer.toString(i),
106 "telephoneNumber: +878 8378 8378" + Integer.toString(i),
107 "mobile: +878 8378 8378" + Integer.toString(
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DLogPublisherErrorHandler.java72 publisherConfigDN.toString(),
87 Message msg = ERR_LOGGER_ERROR_OPENING_FILE.get(file.toString(),
88 publisherConfigDN.toString(),
101 publisherConfigDN.toString(),
114 publisherConfigDN.toString(),
129 retentionPolicy.toString(), publisherConfigDN.toString(),
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DLogPublisherErrorHandler.java71 publisherConfigDN.toString(),
86 Message msg = ERR_LOGGER_ERROR_OPENING_FILE.get(file.toString(),
87 publisherConfigDN.toString(),
100 publisherConfigDN.toString(),
113 publisherConfigDN.toString(),
128 retentionPolicy.toString(), publisherConfigDN.toString(),
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DLogPublisherErrorHandler.java72 publisherConfigDN.toString(),
87 Message msg = ERR_LOGGER_ERROR_OPENING_FILE.get(file.toString(),
88 publisherConfigDN.toString(),
101 publisherConfigDN.toString(),
114 publisherConfigDN.toString(),
129 retentionPolicy.toString(), publisherConfigDN.toString(),
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DLogPublisherErrorHandler.java72 publisherConfigDN.toString(),
87 Message msg = ERR_LOGGER_ERROR_OPENING_FILE.get(file.toString(),
88 publisherConfigDN.toString(),
101 publisherConfigDN.toString(),
114 publisherConfigDN.toString(),
129 retentionPolicy.toString(), publisherConfigDN.toString(),
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DLogPublisherErrorHandler.java71 publisherConfigDN.toString(),
86 Message msg = ERR_LOGGER_ERROR_OPENING_FILE.get(file.toString(),
87 publisherConfigDN.toString(),
100 publisherConfigDN.toString(),
113 publisherConfigDN.toString(),
128 retentionPolicy.toString(), publisherConfigDN.toString(),
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java236 String type = attrSchema.getType().toString();
239 if (type.equals(AttributeSchema.Type.SINGLE.toString()))
241 else if (type.equals(AttributeSchema.Type.LIST.toString()))
243 else if (type.equals(AttributeSchema.Type.SINGLE_CHOICE.toString()))
245 else if (type.equals(AttributeSchema.Type.MULTIPLE_CHOICE.toString()))
247 else if (type.equals(AttributeSchema.Type.SIGNATURE.toString()))
249 else if (type.equals(AttributeSchema.Type.VALIDATOR.toString()))
286 String syntax = attrSchema.getSyntax().toString();
289 if (syntax.equals(AttributeSchema.Syntax.BOOLEAN.toString()))
291 else if (syntax.equals(AttributeSchema.Syntax.EMAIL.toString()))
480 public String toString() { method in class:AMAttributeSchema
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/parser/
H A DGenericNode.java78 public String toString() { method in class:GenericNode
80 " Attrs=" + _atts.toString() +
81 " Elems=" + _elems.toString() +
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/util/
H A DGenericNode.java90 public String toString() { method in class:GenericNode
91 return " Name=" + _name + " Attrs=" + _atts.toString() + " Elems="
92 + _elems.toString() + " PCDATA=" + _pcdata;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMAttributeSchema.java236 String type = attrSchema.getType().toString();
239 if (type.equals(AttributeSchema.Type.SINGLE.toString()))
241 else if (type.equals(AttributeSchema.Type.LIST.toString()))
243 else if (type.equals(AttributeSchema.Type.SINGLE_CHOICE.toString()))
245 else if (type.equals(AttributeSchema.Type.MULTIPLE_CHOICE.toString()))
247 else if (type.equals(AttributeSchema.Type.SIGNATURE.toString()))
249 else if (type.equals(AttributeSchema.Type.VALIDATOR.toString()))
286 String syntax = attrSchema.getSyntax().toString();
289 if (syntax.equals(AttributeSchema.Syntax.BOOLEAN.toString()))
291 else if (syntax.equals(AttributeSchema.Syntax.EMAIL.toString()))
480 public String toString() { method in class:AMAttributeSchema
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/parser/
H A DGenericNode.java78 public String toString() { method in class:GenericNode
80 " Attrs=" + _atts.toString() +
81 " Elems=" + _elems.toString() +
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/util/
H A DGenericNode.java90 public String toString() { method in class:GenericNode
91 return " Name=" + _name + " Attrs=" + _atts.toString() + " Elems="
92 + _elems.toString() + " PCDATA=" + _pcdata;

Completed in 197 milliseconds

1234567891011>>