001package org.forgerock.opendj.rest2ldap;
002
003import org.forgerock.i18n.LocalizableMessageDescriptor;
004
005/**
006 * This file contains localizable message descriptors having the resource
007 * name {@code org.forgerock.opendj.rest2ldap.rest2ldap}. This file was generated
008 * automatically by the {@code i18n-maven-plugin} from the property file
009 * {@code org/forgerock/opendj/rest2ldap/rest2ldap.properties} and it should not be manually edited.
010 */
011public final class Rest2ldapMessages {
012    // The name of the resource bundle.
013    private static final String RESOURCE = "org.forgerock.opendj.rest2ldap.rest2ldap";
014
015    // Prevent instantiation.
016    private Rest2ldapMessages() {
017        // Do nothing.
018    }
019
020    /**
021     * Returns the name of the resource associated with the messages contained
022     * in this class. The resource name may be used for obtaining named loggers,
023     * e.g. using SLF4J's {@code org.slf4j.LoggerFactory#getLogger(String name)}.
024     *
025     * @return The name of the resource associated with the messages contained
026     *         in this class.
027     */
028    public static String resourceName() {
029        return RESOURCE;
030    }
031
032    /**
033     * {@code
034     * Unable to start Rest2Ldap Http Application due to the configuration error: '%s'
035     * }
036     */
037    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FAIL_PARSE_CONFIGURATION =
038                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_FAIL_PARSE_CONFIGURATION_1", 1);
039
040    /**
041     * {@code
042     * '%s'is not a supported access token resolver. Must be one of '%s'
043     * }
044     */
045    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIG_OAUTH2_UNSUPPORTED_ACCESS_TOKEN_RESOLVER =
046                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_OAUTH2_UNSUPPORTED_ACCESS_TOKEN_RESOLVER_2", 2);
047
048    /**
049     * {@code
050     * The token introspection endpoint '%s' is not a valid URL: '%s'
051     * }
052     */
053    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONIFG_OAUTH2_INVALID_INTROSPECT_URL =
054                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONIFG_OAUTH2_INVALID_INTROSPECT_URL_3", 3);
055
056    /**
057     * {@code
058     * The cache expiration duration cannot be zero
059     * }
060     */
061    public static final LocalizableMessageDescriptor.Arg0 ERR_CONIFG_OAUTH2_CACHE_ZERO_DURATION =
062                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_CONIFG_OAUTH2_CACHE_ZERO_DURATION_4", 4);
063
064    /**
065     * {@code
066     * The cache expiration duration cannot be unlimited
067     * }
068     */
069    public static final LocalizableMessageDescriptor.Arg0 ERR_CONIFG_OAUTH2_CACHE_UNLIMITED_DURATION =
070                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_CONIFG_OAUTH2_CACHE_UNLIMITED_DURATION_5", 5);
071
072    /**
073     * {@code
074     * Malformed duration value '%s' for cache expiration. The duration syntax supports all human readable notations from day ('days'', 'day'', 'd'') to nanosecond ('nanoseconds', 'nanosecond', 'nanosec', 'nanos', 'nano', 'ns')
075     * }
076     */
077    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIG_OAUTH2_CACHE_INVALID_DURATION =
078                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_OAUTH2_CACHE_INVALID_DURATION_6", 6);
079
080    /**
081     * {@code
082     * Unsupported bind strategy '%s'. Must be one of '%s'
083     * }
084     */
085    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIG_UNSUPPORTED_BIND_STRATEGY =
086                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_UNSUPPORTED_BIND_STRATEGY_7", 7);
087
088    /**
089     * {@code
090     * Invalid authorization ID template: '%s'.Templates must start with one of the following elements: '%s'
091     * }
092     */
093    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIG_INVALID_AUTHZID_TEMPLATE =
094                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_INVALID_AUTHZID_TEMPLATE_8", 8);
095
096    /**
097     * {@code
098     * Only simple authentication is supported
099     * }
100     */
101    public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIG_INVALID_AUTHENTICATION =
102                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_INVALID_AUTHENTICATION_9", 9);
103
104    /**
105     * {@code
106     * secondaryLDAPServers configuration must contain a json array
107     * }
108     */
109    public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIG_INVALID_SECONDARY_LDAP_SERVER =
110                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_INVALID_SECONDARY_LDAP_SERVER_10", 10);
111
112    /**
113     * {@code
114     * The LDAP server configuration '%s' could not be parsed because of potential circular inheritance dependencies
115     * }
116     */
117    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIG_SERVER_CIRCULAR_DEPENDENCIES =
118                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_SERVER_CIRCULAR_DEPENDENCIES_11", 11);
119
120    /**
121     * {@code
122     * Naming strategy DN and ID must be different
123     * }
124     */
125    public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIG_NAMING_STRATEGY_DN_AND_ID_NOT_DIFFERENT =
126                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_NAMING_STRATEGY_DN_AND_ID_NOT_DIFFERENT_12", 12);
127
128    /**
129     * {@code
130     * No mappings provided in configuration
131     * }
132     */
133    public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIG_NO_MAPPINGS_PROVIDED =
134                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_NO_MAPPINGS_PROVIDED_13", 13);
135
136    /**
137     * {@code
138     * Unknown mapping. The configuration mapping must be one of '%s'
139     * }
140     */
141    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIG_NO_MAPPING_IN_CONFIGURATION =
142                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_NO_MAPPING_IN_CONFIGURATION_14", 14);
143
144    /**
145     * {@code
146     * Unknown writability '%s'. Must be one of %s
147     * }
148     */
149    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIG_UNKNOWN_WRITABILITY =
150                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_UNKNOWN_WRITABILITY_15", 15);
151
152    /**
153     * {@code
154     * Unknown naming strategy '%s'. Must be one of %s
155     * }
156     */
157    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIG_UNKNOWN_NAMING_CONFIGURATION =
158                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_UNKNOWN_NAMING_CONFIGURATION_16", 16);
159
160    /**
161     * {@code
162     * The request could not be authorized because the required security principal '%s' could not be determined
163     * }
164     */
165    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_AUTHZID_DECODER_PRINCIPAL_CANNOT_BE_DETERMINED =
166                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_AUTHZID_DECODER_PRINCIPAL_CANNOT_BE_DETERMINED_17", 17);
167
168    /**
169     * {@code
170     * The request could not be authorized because the required security principal '%s' had an invalid data type
171     * }
172     */
173    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_AUTHZID_DECODER_PRINCIPAL_INVALID_DATA_TYPE =
174                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_AUTHZID_DECODER_PRINCIPAL_INVALID_DATA_TYPE_18", 18);
175
176    /**
177     * {@code
178     * Unable to resolve oauthzid template placeholders for access token '%s': '%s'
179     * }
180     */
181    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_RESOLVING_AUTHZID_TEMPLATE =
182                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_RESOLVING_AUTHZID_TEMPLATE_20", 20);
183
184    /**
185     * {@code
186     * The token '%s' must be an access token, but it is a '%s'
187     * }
188     */
189    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_OAUTH2_CTS_INVALID_TOKEN_TYPE =
190                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_CTS_INVALID_TOKEN_TYPE_21", 21);
191
192    /**
193     * {@code
194     * Unable to find the token '%s' in the CTS because: '%s'
195     * }
196     */
197    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_OAUTH2_CTS_TOKEN_NOT_FOUND =
198                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_CTS_TOKEN_NOT_FOUND_22", 22);
199
200    /**
201     * {@code
202     * Unable to resolve access token '%s' due to the following reason: '%s'
203     * }
204     */
205    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_OAUTH2_CTS_TOKEN_RESOLUTION =
206                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_CTS_TOKEN_RESOLUTION_23", 23);
207
208    /**
209     * {@code
210     * Json of token '%s' is malformed
211     * }
212     */
213    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_OAUTH2_CTS_INVALID_JSON_TOKEN =
214                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_CTS_INVALID_JSON_TOKEN_24", 24);
215
216    /**
217     * {@code
218     * Unable to find token file '%s'
219     * }
220     */
221    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_OAUTH2_FILE_NO_TOKEN =
222                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_FILE_NO_TOKEN_25", 25);
223
224    /**
225     * {@code
226     * Malformed token file '%s'. Details: '%s'
227     * }
228     */
229    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_OAUTH2_FILE_INVALID_JSON_TOKEN =
230                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_FILE_INVALID_JSON_TOKEN_26", 26);
231
232    /**
233     * {@code
234     * Authorization server returned an error: '%s'
235     * }
236     */
237    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_OAUTH2_RFC7662_RETURNED_ERROR =
238                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_RFC7662_RETURNED_ERROR_27", 27);
239
240    /**
241     * {@code
242     * Access token returned by authorization server is not currently active
243     * }
244     */
245    public static final LocalizableMessageDescriptor.Arg0 ERR_OAUTH2_RFC7662_TOKEN_NOT_ACTIVE =
246                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_RFC7662_TOKEN_NOT_ACTIVE_28", 28);
247
248    /**
249     * {@code
250     * Invalid or malformed access token: '%s'
251     * }
252     */
253    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_OAUTH2_RFC7662_INVALID_JSON_TOKEN =
254                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_RFC7662_INVALID_JSON_TOKEN_29", 29);
255
256    /**
257     * {@code
258     * Cannot read response content as JSON
259     * }
260     */
261    public static final LocalizableMessageDescriptor.Arg0 ERR_OAUTH2_RFC7662_CANNOT_READ_RESPONSE =
262                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_RFC7662_CANNOT_READ_RESPONSE_30", 30);
263
264    /**
265     * {@code
266     * The create request cannot be processed because it attempts to create the read-only field '%s'
267     * }
268     */
269    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CREATION_READ_ONLY_FIELD =
270                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CREATION_READ_ONLY_FIELD_31", 31);
271
272    /**
273     * {@code
274     * The %s request cannot be processed because it attempts to remove the required field '%s'
275     * }
276     */
277    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_REMOVE_REQUIRED_FIELD =
278                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_REMOVE_REQUIRED_FIELD_32", 32);
279
280    /**
281     * {@code
282     * The %s request cannot be processed because it attempts to modify the read-only field '%s'
283     * }
284     */
285    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MODIFY_READ_ONLY_FIELD =
286                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_MODIFY_READ_ONLY_FIELD_33", 33);
287
288    /**
289     * {@code
290     * The patch request cannot be processed because it attempts to patch the read-only field '%s'
291     * }
292     */
293    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PATCH_READ_ONLY_FIELD =
294                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_PATCH_READ_ONLY_FIELD_34", 34);
295
296    /**
297     * {@code
298     * The request cannot be processed because an array of values was provided for the single valued field '%s'
299     * }
300     */
301    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ARRAY_FOR_SINGLE_VALUED_FIELD =
302                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_ARRAY_FOR_SINGLE_VALUED_FIELD_35", 35);
303
304    /**
305     * {@code
306     * The request cannot be processed because an array of values was not provided for the multi-valued field '%s'
307     * }
308     */
309    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_NO_ARRAY_FOR_MULTI_VALUED_FIELD =
310                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_NO_ARRAY_FOR_MULTI_VALUED_FIELD_36", 36);
311
312    /**
313     * {@code
314     * The patch request cannot be processed because it attempts to append a value to the single valued field '%s'
315     * }
316     */
317    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PATCH_APPEND_IN_SINGLE_VALUED_FIELD =
318                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_PATCH_APPEND_IN_SINGLE_VALUED_FIELD_37", 37);
319
320    /**
321     * {@code
322     * The patch request cannot be processed because it attempts to perform an indexed append of an array of values to the multi-valued field '%s'
323     * }
324     */
325    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PATCH_INDEXED_APPEND_TO_MULTI_VALUED_FIELD =
326                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_PATCH_INDEXED_APPEND_TO_MULTI_VALUED_FIELD_38", 38);
327
328    /**
329     * {@code
330     * The patch request cannot be processed because it included an indexed patch operation '%s' which is not supported by this resource provider
331     * }
332     */
333    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PATCH_INDEXED_OPERATION =
334                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_PATCH_INDEXED_OPERATION_39", 39);
335
336    /**
337     * {@code
338     * The request cannot be processed because it included an unrecognized field '%s'
339     * }
340     */
341    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UNRECOGNIZED_FIELD =
342                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_UNRECOGNIZED_FIELD_40", 40);
343
344    /**
345     * {@code
346     * The request cannot be processed because it included the field '%s' whose value is the wrong type: an object is expected
347     * }
348     */
349    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FIELD_WRONG_TYPE =
350                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_FIELD_WRONG_TYPE_41", 41);
351
352    /**
353     * {@code
354     * The patch request cannot be processed because it included an add patch operation but no value(s) for field '%s'
355     * }
356     */
357    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PATCH_ADD_NO_VALUE_FOR_FIELD =
358                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_PATCH_ADD_NO_VALUE_FOR_FIELD_42", 42);
359
360    /**
361     * {@code
362     * The patch request cannot be processed because it included an unsupported type of patch operation '%s'
363     * }
364     */
365    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PATCH_UNSUPPORTED_OPERATION =
366                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_PATCH_UNSUPPORTED_OPERATION_43", 43);
367
368    /**
369     * {@code
370     * Multi-version concurrency control is not supported by this resource
371     * }
372     */
373    public static final LocalizableMessageDescriptor.Arg0 ERR_MVCC_NOT_SUPPORTED =
374                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_MVCC_NOT_SUPPORTED_44", 44);
375
376    /**
377     * {@code
378     * The resource could not be accessed because it did not contain any version information, when the version '%s' was expected
379     * }
380     */
381    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MVCC_NO_VERSION_INFORMATION =
382                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_MVCC_NO_VERSION_INFORMATION_45", 45);
383
384    /**
385     * {@code
386     * The resource could not be accessed because the expected version '%s' does not match the current version '%s'
387     * }
388     */
389    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MVCC_VERSIONS_MISMATCH =
390                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_MVCC_VERSIONS_MISMATCH_46", 46);
391
392    /**
393     * {@code
394     * The request cannot be processed because the reference field '%s' contains a value which does not contain a primary key
395     * }
396     */
397    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_REFERENCE_FIELD_NO_PRIMARY_KEY =
398                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_REFERENCE_FIELD_NO_PRIMARY_KEY_47", 47);
399
400    /**
401     * {@code
402     * The request cannot be processed because the reference field '%s' contains a value which contains multiple primary keys
403     * }
404     */
405    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_REFERENCE_FIELD_MULTIPLE_PRIMARY_KEYS =
406                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_REFERENCE_FIELD_MULTIPLE_PRIMARY_KEYS_48", 48);
407
408    /**
409     * {@code
410     * The request cannot be processed because the resource '%s' referenced in field '%s' does not exist
411     * }
412     */
413    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_REFERENCE_FIELD_DOES_NOT_EXIST =
414                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_REFERENCE_FIELD_DOES_NOT_EXIST_49", 49);
415
416    /**
417     * {@code
418     * The request cannot be processed because the resource '%s' referenced in field '%s' is ambiguous
419     * }
420     */
421    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_REFERENCE_FIELD_AMBIGUOUS =
422                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_REFERENCE_FIELD_AMBIGUOUS_50", 50);
423
424    /**
425     * {@code
426     * The request cannot be processed because it contained an illegal filter assertion value '%s' for field '%s'
427     * }
428     */
429    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_ILLEGAL_FILTER_ASSERTION_VALUE =
430                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_ILLEGAL_FILTER_ASSERTION_VALUE_51", 51);
431
432    /**
433     * {@code
434     * The request cannot be processed because an error occurred while encoding the values for the field '%s': '%s'
435     * }
436     */
437    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_ENCODING_VALUES_FOR_FIELD =
438                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_ENCODING_VALUES_FOR_FIELD_52", 52);
439
440    /**
441     * {@code
442     * Unrecognized type of JSON value: '%s'
443     * }
444     */
445    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UNRECOGNIZED_JSON_VALUE =
446                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_UNRECOGNIZED_JSON_VALUE_53", 53);
447
448    /**
449     * {@code
450     * Resources cannot be created without a client provided resource ID
451     * }
452     */
453    public static final LocalizableMessageDescriptor.Arg0 ERR_CLIENT_PROVIDED_RESOURCE_ID_MISSING =
454                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_CLIENT_PROVIDED_RESOURCE_ID_MISSING_54", 54);
455
456    /**
457     * {@code
458     * Not yet implemented
459     * }
460     */
461    public static final LocalizableMessageDescriptor.Arg0 ERR_NOT_YET_IMPLEMENTED =
462                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_NOT_YET_IMPLEMENTED_55", 55);
463
464    /**
465     * {@code
466     * The action '%s' is not supported
467     * }
468     */
469    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ACTION_NOT_SUPPORTED =
470                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_ACTION_NOT_SUPPORTED_56", 56);
471
472    /**
473     * {@code
474     * Passwords can only be modified using a secure connection
475     * }
476     */
477    public static final LocalizableMessageDescriptor.Arg0 ERR_PASSWORD_MODIFY_SECURE_CONNECTION =
478                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_PASSWORD_MODIFY_SECURE_CONNECTION_57", 57);
479
480    /**
481     * {@code
482     * Passwords can only be modified by authenticated users
483     * }
484     */
485    public static final LocalizableMessageDescriptor.Arg0 ERR_PASSWORD_MODIFY_USER_AUTHENTICATED =
486                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_PASSWORD_MODIFY_USER_AUTHENTICATED_58", 58);
487
488    /**
489     * {@code
490     * Unable to decode ldap control: '%s'
491     * }
492     */
493    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DECODING_CONTROL =
494                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_DECODING_CONTROL_59", 59);
495
496    /**
497     * {@code
498     * An error occurred while processing the request '%s': '%s' (details: '%s')
499     * }
500     */
501    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_ERROR_RESPONSE =
502                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_ERROR_RESPONSE_60", 60);
503
504    /**
505     * {@code
506     * A runtime exception occurred wile processing the request '%s': '%s'
507     * }
508     */
509    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_RUNTIME_EXCEPTION =
510                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_RUNTIME_EXCEPTION_61", 61);
511
512    /**
513     * {@code
514     * The modify password request has been rejected because it is invalid. A modify password request must contain two string valued fields 'oldPassword' and 'newPassword'
515     * }
516     */
517    public static final LocalizableMessageDescriptor.Arg0 ERR_PASSWORD_MODIFY_REQUEST_IS_INVALID =
518                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_PASSWORD_MODIFY_REQUEST_IS_INVALID_62", 62);
519
520    /**
521     * {@code
522     * The trust-manager defined in '%s' is invalid: %s
523     * }
524     */
525    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIG_INVALID_TRUST_MANAGER =
526                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_INVALID_TRUST_MANAGER_63", 63);
527
528    /**
529     * {@code
530     * The key-manager defined in '%s' is invalid: %s
531     * }
532     */
533    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIG_INVALID_KEY_MANAGER =
534                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_INVALID_KEY_MANAGER_64", 64);
535
536    /**
537     * {@code
538     * The resource cannot be created because it does not contain the type property '%s'
539     * }
540     */
541    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MISSING_TYPE_PROPERTY_IN_CREATE =
542                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_MISSING_TYPE_PROPERTY_IN_CREATE_65", 65);
543
544    /**
545     * {@code
546     * The resource cannot be created because it specified an unrecognized resource type '%s'. Please specify one of the following types: %s
547     * }
548     */
549    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_UNRECOGNIZED_TYPE_IN_CREATE =
550                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_UNRECOGNIZED_TYPE_IN_CREATE_66", 66);
551
552    /**
553     * {@code
554     * The resource cannot be created because it specified the abstract resource type '%s'. Please specify one of the following non-abstract types: %s
555     * }
556     */
557    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_ABSTRACT_TYPE_IN_CREATE =
558                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_ABSTRACT_TYPE_IN_CREATE_67", 67);
559
560    /**
561     * {@code
562     * Queries using _queryId or _queryExpression are not supported. Use _queryFilter instead
563     * }
564     */
565    public static final LocalizableMessageDescriptor.Arg0 ERR_QUERY_BY_ID_OR_EXPRESSION_NOT_SUPPORTED =
566                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_QUERY_BY_ID_OR_EXPRESSION_NOT_SUPPORTED_68", 68);
567
568    /**
569     * {@code
570     * This endpoint is read-only and only supports read and query requests
571     * }
572     */
573    public static final LocalizableMessageDescriptor.Arg0 ERR_READ_ONLY_ENDPOINT =
574                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_READ_ONLY_ENDPOINT_69", 69);
575
576    /**
577     * {@code
578     * The targeted resource is a resource collection which only supports create and query requests
579     * }
580     */
581    public static final LocalizableMessageDescriptor.Arg0 ERR_UNSUPPORTED_REQUEST_AGAINST_COLLECTION =
582                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_UNSUPPORTED_REQUEST_AGAINST_COLLECTION_70", 70);
583
584    /**
585     * {@code
586     * The targeted resource is a resource instance which only supports read, update, delete, patch, and action requests
587     * }
588     */
589    public static final LocalizableMessageDescriptor.Arg0 ERR_UNSUPPORTED_REQUEST_AGAINST_INSTANCE =
590                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_UNSUPPORTED_REQUEST_AGAINST_INSTANCE_71", 71);
591
592    /**
593     * {@code
594     * The targeted resource is a resource singleton which only supports read, update, patch, and action requests
595     * }
596     */
597    public static final LocalizableMessageDescriptor.Arg0 ERR_UNSUPPORTED_REQUEST_AGAINST_SINGLETON =
598                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_UNSUPPORTED_REQUEST_AGAINST_SINGLETON_72", 72);
599
600    /**
601     * {@code
602     * Resources cannot be created with a client provided resource ID. The server will automatically generate a resource ID
603     * }
604     */
605    public static final LocalizableMessageDescriptor.Arg0 ERR_SERVER_PROVIDED_RESOURCE_ID_UNEXPECTED =
606                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_SERVER_PROVIDED_RESOURCE_ID_UNEXPECTED_73", 73);
607
608    /**
609     * {@code
610     * Collections only support create or query requests
611     * }
612     */
613    public static final LocalizableMessageDescriptor.Arg0 ERR_COLLECTION_ACTIONS_NOT_SUPPORTED =
614                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_COLLECTION_ACTIONS_NOT_SUPPORTED_74", 74);
615
616    /**
617     * {@code
618     * The resource '%s' has an unrecognized super-type '%s'
619     * }
620     */
621    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_UNRECOGNIZED_RESOURCE_SUPER_TYPE =
622                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_UNRECOGNIZED_RESOURCE_SUPER_TYPE_75", 75);
623
624    /**
625     * {@code
626     * The resource '%s' references an unrecognized sub-resource '%s'
627     * }
628     */
629    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_UNRECOGNIZED_SUB_RESOURCE_TYPE =
630                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_UNRECOGNIZED_SUB_RESOURCE_TYPE_76", 76);
631
632    /**
633     * {@code
634     * The create request cannot be processed because it does not include the required field '%s'
635     * }
636     */
637    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MISSING_REQUIRED_FIELD =
638                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_MISSING_REQUIRED_FIELD_77", 77);
639
640    /**
641     * {@code
642     * The endpoints configuration directory '%s' either does not exist, is not a directory or cannot be read
643     * }
644     */
645    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INVALID_ENDPOINTS_DIRECTORY =
646                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_INVALID_ENDPOINTS_DIRECTORY_78", 78);
647
648    /**
649     * {@code
650     * The endpoint configuration directory '%s' either does not exist, is not a directory or cannot be read
651     * }
652     */
653    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INVALID_ENDPOINT_DIRECTORY =
654                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_INVALID_ENDPOINT_DIRECTORY_79", 79);
655
656    /**
657     * {@code
658     * Rest2Ldap starting with configuration directory '%s'
659     * }
660     */
661    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_REST2LDAP_STARTING =
662                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "INFO_REST2LDAP_STARTING_80", 80);
663
664    /**
665     * {@code
666     * Rest2Ldap created endpoint '%s' version %s
667     * }
668     */
669    public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_REST2LDAP_CREATING_ENDPOINT =
670                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "INFO_REST2LDAP_CREATING_ENDPOINT_81", 81);
671
672    /**
673     * {@code
674     * Passwords can only be reset using a secure connection
675     * }
676     */
677    public static final LocalizableMessageDescriptor.Arg0 ERR_PASSWORD_RESET_SECURE_CONNECTION =
678                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_PASSWORD_RESET_SECURE_CONNECTION_82", 82);
679
680    /**
681     * {@code
682     * Passwords can only be reset by authenticated users
683     * }
684     */
685    public static final LocalizableMessageDescriptor.Arg0 ERR_PASSWORD_RESET_USER_AUTHENTICATED =
686                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_PASSWORD_RESET_USER_AUTHENTICATED_83", 83);
687
688    /**
689     * {@code
690     * The requested resource API version '%s' is unsupported. This endpoint only supports the following resource API version(s): %s
691     * }
692     */
693    public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BAD_API_RESOURCE_VERSION =
694                    new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_BAD_API_RESOURCE_VERSION_84", 84);
695
696    /**
697     * {@code
698     * The value could not be parsed as valid JSON because a syntax error was detected on line %d column %d: %s
699     * }
700     */
701    public static final LocalizableMessageDescriptor.Arg3<Number, Number, Object> ERR_JSON_PARSE_ERROR =
702                    new LocalizableMessageDescriptor.Arg3<Number, Number, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_JSON_PARSE_ERROR_85", 85);
703
704    /**
705     * {@code
706     * The value could not be parsed as valid JSON: %s
707     * }
708     */
709    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_JSON_IO_ERROR =
710                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_JSON_IO_ERROR_86", 86);
711
712    /**
713     * {@code
714     * The value could not be parsed as valid JSON because it contains trailing content after the JSON value
715     * }
716     */
717    public static final LocalizableMessageDescriptor.Arg0 ERR_JSON_TRAILING_CONTENT =
718                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_JSON_TRAILING_CONTENT_87", 87);
719
720    /**
721     * {@code
722     * The value could not be parsed as valid JSON because it is empty
723     * }
724     */
725    public static final LocalizableMessageDescriptor.Arg0 ERR_JSON_EMPTY_CONTENT =
726                    new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_JSON_EMPTY_CONTENT_88", 88);
727
728    /**
729     * {@code
730     * The value '%s' could not be parsed as a valid JSON query filter
731     * }
732     */
733    public static final LocalizableMessageDescriptor.Arg1<Object> ERR_JSON_QUERY_PARSE_ERROR =
734                    new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_JSON_QUERY_PARSE_ERROR_89", 89);
735
736    /**
737     * {@code
738     * The patch request cannot be processed because it attempts to modify the internal field '%s' of object '%s'. This capability is not currently supported by Rest2Ldap. Applications should instead perform a patch which replaces the entire object '%s'
739     * }
740     */
741    public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_PATCH_JSON_INTERNAL_PROPERTY =
742                    new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_PATCH_JSON_INTERNAL_PROPERTY_90", 90);
743
744}