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 * Unable to start Rest2Ldap Http Application due to the configuration error: '%s' 034 */ 035 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FAIL_PARSE_CONFIGURATION = 036 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_FAIL_PARSE_CONFIGURATION_1", 1); 037 038 /** 039 * '%s'is not a supported access token resolver. Must be one of '%s' 040 */ 041 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIG_OAUTH2_UNSUPPORTED_ACCESS_TOKEN_RESOLVER = 042 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_OAUTH2_UNSUPPORTED_ACCESS_TOKEN_RESOLVER_2", 2); 043 044 /** 045 * The token introspection endpoint '%s' is not a valid URL: '%s' 046 */ 047 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONIFG_OAUTH2_INVALID_INTROSPECT_URL = 048 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONIFG_OAUTH2_INVALID_INTROSPECT_URL_3", 3); 049 050 /** 051 * The cache expiration duration cannot be zero 052 */ 053 public static final LocalizableMessageDescriptor.Arg0 ERR_CONIFG_OAUTH2_CACHE_ZERO_DURATION = 054 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_CONIFG_OAUTH2_CACHE_ZERO_DURATION_4", 4); 055 056 /** 057 * The cache expiration duration cannot be unlimited 058 */ 059 public static final LocalizableMessageDescriptor.Arg0 ERR_CONIFG_OAUTH2_CACHE_UNLIMITED_DURATION = 060 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_CONIFG_OAUTH2_CACHE_UNLIMITED_DURATION_5", 5); 061 062 /** 063 * 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') 064 */ 065 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIG_OAUTH2_CACHE_INVALID_DURATION = 066 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_OAUTH2_CACHE_INVALID_DURATION_6", 6); 067 068 /** 069 * Unsupported bind strategy '%s'. Must be one of '%s' 070 */ 071 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIG_UNSUPPORTED_BIND_STRATEGY = 072 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_UNSUPPORTED_BIND_STRATEGY_7", 7); 073 074 /** 075 * Invalid authorization ID template: '%s'.Templates must start with one of the following elements: '%s' 076 */ 077 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIG_INVALID_AUTHZID_TEMPLATE = 078 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_INVALID_AUTHZID_TEMPLATE_8", 8); 079 080 /** 081 * Only simple authentication is supported 082 */ 083 public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIG_INVALID_AUTHENTICATION = 084 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_INVALID_AUTHENTICATION_9", 9); 085 086 /** 087 * secondaryLDAPServers configuration must contain a json array 088 */ 089 public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIG_INVALID_SECONDARY_LDAP_SERVER = 090 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_INVALID_SECONDARY_LDAP_SERVER_10", 10); 091 092 /** 093 * The LDAP server configuration '%s' could not be parsed because of potential circular inheritance dependencies 094 */ 095 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIG_SERVER_CIRCULAR_DEPENDENCIES = 096 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_SERVER_CIRCULAR_DEPENDENCIES_11", 11); 097 098 /** 099 * Naming strategy DN and ID must be different 100 */ 101 public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIG_NAMING_STRATEGY_DN_AND_ID_NOT_DIFFERENT = 102 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_NAMING_STRATEGY_DN_AND_ID_NOT_DIFFERENT_12", 12); 103 104 /** 105 * No mappings provided in configuration 106 */ 107 public static final LocalizableMessageDescriptor.Arg0 ERR_CONFIG_NO_MAPPINGS_PROVIDED = 108 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_NO_MAPPINGS_PROVIDED_13", 13); 109 110 /** 111 * Unknown mapping. The configuration mapping must be one of '%s' 112 */ 113 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CONFIG_NO_MAPPING_IN_CONFIGURATION = 114 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_NO_MAPPING_IN_CONFIGURATION_14", 14); 115 116 /** 117 * Unknown writability '%s'. Must be one of %s 118 */ 119 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIG_UNKNOWN_WRITABILITY = 120 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_UNKNOWN_WRITABILITY_15", 15); 121 122 /** 123 * Unknown naming strategy '%s'. Must be one of %s 124 */ 125 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIG_UNKNOWN_NAMING_CONFIGURATION = 126 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_UNKNOWN_NAMING_CONFIGURATION_16", 16); 127 128 /** 129 * The request could not be authorized because the required security principal '%s' could not be determined 130 */ 131 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_AUTHZID_DECODER_PRINCIPAL_CANNOT_BE_DETERMINED = 132 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_AUTHZID_DECODER_PRINCIPAL_CANNOT_BE_DETERMINED_17", 17); 133 134 /** 135 * The request could not be authorized because the required security principal '%s' had an invalid data type 136 */ 137 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_AUTHZID_DECODER_PRINCIPAL_INVALID_DATA_TYPE = 138 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_AUTHZID_DECODER_PRINCIPAL_INVALID_DATA_TYPE_18", 18); 139 140 /** 141 * Unable to resolve oauthzid template placeholders for access token '%s': '%s' 142 */ 143 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_RESOLVING_AUTHZID_TEMPLATE = 144 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_RESOLVING_AUTHZID_TEMPLATE_20", 20); 145 146 /** 147 * The token '%s' must be an access token, but it is a '%s' 148 */ 149 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_OAUTH2_CTS_INVALID_TOKEN_TYPE = 150 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_CTS_INVALID_TOKEN_TYPE_21", 21); 151 152 /** 153 * Unable to find the token '%s' in the CTS because: '%s' 154 */ 155 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_OAUTH2_CTS_TOKEN_NOT_FOUND = 156 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_CTS_TOKEN_NOT_FOUND_22", 22); 157 158 /** 159 * Unable to resolve access token '%s' due to the following reason: '%s' 160 */ 161 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_OAUTH2_CTS_TOKEN_RESOLUTION = 162 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_CTS_TOKEN_RESOLUTION_23", 23); 163 164 /** 165 * Json of token '%s' is malformed 166 */ 167 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_OAUTH2_CTS_INVALID_JSON_TOKEN = 168 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_CTS_INVALID_JSON_TOKEN_24", 24); 169 170 /** 171 * Unable to find token file '%s' 172 */ 173 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_OAUTH2_FILE_NO_TOKEN = 174 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_FILE_NO_TOKEN_25", 25); 175 176 /** 177 * Malformed token file '%s'. Details: '%s' 178 */ 179 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_OAUTH2_FILE_INVALID_JSON_TOKEN = 180 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_FILE_INVALID_JSON_TOKEN_26", 26); 181 182 /** 183 * Authorization server returned an error: '%s' 184 */ 185 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_OAUTH2_RFC7662_RETURNED_ERROR = 186 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_RFC7662_RETURNED_ERROR_27", 27); 187 188 /** 189 * Access token returned by authorization server is not currently active 190 */ 191 public static final LocalizableMessageDescriptor.Arg0 ERR_OAUTH2_RFC7662_TOKEN_NOT_ACTIVE = 192 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_RFC7662_TOKEN_NOT_ACTIVE_28", 28); 193 194 /** 195 * Invalid or malformed access token: '%s' 196 */ 197 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_OAUTH2_RFC7662_INVALID_JSON_TOKEN = 198 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_RFC7662_INVALID_JSON_TOKEN_29", 29); 199 200 /** 201 * Cannot read response content as JSON 202 */ 203 public static final LocalizableMessageDescriptor.Arg0 ERR_OAUTH2_RFC7662_CANNOT_READ_RESPONSE = 204 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_OAUTH2_RFC7662_CANNOT_READ_RESPONSE_30", 30); 205 206 /** 207 * The create request cannot be processed because it attempts to create the read-only field '%s' 208 */ 209 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CREATION_READ_ONLY_FIELD = 210 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CREATION_READ_ONLY_FIELD_31", 31); 211 212 /** 213 * The %s request cannot be processed because it attempts to remove the required field '%s' 214 */ 215 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_REMOVE_REQUIRED_FIELD = 216 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_REMOVE_REQUIRED_FIELD_32", 32); 217 218 /** 219 * The %s request cannot be processed because it attempts to modify the read-only field '%s' 220 */ 221 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MODIFY_READ_ONLY_FIELD = 222 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_MODIFY_READ_ONLY_FIELD_33", 33); 223 224 /** 225 * The patch request cannot be processed because it attempts to patch the read-only field '%s' 226 */ 227 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PATCH_READ_ONLY_FIELD = 228 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_PATCH_READ_ONLY_FIELD_34", 34); 229 230 /** 231 * The request cannot be processed because an array of values was provided for the single valued field '%s' 232 */ 233 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ARRAY_FOR_SINGLE_VALUED_FIELD = 234 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_ARRAY_FOR_SINGLE_VALUED_FIELD_35", 35); 235 236 /** 237 * The request cannot be processed because an array of values was not provided for the multi-valued field '%s' 238 */ 239 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_NO_ARRAY_FOR_MULTI_VALUED_FIELD = 240 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_NO_ARRAY_FOR_MULTI_VALUED_FIELD_36", 36); 241 242 /** 243 * The patch request cannot be processed because it attempts to append a value to the single valued field '%s' 244 */ 245 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PATCH_APPEND_IN_SINGLE_VALUED_FIELD = 246 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_PATCH_APPEND_IN_SINGLE_VALUED_FIELD_37", 37); 247 248 /** 249 * 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' 250 */ 251 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PATCH_INDEXED_APPEND_TO_MULTI_VALUED_FIELD = 252 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_PATCH_INDEXED_APPEND_TO_MULTI_VALUED_FIELD_38", 38); 253 254 /** 255 * The patch request cannot be processed because it included an indexed patch operation '%s' which is not supported by this resource provider 256 */ 257 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PATCH_INDEXED_OPERATION = 258 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_PATCH_INDEXED_OPERATION_39", 39); 259 260 /** 261 * The request cannot be processed because it included an unrecognized field '%s' 262 */ 263 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UNRECOGNIZED_FIELD = 264 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_UNRECOGNIZED_FIELD_40", 40); 265 266 /** 267 * The request cannot be processed because it included the field '%s' whose value is the wrong type: an object is expected 268 */ 269 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FIELD_WRONG_TYPE = 270 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_FIELD_WRONG_TYPE_41", 41); 271 272 /** 273 * The patch request cannot be processed because it included an add patch operation but no value(s) for field '%s' 274 */ 275 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PATCH_ADD_NO_VALUE_FOR_FIELD = 276 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_PATCH_ADD_NO_VALUE_FOR_FIELD_42", 42); 277 278 /** 279 * The patch request cannot be processed because it included an unsupported type of patch operation '%s' 280 */ 281 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PATCH_UNSUPPORTED_OPERATION = 282 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_PATCH_UNSUPPORTED_OPERATION_43", 43); 283 284 /** 285 * Multi-version concurrency control is not supported by this resource 286 */ 287 public static final LocalizableMessageDescriptor.Arg0 ERR_MVCC_NOT_SUPPORTED = 288 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_MVCC_NOT_SUPPORTED_44", 44); 289 290 /** 291 * The resource could not be accessed because it did not contain any version information, when the version '%s' was expected 292 */ 293 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MVCC_NO_VERSION_INFORMATION = 294 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_MVCC_NO_VERSION_INFORMATION_45", 45); 295 296 /** 297 * The resource could not be accessed because the expected version '%s' does not match the current version '%s' 298 */ 299 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_MVCC_VERSIONS_MISMATCH = 300 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_MVCC_VERSIONS_MISMATCH_46", 46); 301 302 /** 303 * The request cannot be processed because the reference field '%s' contains a value which does not contain a primary key 304 */ 305 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_REFERENCE_FIELD_NO_PRIMARY_KEY = 306 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_REFERENCE_FIELD_NO_PRIMARY_KEY_47", 47); 307 308 /** 309 * The request cannot be processed because the reference field '%s' contains a value which contains multiple primary keys 310 */ 311 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_REFERENCE_FIELD_MULTIPLE_PRIMARY_KEYS = 312 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_REFERENCE_FIELD_MULTIPLE_PRIMARY_KEYS_48", 48); 313 314 /** 315 * The request cannot be processed because the resource '%s' referenced in field '%s' does not exist 316 */ 317 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_REFERENCE_FIELD_DOES_NOT_EXIST = 318 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_REFERENCE_FIELD_DOES_NOT_EXIST_49", 49); 319 320 /** 321 * The request cannot be processed because the resource '%s' referenced in field '%s' is ambiguous 322 */ 323 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_REFERENCE_FIELD_AMBIGUOUS = 324 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_REFERENCE_FIELD_AMBIGUOUS_50", 50); 325 326 /** 327 * The request cannot be processed because it contained an illegal filter assertion value '%s' for field '%s' 328 */ 329 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_ILLEGAL_FILTER_ASSERTION_VALUE = 330 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_ILLEGAL_FILTER_ASSERTION_VALUE_51", 51); 331 332 /** 333 * The request cannot be processed because an error occurred while encoding the values for the field '%s': '%s' 334 */ 335 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_ENCODING_VALUES_FOR_FIELD = 336 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_ENCODING_VALUES_FOR_FIELD_52", 52); 337 338 /** 339 * Unrecognized type of JSON value: '%s' 340 */ 341 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_UNRECOGNIZED_JSON_VALUE = 342 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_UNRECOGNIZED_JSON_VALUE_53", 53); 343 344 /** 345 * Resources cannot be created without a client provided resource ID 346 */ 347 public static final LocalizableMessageDescriptor.Arg0 ERR_CLIENT_PROVIDED_RESOURCE_ID_MISSING = 348 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_CLIENT_PROVIDED_RESOURCE_ID_MISSING_54", 54); 349 350 /** 351 * Not yet implemented 352 */ 353 public static final LocalizableMessageDescriptor.Arg0 ERR_NOT_YET_IMPLEMENTED = 354 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_NOT_YET_IMPLEMENTED_55", 55); 355 356 /** 357 * The action '%s' is not supported 358 */ 359 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ACTION_NOT_SUPPORTED = 360 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_ACTION_NOT_SUPPORTED_56", 56); 361 362 /** 363 * Passwords can only be modified using a secure connection 364 */ 365 public static final LocalizableMessageDescriptor.Arg0 ERR_PASSWORD_MODIFY_SECURE_CONNECTION = 366 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_PASSWORD_MODIFY_SECURE_CONNECTION_57", 57); 367 368 /** 369 * Passwords can only be modified by authenticated users 370 */ 371 public static final LocalizableMessageDescriptor.Arg0 ERR_PASSWORD_MODIFY_USER_AUTHENTICATED = 372 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_PASSWORD_MODIFY_USER_AUTHENTICATED_58", 58); 373 374 /** 375 * Unable to decode ldap control: '%s' 376 */ 377 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DECODING_CONTROL = 378 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_DECODING_CONTROL_59", 59); 379 380 /** 381 * An error occurred while processing the request '%s': '%s' (details: '%s') 382 */ 383 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_ERROR_RESPONSE = 384 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_ERROR_RESPONSE_60", 60); 385 386 /** 387 * A runtime exception occurred wile processing the request '%s': '%s' 388 */ 389 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_RUNTIME_EXCEPTION = 390 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_RUNTIME_EXCEPTION_61", 61); 391 392 /** 393 * The modify password request has been rejected because it is invalid. A modify password request must contain two string valued fields 'oldPassword' and 'newPassword' 394 */ 395 public static final LocalizableMessageDescriptor.Arg0 ERR_PASSWORD_MODIFY_REQUEST_IS_INVALID = 396 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_PASSWORD_MODIFY_REQUEST_IS_INVALID_62", 62); 397 398 /** 399 * The trust-manager defined in '%s' is invalid: %s 400 */ 401 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIG_INVALID_TRUST_MANAGER = 402 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_INVALID_TRUST_MANAGER_63", 63); 403 404 /** 405 * The key-manager defined in '%s' is invalid: %s 406 */ 407 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CONFIG_INVALID_KEY_MANAGER = 408 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_CONFIG_INVALID_KEY_MANAGER_64", 64); 409 410 /** 411 * The resource cannot be created because it does not contain the type property '%s' 412 */ 413 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MISSING_TYPE_PROPERTY_IN_CREATE = 414 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_MISSING_TYPE_PROPERTY_IN_CREATE_65", 65); 415 416 /** 417 * The resource cannot be created because it specified an unrecognized resource type '%s'. Please specify one of the following types: %s 418 */ 419 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_UNRECOGNIZED_TYPE_IN_CREATE = 420 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_UNRECOGNIZED_TYPE_IN_CREATE_66", 66); 421 422 /** 423 * The resource cannot be created because it specified the abstract resource type '%s'. Please specify one of the following non-abstract types: %s 424 */ 425 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_ABSTRACT_TYPE_IN_CREATE = 426 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_ABSTRACT_TYPE_IN_CREATE_67", 67); 427 428 /** 429 * Queries using _queryId or _queryExpression are not supported. Use _queryFilter instead 430 */ 431 public static final LocalizableMessageDescriptor.Arg0 ERR_QUERY_BY_ID_OR_EXPRESSION_NOT_SUPPORTED = 432 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_QUERY_BY_ID_OR_EXPRESSION_NOT_SUPPORTED_68", 68); 433 434 /** 435 * This endpoint is read-only and only supports read and query requests 436 */ 437 public static final LocalizableMessageDescriptor.Arg0 ERR_READ_ONLY_ENDPOINT = 438 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_READ_ONLY_ENDPOINT_69", 69); 439 440 /** 441 * The targeted resource is a resource collection which only supports create and query requests 442 */ 443 public static final LocalizableMessageDescriptor.Arg0 ERR_UNSUPPORTED_REQUEST_AGAINST_COLLECTION = 444 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_UNSUPPORTED_REQUEST_AGAINST_COLLECTION_70", 70); 445 446 /** 447 * The targeted resource is a resource instance which only supports read, update, delete, patch, and action requests 448 */ 449 public static final LocalizableMessageDescriptor.Arg0 ERR_UNSUPPORTED_REQUEST_AGAINST_INSTANCE = 450 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_UNSUPPORTED_REQUEST_AGAINST_INSTANCE_71", 71); 451 452 /** 453 * The targeted resource is a resource singleton which only supports read, update, patch, and action requests 454 */ 455 public static final LocalizableMessageDescriptor.Arg0 ERR_UNSUPPORTED_REQUEST_AGAINST_SINGLETON = 456 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_UNSUPPORTED_REQUEST_AGAINST_SINGLETON_72", 72); 457 458 /** 459 * Resources cannot be created with a client provided resource ID. The server will automatically generate a resource ID 460 */ 461 public static final LocalizableMessageDescriptor.Arg0 ERR_SERVER_PROVIDED_RESOURCE_ID_UNEXPECTED = 462 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_SERVER_PROVIDED_RESOURCE_ID_UNEXPECTED_73", 73); 463 464 /** 465 * Collections only support create or query requests 466 */ 467 public static final LocalizableMessageDescriptor.Arg0 ERR_COLLECTION_ACTIONS_NOT_SUPPORTED = 468 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_COLLECTION_ACTIONS_NOT_SUPPORTED_74", 74); 469 470 /** 471 * The resource '%s' has an unrecognized super-type '%s' 472 */ 473 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_UNRECOGNIZED_RESOURCE_SUPER_TYPE = 474 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_UNRECOGNIZED_RESOURCE_SUPER_TYPE_75", 75); 475 476 /** 477 * The resource '%s' references an unrecognized sub-resource '%s' 478 */ 479 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_UNRECOGNIZED_SUB_RESOURCE_TYPE = 480 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_UNRECOGNIZED_SUB_RESOURCE_TYPE_76", 76); 481 482 /** 483 * The create request cannot be processed because it does not include the required field '%s' 484 */ 485 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_MISSING_REQUIRED_FIELD = 486 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_MISSING_REQUIRED_FIELD_77", 77); 487 488 /** 489 * The endpoints configuration directory '%s' either does not exist, is not a directory or cannot be read 490 */ 491 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INVALID_ENDPOINTS_DIRECTORY = 492 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_INVALID_ENDPOINTS_DIRECTORY_78", 78); 493 494 /** 495 * The endpoint configuration directory '%s' either does not exist, is not a directory or cannot be read 496 */ 497 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_INVALID_ENDPOINT_DIRECTORY = 498 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "ERR_INVALID_ENDPOINT_DIRECTORY_79", 79); 499 500 /** 501 * Rest2Ldap starting with configuration directory '%s' 502 */ 503 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_REST2LDAP_STARTING = 504 new LocalizableMessageDescriptor.Arg1<Object>(Rest2ldapMessages.class, RESOURCE, "INFO_REST2LDAP_STARTING_80", 80); 505 506 /** 507 * Rest2Ldap created endpoint '%s' version %s 508 */ 509 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_REST2LDAP_CREATING_ENDPOINT = 510 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "INFO_REST2LDAP_CREATING_ENDPOINT_81", 81); 511 512 /** 513 * Passwords can only be reset using a secure connection 514 */ 515 public static final LocalizableMessageDescriptor.Arg0 ERR_PASSWORD_RESET_SECURE_CONNECTION = 516 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_PASSWORD_RESET_SECURE_CONNECTION_82", 82); 517 518 /** 519 * Passwords can only be reset by authenticated users 520 */ 521 public static final LocalizableMessageDescriptor.Arg0 ERR_PASSWORD_RESET_USER_AUTHENTICATED = 522 new LocalizableMessageDescriptor.Arg0(Rest2ldapMessages.class, RESOURCE, "ERR_PASSWORD_RESET_USER_AUTHENTICATED_83", 83); 523 524 /** 525 * The requested resource API version '%s' is unsupported. This endpoint only supports the following resource API version(s): %s 526 */ 527 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_BAD_API_RESOURCE_VERSION = 528 new LocalizableMessageDescriptor.Arg2<Object, Object>(Rest2ldapMessages.class, RESOURCE, "ERR_BAD_API_RESOURCE_VERSION_84", 84); 529 530}