001package org.opends.messages; 002 003import org.forgerock.i18n.LocalizableMessageDescriptor; 004 005/** 006 * This file contains localizable message descriptors having the resource 007 * name {@code org.opends.messages.extension}. This file was generated 008 * automatically by the {@code i18n-maven-plugin} from the property file 009 * {@code org/opends/messages/extension.properties} and it should not be manually edited. 010 */ 011public final class ExtensionMessages { 012 // The name of the resource bundle. 013 private static final String RESOURCE = "org.opends.messages.extension"; 014 015 // Prevent instantiation. 016 private ExtensionMessages() { 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 * An error occurred while attempting to initialize the message digest generator for the %s algorithm: %s 034 */ 035 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PWSCHEME_CANNOT_INITIALIZE_MESSAGE_DIGEST = 036 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_PWSCHEME_CANNOT_INITIALIZE_MESSAGE_DIGEST_1", 1); 037 038 /** 039 * An error occurred while attempting to base64-decode the password value %s: %s 040 */ 041 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PWSCHEME_CANNOT_BASE64_DECODE_STORED_PASSWORD = 042 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_PWSCHEME_CANNOT_BASE64_DECODE_STORED_PASSWORD_2", 2); 043 044 /** 045 * The %s password storage scheme is not reversible, so it is impossible to recover the plaintext version of an encoded password 046 */ 047 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PWSCHEME_NOT_REVERSIBLE = 048 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_PWSCHEME_NOT_REVERSIBLE_3", 3); 049 050 /** 051 * An error occurred while trying to register the JMX alert handler with the MBean server: %s 052 */ 053 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_JMX_ALERT_HANDLER_CANNOT_REGISTER = 054 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_JMX_ALERT_HANDLER_CANNOT_REGISTER_4", 4); 055 056 /** 057 * An unexpected error occurred while attempting to encode a password using the storage scheme defined in class %s: %s 058 */ 059 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PWSCHEME_CANNOT_ENCODE_PASSWORD = 060 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_PWSCHEME_CANNOT_ENCODE_PASSWORD_5", 5); 061 062 /** 063 * The ds-cfg-include-filter attribute of configuration entry %s, which specifies a set of search filters that may be used to control which entries are included in the cache, has an invalid value of "%s": %s 064 */ 065 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_CACHE_INVALID_INCLUDE_FILTER = 066 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_CACHE_INVALID_INCLUDE_FILTER_6", 6); 067 068 /** 069 * The ds-cfg-exclude-filter attribute of configuration entry %s, which specifies a set of search filters that may be used to control which entries are excluded from the cache, has an invalid value of "%s": %s 070 */ 071 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_CACHE_INVALID_EXCLUDE_FILTER = 072 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_CACHE_INVALID_EXCLUDE_FILTER_7", 7); 073 074 /** 075 * A fatal error occurred while trying to initialize fifo entry cache: %s 076 */ 077 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FIFOCACHE_CANNOT_INITIALIZE = 078 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_FIFOCACHE_CANNOT_INITIALIZE_8", 8); 079 080 /** 081 * A fatal error occurred while trying to initialize soft reference entry cache: %s 082 */ 083 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SOFTREFCACHE_CANNOT_INITIALIZE = 084 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SOFTREFCACHE_CANNOT_INITIALIZE_9", 9); 085 086 /** 087 * Starting the entry cache preload for %s backend 088 */ 089 public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_CACHE_PRELOAD_PROGRESS_START = 090 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "NOTE_CACHE_PRELOAD_PROGRESS_START_10", 10); 091 092 /** 093 * The entry cache preload for %s backend has processed %d entries, %d MB free heap memory available 094 */ 095 public static final LocalizableMessageDescriptor.Arg3<Object, Number, Number> NOTE_CACHE_PRELOAD_PROGRESS_REPORT = 096 new LocalizableMessageDescriptor.Arg3<Object, Number, Number>(ExtensionMessages.class, RESOURCE, "NOTE_CACHE_PRELOAD_PROGRESS_REPORT_11", 11); 097 098 /** 099 * The entry cache preload for %s backend is complete with the total of %d entries processed 100 */ 101 public static final LocalizableMessageDescriptor.Arg2<Object, Number> NOTE_CACHE_PRELOAD_PROGRESS_DONE = 102 new LocalizableMessageDescriptor.Arg2<Object, Number>(ExtensionMessages.class, RESOURCE, "NOTE_CACHE_PRELOAD_PROGRESS_DONE_12", 12); 103 104 /** 105 * The entry cache preload for %s backend has been interrupted 106 */ 107 public static final LocalizableMessageDescriptor.Arg1<Object> WARN_CACHE_PRELOAD_INTERRUPTED = 108 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "WARN_CACHE_PRELOAD_INTERRUPTED_13", 13); 109 110 /** 111 * The entry cache preload is not supported by %s backend, and as a result no entries from this backend will be preloaded into the entry cache 112 */ 113 public static final LocalizableMessageDescriptor.Arg1<Object> WARN_CACHE_PRELOAD_BACKEND_FAILED = 114 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "WARN_CACHE_PRELOAD_BACKEND_FAILED_14", 14); 115 116 /** 117 * Failed to preload %s entry into the entry cache: %s 118 */ 119 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CACHE_PRELOAD_ENTRY_FAILED = 120 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_CACHE_PRELOAD_ENTRY_FAILED_15", 15); 121 122 /** 123 * An unexpected error occurred while attempting to decode the password modify extended request sequence: %s 124 */ 125 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXTOP_PASSMOD_CANNOT_DECODE_REQUEST = 126 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_CANNOT_DECODE_REQUEST_33", 33); 127 128 /** 129 * The password modify extended request cannot be processed because it does not contain an authorization ID and the underlying connection is not authenticated 130 */ 131 public static final LocalizableMessageDescriptor.Arg0 ERR_EXTOP_PASSMOD_NO_AUTH_OR_USERID = 132 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_NO_AUTH_OR_USERID_34", 34); 133 134 /** 135 * The password modify extended request cannot be processed because the server was unable to obtain a write lock on user entry %s after multiple attempts 136 */ 137 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXTOP_PASSMOD_CANNOT_LOCK_USER_ENTRY = 138 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_CANNOT_LOCK_USER_ENTRY_35", 35); 139 140 /** 141 * The password modify extended request cannot be processed because the server cannot decode "%s" as a valid DN for use in the authorization ID for the operation 142 */ 143 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXTOP_PASSMOD_CANNOT_DECODE_AUTHZ_DN = 144 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_CANNOT_DECODE_AUTHZ_DN_36", 36); 145 146 /** 147 * The password modify extended request cannot be processed because it contained an invalid userIdentity field. The provided userIdentity string was "%s" 148 */ 149 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXTOP_PASSMOD_INVALID_AUTHZID_STRING = 150 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_INVALID_AUTHZID_STRING_37", 37); 151 152 /** 153 * The password modify extended request cannot be processed because it was not possible to identify the user entry to update based on the authorization DN of "%s" 154 */ 155 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXTOP_PASSMOD_NO_USER_ENTRY_BY_AUTHZID = 156 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_NO_USER_ENTRY_BY_AUTHZID_38", 38); 157 158 /** 159 * The password modify extended operation cannot be processed because the current password provided for the user is invalid 160 */ 161 public static final LocalizableMessageDescriptor.Arg0 ERR_EXTOP_PASSMOD_INVALID_OLD_PASSWORD = 162 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_INVALID_OLD_PASSWORD_41", 41); 163 164 /** 165 * Path to the file containing the Directory Server keystore information. Changes to this configuration attribute will take effect the next time that the key manager is accessed 166 */ 167 public static final LocalizableMessageDescriptor.Arg0 INFO_FILE_KEYMANAGER_DESCRIPTION_FILE = 168 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "INFO_FILE_KEYMANAGER_DESCRIPTION_FILE_43", 43); 169 170 /** 171 * The keystore file %s specified in attribute ds-cfg-key-store-file of configuration entry %s does not exist 172 */ 173 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FILE_KEYMANAGER_NO_SUCH_FILE = 174 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_KEYMANAGER_NO_SUCH_FILE_45", 45); 175 176 /** 177 * An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-file in configuration entry %s: %s 178 */ 179 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_FILE = 180 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_FILE_46", 46); 181 182 /** 183 * Java property %s which is specified in attribute ds-cfg-key-store-pin-property of configuration entry %s should contain the PIN needed to access the file-based key manager, but this property is not set 184 */ 185 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FILE_KEYMANAGER_PIN_PROPERTY_NOT_SET = 186 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_KEYMANAGER_PIN_PROPERTY_NOT_SET_50", 50); 187 188 /** 189 * Environment variable %s which is specified in attribute ds-cfg-key-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the file-based key manager, but this property is not set 190 */ 191 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FILE_KEYMANAGER_PIN_ENVAR_NOT_SET = 192 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_KEYMANAGER_PIN_ENVAR_NOT_SET_53", 53); 193 194 /** 195 * File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based key manager, but this file does not exist 196 */ 197 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FILE_KEYMANAGER_PIN_NO_SUCH_FILE = 198 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_KEYMANAGER_PIN_NO_SUCH_FILE_56", 56); 199 200 /** 201 * An error occurred while trying to read the keystore PIN from file %s specified in configuration attribute ds-cfg-key-store-pin-file of configuration entry %s: %s 202 */ 203 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_FILE_KEYMANAGER_PIN_FILE_CANNOT_READ = 204 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_KEYMANAGER_PIN_FILE_CANNOT_READ_57", 57); 205 206 /** 207 * File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based key manager, but this file is empty 208 */ 209 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FILE_KEYMANAGER_PIN_FILE_EMPTY = 210 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_KEYMANAGER_PIN_FILE_EMPTY_58", 58); 211 212 /** 213 * An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin in configuration entry %s: %s 214 */ 215 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR = 216 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_60", 60); 217 218 /** 219 * An error occurred while trying to load the keystore contents from file %s: %s 220 */ 221 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FILE_KEYMANAGER_CANNOT_LOAD = 222 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_KEYMANAGER_CANNOT_LOAD_62", 62); 223 224 /** 225 * The keystore type %s specified in attribute ds-cfg-key-store-type of configuration entry %s is not valid: %s 226 */ 227 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_FILE_KEYMANAGER_INVALID_TYPE = 228 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_KEYMANAGER_INVALID_TYPE_63", 63); 229 230 /** 231 * Java property %s which is specified in attribute ds-cfg-key-store-pin-property of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this property is not set 232 */ 233 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PKCS11_KEYMANAGER_PIN_PROPERTY_NOT_SET = 234 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_PKCS11_KEYMANAGER_PIN_PROPERTY_NOT_SET_68", 68); 235 236 /** 237 * Environment variable %s which is specified in attribute ds-cfg-key-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this property is not set 238 */ 239 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PKCS11_KEYMANAGER_PIN_ENVAR_NOT_SET = 240 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_PKCS11_KEYMANAGER_PIN_ENVAR_NOT_SET_71", 71); 241 242 /** 243 * File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this file does not exist 244 */ 245 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PKCS11_KEYMANAGER_PIN_NO_SUCH_FILE = 246 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_PKCS11_KEYMANAGER_PIN_NO_SUCH_FILE_74", 74); 247 248 /** 249 * An error occurred while trying to read the keystore PIN from file %s specified in configuration attribute ds-cfg-key-store-pin-file of configuration entry %s: %s 250 */ 251 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_PKCS11_KEYMANAGER_PIN_FILE_CANNOT_READ = 252 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_PKCS11_KEYMANAGER_PIN_FILE_CANNOT_READ_75", 75); 253 254 /** 255 * File %s specified in attribute ds-cfg-key-store-pin-file of configuration entry %s should contain the PIN needed to access the PKCS#11 key manager, but this file is empty 256 */ 257 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PKCS11_KEYMANAGER_PIN_FILE_EMPTY = 258 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_PKCS11_KEYMANAGER_PIN_FILE_EMPTY_76", 76); 259 260 /** 261 * An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-key-store-pin in configuration entry %s: %s 262 */ 263 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR = 264 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_PKCS11_KEYMANAGER_CANNOT_DETERMINE_PIN_FROM_ATTR_79", 79); 265 266 /** 267 * An error occurred while trying to access the PKCS#11 key manager: %s 268 */ 269 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PKCS11_KEYMANAGER_CANNOT_LOAD = 270 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_PKCS11_KEYMANAGER_CANNOT_LOAD_81", 81); 271 272 /** 273 * An error occurred while trying to create a key manager factory to access the contents of keystore file %s: %s 274 */ 275 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FILE_KEYMANAGER_CANNOT_CREATE_FACTORY = 276 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_KEYMANAGER_CANNOT_CREATE_FACTORY_83", 83); 277 278 /** 279 * An error occurred while trying to create a key manager factory to access the contents of the PKCS#11 keystore: %s 280 */ 281 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PKCS11_KEYMANAGER_CANNOT_CREATE_FACTORY = 282 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_PKCS11_KEYMANAGER_CANNOT_CREATE_FACTORY_84", 84); 283 284 /** 285 * The trust store file %s specified in attribute ds-cfg-trust-store-file of configuration entry %s does not exist 286 */ 287 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FILE_TRUSTMANAGER_NO_SUCH_FILE = 288 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_TRUSTMANAGER_NO_SUCH_FILE_87", 87); 289 290 /** 291 * An unexpected error occurred while trying to determine the value of configuration attribute ds-cfg-trust-store-file in configuration entry %s: %s 292 */ 293 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_FILE = 294 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_TRUSTMANAGER_CANNOT_DETERMINE_FILE_88", 88); 295 296 /** 297 * Java property %s which is specified in attribute ds-cfg-trust-store-pin-property of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this property is not set 298 */ 299 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FILE_TRUSTMANAGER_PIN_PROPERTY_NOT_SET = 300 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_TRUSTMANAGER_PIN_PROPERTY_NOT_SET_92", 92); 301 302 /** 303 * Environment variable %s which is specified in attribute ds-cfg-trust-store-pin-environment-variable of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this property is not set 304 */ 305 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FILE_TRUSTMANAGER_PIN_ENVAR_NOT_SET = 306 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_TRUSTMANAGER_PIN_ENVAR_NOT_SET_95", 95); 307 308 /** 309 * File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this file does not exist 310 */ 311 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FILE_TRUSTMANAGER_PIN_NO_SUCH_FILE = 312 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_TRUSTMANAGER_PIN_NO_SUCH_FILE_98", 98); 313 314 /** 315 * An error occurred while trying to read the trust store PIN from file %s specified in configuration attribute ds-cfg-trust-store-pin-file of configuration entry %s: %s 316 */ 317 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_FILE_TRUSTMANAGER_PIN_FILE_CANNOT_READ = 318 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_TRUSTMANAGER_PIN_FILE_CANNOT_READ_99", 99); 319 320 /** 321 * File %s specified in attribute ds-cfg-trust-store-pin-file of configuration entry %s should contain the PIN needed to access the file-based trust manager, but this file is empty 322 */ 323 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FILE_TRUSTMANAGER_PIN_FILE_EMPTY = 324 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_TRUSTMANAGER_PIN_FILE_EMPTY_100", 100); 325 326 /** 327 * An error occurred while trying to load the trust store contents from file %s: %s 328 */ 329 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FILE_TRUSTMANAGER_CANNOT_LOAD = 330 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_TRUSTMANAGER_CANNOT_LOAD_104", 104); 331 332 /** 333 * An error occurred while trying to create a trust manager factory to access the contents of trust store file %s: %s 334 */ 335 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FILE_TRUSTMANAGER_CANNOT_CREATE_FACTORY = 336 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_TRUSTMANAGER_CANNOT_CREATE_FACTORY_105", 105); 337 338 /** 339 * The trust store type %s specified in attribute ds-cfg-trust-store-type of configuration entry %s is not valid: %s 340 */ 341 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_FILE_TRUSTMANAGER_INVALID_TYPE = 342 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FILE_TRUSTMANAGER_INVALID_TYPE_106", 106); 343 344 /** 345 * Could not map the provided certificate chain to a user entry because no peer certificate was available 346 */ 347 public static final LocalizableMessageDescriptor.Arg0 ERR_SEDCM_NO_PEER_CERTIFICATE = 348 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SEDCM_NO_PEER_CERTIFICATE_118", 118); 349 350 /** 351 * Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s) 352 */ 353 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SEDCM_PEER_CERT_NOT_X509 = 354 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SEDCM_PEER_CERT_NOT_X509_119", 119); 355 356 /** 357 * Could not map the provided certificate chain to a user because the peer certificate subject "%s" could not be decoded as an LDAP DN: %s 358 */ 359 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SEDCM_CANNOT_DECODE_SUBJECT_AS_DN = 360 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SEDCM_CANNOT_DECODE_SUBJECT_AS_DN_120", 120); 361 362 /** 363 * Could not map the provided certificate chain to a user because an error occurred while attempting to retrieve the user entry with DN "%s": %s 364 */ 365 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SEDCM_CANNOT_GET_ENTRY = 366 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SEDCM_CANNOT_GET_ENTRY_121", 121); 367 368 /** 369 * Could not map the provided certificate chain to a user because no user entry exists with a DN of %s 370 */ 371 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SEDCM_NO_USER_FOR_DN = 372 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SEDCM_NO_USER_FOR_DN_122", 122); 373 374 /** 375 * The SASL EXTERNAL bind request could not be processed because the associated bind request does not have a reference to the client connection 376 */ 377 public static final LocalizableMessageDescriptor.Arg0 ERR_SASLEXTERNAL_NO_CLIENT_CONNECTION = 378 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SASLEXTERNAL_NO_CLIENT_CONNECTION_123", 123); 379 380 /** 381 * The SASL EXTERNAL bind request could not be processed because the associated client connection instance is not an instance of LDAPClientConnection 382 */ 383 public static final LocalizableMessageDescriptor.Arg0 ERR_SASLEXTERNAL_NOT_LDAP_CLIENT_INSTANCE = 384 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SASLEXTERNAL_NOT_LDAP_CLIENT_INSTANCE_124", 124); 385 386 /** 387 * The SASL EXTERNAL bind request could not be processed because the client did not present a certificate chain during SSL/TLS negotiation 388 */ 389 public static final LocalizableMessageDescriptor.Arg0 ERR_SASLEXTERNAL_NO_CLIENT_CERT = 390 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SASLEXTERNAL_NO_CLIENT_CERT_126", 126); 391 392 /** 393 * The SASL EXTERNAL bind request failed because the certificate chain presented by the client during SSL/TLS negotiation could not be mapped to a user entry in the Directory Server 394 */ 395 public static final LocalizableMessageDescriptor.Arg0 ERR_SASLEXTERNAL_NO_MAPPING = 396 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SASLEXTERNAL_NO_MAPPING_127", 127); 397 398 /** 399 * StartTLS cannot be used on this connection because the underlying client connection is not available 400 */ 401 public static final LocalizableMessageDescriptor.Arg0 ERR_STARTTLS_NO_CLIENT_CONNECTION = 402 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_STARTTLS_NO_CLIENT_CONNECTION_128", 128); 403 404 /** 405 * StartTLS cannot be used on this client connection because this connection type is not capable of using StartTLS to protect its communication 406 */ 407 public static final LocalizableMessageDescriptor.Arg0 ERR_STARTTLS_NOT_TLS_CAPABLE = 408 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_STARTTLS_NOT_TLS_CAPABLE_129", 129); 409 410 /** 411 * Unable to authenticate via SASL EXTERNAL because the mapped user entry %s does not have any certificates with which to verify the presented peer certificate 412 */ 413 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASLEXTERNAL_NO_CERT_IN_ENTRY = 414 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLEXTERNAL_NO_CERT_IN_ENTRY_137", 137); 415 416 /** 417 * Unable to authenticate via SASL EXTERNAL because the mapped user entry %s did not contain the peer certificate presented by the client 418 */ 419 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASLEXTERNAL_PEER_CERT_NOT_FOUND = 420 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLEXTERNAL_PEER_CERT_NOT_FOUND_138", 138); 421 422 /** 423 * An error occurred while attempting to validate the peer certificate presented by the client with a certificate from the user's entry %s: %s 424 */ 425 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASLEXTERNAL_CANNOT_VALIDATE_CERT = 426 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLEXTERNAL_CANNOT_VALIDATE_CERT_139", 139); 427 428 /** 429 * SASL PLAIN authentication requires that SASL credentials be provided but none were included in the bind request 430 */ 431 public static final LocalizableMessageDescriptor.Arg0 ERR_SASLPLAIN_NO_SASL_CREDENTIALS = 432 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SASLPLAIN_NO_SASL_CREDENTIALS_147", 147); 433 434 /** 435 * The SASL PLAIN bind request did not include any NULL characters. NULL characters are required as delimiters between the authorization ID and authentication ID, and also between the authentication ID and the password 436 */ 437 public static final LocalizableMessageDescriptor.Arg0 ERR_SASLPLAIN_NO_NULLS_IN_CREDENTIALS = 438 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SASLPLAIN_NO_NULLS_IN_CREDENTIALS_148", 148); 439 440 /** 441 * The SASL PLAIN bind request did not include a second NULL character in the credentials, which is required as a delimiter between the authentication ID and the password 442 */ 443 public static final LocalizableMessageDescriptor.Arg0 ERR_SASLPLAIN_NO_SECOND_NULL = 444 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SASLPLAIN_NO_SECOND_NULL_149", 149); 445 446 /** 447 * The authentication ID contained in the SASL PLAIN bind request had a length of zero characters, which is not allowed. SASL PLAIN authentication does not allow an empty string for use as the authentication ID 448 */ 449 public static final LocalizableMessageDescriptor.Arg0 ERR_SASLPLAIN_ZERO_LENGTH_AUTHCID = 450 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SASLPLAIN_ZERO_LENGTH_AUTHCID_150", 150); 451 452 /** 453 * The password contained in the SASL PLAIN bind request had a length of zero characters, which is not allowed. SASL PLAIN authentication does not allow an empty string for use as the password 454 */ 455 public static final LocalizableMessageDescriptor.Arg0 ERR_SASLPLAIN_ZERO_LENGTH_PASSWORD = 456 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SASLPLAIN_ZERO_LENGTH_PASSWORD_151", 151); 457 458 /** 459 * An error occurred while attempting to decode the SASL PLAIN authentication ID "%s" because it appeared to contain a DN but DN decoding failed: %s 460 */ 461 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASLPLAIN_CANNOT_DECODE_AUTHCID_AS_DN = 462 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLPLAIN_CANNOT_DECODE_AUTHCID_AS_DN_152", 152); 463 464 /** 465 * The authentication ID in the SASL PLAIN bind request appears to be an empty DN. This is not allowed 466 */ 467 public static final LocalizableMessageDescriptor.Arg0 ERR_SASLPLAIN_AUTHCID_IS_NULL_DN = 468 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SASLPLAIN_AUTHCID_IS_NULL_DN_153", 153); 469 470 /** 471 * An error occurred while attempting to retrieve user entry %s as specified in the DN-based authentication ID of a SASL PLAIN bind request: %s 472 */ 473 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASLPLAIN_CANNOT_GET_ENTRY_BY_DN = 474 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLPLAIN_CANNOT_GET_ENTRY_BY_DN_154", 154); 475 476 /** 477 * The server was not able to find any user entries for the provided authentication ID of %s 478 */ 479 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASLPLAIN_NO_MATCHING_ENTRIES = 480 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLPLAIN_NO_MATCHING_ENTRIES_157", 157); 481 482 /** 483 * The provided password is invalid 484 */ 485 public static final LocalizableMessageDescriptor.Arg0 ERR_SASLPLAIN_INVALID_PASSWORD = 486 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SASLPLAIN_INVALID_PASSWORD_160", 160); 487 488 /** 489 * The Directory Server was unable to obtain a read lock on user entry %s in order to retrieve that entry 490 */ 491 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_SASLPLAIN_CANNOT_LOCK_ENTRY = 492 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "INFO_SASLPLAIN_CANNOT_LOCK_ENTRY_163", 163); 493 494 /** 495 * The Directory Server was unable to obtain a read lock on user entry %s in order to retrieve that entry 496 */ 497 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SEDCM_CANNOT_LOCK_ENTRY = 498 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SEDCM_CANNOT_LOCK_ENTRY_164", 164); 499 500 /** 501 * An unexpected error occurred while attempting to obtain an MD5 digest engine for use by the CRAM-MD5 SASL handler: %s 502 */ 503 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASLCRAMMD5_CANNOT_GET_MESSAGE_DIGEST = 504 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLCRAMMD5_CANNOT_GET_MESSAGE_DIGEST_166", 166); 505 506 /** 507 * The SASL CRAM-MD5 bind request contained SASL credentials but there is no stored challenge for this client connection. The first CRAM-MD5 bind request in the two-stage process must not contain client SASL credentials 508 */ 509 public static final LocalizableMessageDescriptor.Arg0 ERR_SASLCRAMMD5_NO_STORED_CHALLENGE = 510 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SASLCRAMMD5_NO_STORED_CHALLENGE_172", 172); 511 512 /** 513 * The SASL CRAM-MD5 bind request contained SASL credentials, but the stored SASL state information for this client connection is not in an appropriate form for the challenge 514 */ 515 public static final LocalizableMessageDescriptor.Arg0 ERR_SASLCRAMMD5_INVALID_STORED_CHALLENGE = 516 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SASLCRAMMD5_INVALID_STORED_CHALLENGE_173", 173); 517 518 /** 519 * The SASL CRAM-MD5 bind request from the client included SASL credentials but there was no space to separate the username from the authentication digest 520 */ 521 public static final LocalizableMessageDescriptor.Arg0 ERR_SASLCRAMMD5_NO_SPACE_IN_CREDENTIALS = 522 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SASLCRAMMD5_NO_SPACE_IN_CREDENTIALS_174", 174); 523 524 /** 525 * The SASL CRAM-MD5 bind request included SASL credentials, but the decoded digest string had an invalid length of %d bytes rather than the %d bytes expected for a hex representation of an MD5 digest 526 */ 527 public static final LocalizableMessageDescriptor.Arg2<Number, Number> ERR_SASLCRAMMD5_INVALID_DIGEST_LENGTH = 528 new LocalizableMessageDescriptor.Arg2<Number, Number>(ExtensionMessages.class, RESOURCE, "ERR_SASLCRAMMD5_INVALID_DIGEST_LENGTH_175", 175); 529 530 /** 531 * The SASL CRAM-MD5 bind request included SASL credentials, but the decoded digest was not comprised of only hexadecimal digits: %s 532 */ 533 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASLCRAMMD5_INVALID_DIGEST_CONTENT = 534 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLCRAMMD5_INVALID_DIGEST_CONTENT_176", 176); 535 536 /** 537 * An error occurred while attempting to decode the SASL CRAM-MD5 username "%s" because it appeared to contain a DN but DN decoding failed: %s 538 */ 539 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASLCRAMMD5_CANNOT_DECODE_USERNAME_AS_DN = 540 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLCRAMMD5_CANNOT_DECODE_USERNAME_AS_DN_177", 177); 541 542 /** 543 * The username in the SASL CRAM-MD5 bind request appears to be an empty DN. This is not allowed 544 */ 545 public static final LocalizableMessageDescriptor.Arg0 ERR_SASLCRAMMD5_USERNAME_IS_NULL_DN = 546 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SASLCRAMMD5_USERNAME_IS_NULL_DN_178", 178); 547 548 /** 549 * The Directory Server was unable to obtain a read lock on user entry %s in order to retrieve that entry 550 */ 551 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_SASLCRAMMD5_CANNOT_LOCK_ENTRY = 552 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "INFO_SASLCRAMMD5_CANNOT_LOCK_ENTRY_179", 179); 553 554 /** 555 * An error occurred while attempting to retrieve user entry %s as specified in the DN-based username of a SASL CRAM-MD5 bind request: %s 556 */ 557 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASLCRAMMD5_CANNOT_GET_ENTRY_BY_DN = 558 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLCRAMMD5_CANNOT_GET_ENTRY_BY_DN_180", 180); 559 560 /** 561 * The server was not able to find any user entries for the provided username of %s 562 */ 563 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASLCRAMMD5_NO_MATCHING_ENTRIES = 564 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLCRAMMD5_NO_MATCHING_ENTRIES_184", 184); 565 566 /** 567 * The provided password is invalid 568 */ 569 public static final LocalizableMessageDescriptor.Arg0 ERR_SASLCRAMMD5_INVALID_PASSWORD = 570 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SASLCRAMMD5_INVALID_PASSWORD_188", 188); 571 572 /** 573 * SASL CRAM-MD5 authentication is not possible for user %s because none of the passwords in the user entry are stored in a reversible form 574 */ 575 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASLCRAMMD5_NO_REVERSIBLE_PASSWORDS = 576 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLCRAMMD5_NO_REVERSIBLE_PASSWORDS_189", 189); 577 578 /** 579 * An unsupported or unexpected callback was provided to the SASL server for use during %s authentication: %s 580 */ 581 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_SASL_UNSUPPORTED_CALLBACK = 582 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "INFO_SASL_UNSUPPORTED_CALLBACK_192", 192); 583 584 /** 585 * The client connection included %s state information, indicating that the client was in the process of performing a %s bind, but the bind request did not include any credentials 586 */ 587 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASL_NO_CREDENTIALS = 588 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_NO_CREDENTIALS_193", 193); 589 590 /** 591 * An unexpected error occurred while attempting to determine the value of the ds-cfg-server-fqdn attribute in configuration entry %s: %s 592 */ 593 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASL_CANNOT_GET_SERVER_FQDN = 594 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_CANNOT_GET_SERVER_FQDN_194", 194); 595 596 /** 597 * An unexpected error occurred while trying to create an %s context: %s 598 */ 599 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASL_CONTEXT_CREATE_ERROR = 600 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_CONTEXT_CREATE_ERROR_195", 195); 601 602 /** 603 * An error occurred while attempting to decode the SASL %s username "%s" because it appeared to contain a DN but DN decoding failed: %s 604 */ 605 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SASL_CANNOT_DECODE_USERNAME_AS_DN = 606 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_CANNOT_DECODE_USERNAME_AS_DN_196", 196); 607 608 /** 609 * The username in the SASL %s bind request appears to be an empty DN. This is not allowed 610 */ 611 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASL_USERNAME_IS_NULL_DN = 612 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_USERNAME_IS_NULL_DN_197", 197); 613 614 /** 615 * The Directory Server was unable to obtain a read lock on user entry %s in order to retrieve that entry 616 */ 617 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_SASL_CANNOT_LOCK_ENTRY = 618 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "INFO_SASL_CANNOT_LOCK_ENTRY_198", 198); 619 620 /** 621 * An error occurred while attempting to retrieve user entry %s as specified in the DN-based username of a SASL %s bind request: %s 622 */ 623 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SASL_CANNOT_GET_ENTRY_BY_DN = 624 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_CANNOT_GET_ENTRY_BY_DN_199", 199); 625 626 /** 627 * The username contained in the SASL %s bind request had a length of zero characters, which is not allowed. %s authentication does not allow an empty string for use as the username 628 */ 629 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASL_ZERO_LENGTH_USERNAME = 630 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_ZERO_LENGTH_USERNAME_200", 200); 631 632 /** 633 * The server was not able to find any user entries for the provided username of %s 634 */ 635 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASL_NO_MATCHING_ENTRIES = 636 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_NO_MATCHING_ENTRIES_201", 201); 637 638 /** 639 * The provided authorization ID %s contained an invalid DN: %s 640 */ 641 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASL_AUTHZID_INVALID_DN = 642 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_AUTHZID_INVALID_DN_202", 202); 643 644 /** 645 * The entry %s specified as the authorization identity does not exist 646 */ 647 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASL_AUTHZID_NO_SUCH_ENTRY = 648 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_AUTHZID_NO_SUCH_ENTRY_203", 203); 649 650 /** 651 * The entry %s specified as the authorization identity could not be retrieved: %s 652 */ 653 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASL_AUTHZID_CANNOT_GET_ENTRY = 654 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_AUTHZID_CANNOT_GET_ENTRY_204", 204); 655 656 /** 657 * The server was unable to find any entry corresponding to authorization ID %s 658 */ 659 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASL_AUTHZID_NO_MAPPED_ENTRY = 660 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_AUTHZID_NO_MAPPED_ENTRY_205", 205); 661 662 /** 663 * An error occurred while attempting to retrieve the clear-text password(s) for user %s in order to perform SASL %s authentication: %s 664 */ 665 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SASL_CANNOT_GET_REVERSIBLE_PASSWORDS = 666 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_CANNOT_GET_REVERSIBLE_PASSWORDS_207", 207); 667 668 /** 669 * SASL %s authentication is not possible for user %s because none of the passwords in the user entry are stored in a reversible form 670 */ 671 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASL_NO_REVERSIBLE_PASSWORDS = 672 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_NO_REVERSIBLE_PASSWORDS_208", 208); 673 674 /** 675 * SASL %s protocol error: %s 676 */ 677 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASL_PROTOCOL_ERROR = 678 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_PROTOCOL_ERROR_209", 209); 679 680 /** 681 * The authenticating user %s does not have sufficient privileges to assume a different authorization identity 682 */ 683 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASL_AUTHZID_INSUFFICIENT_PRIVILEGES = 684 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_AUTHZID_INSUFFICIENT_PRIVILEGES_210", 210); 685 686 /** 687 * The authenticating user %s does not have sufficient access to assume a different authorization identity 688 */ 689 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASL_AUTHZID_INSUFFICIENT_ACCESS = 690 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_AUTHZID_INSUFFICIENT_ACCESS_211", 211); 691 692 /** 693 * The server was unable to find any entry corresponding to authentication ID %s 694 */ 695 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASL_AUTHENTRY_NO_MAPPED_ENTRY = 696 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_AUTHENTRY_NO_MAPPED_ENTRY_212", 212); 697 698 /** 699 * The server was unable to because both the ds-cfg-kdc-address and ds-cfg-realm attributes must be defined or neither defined 700 */ 701 public static final LocalizableMessageDescriptor.Arg0 ERR_SASLGSSAPI_KDC_REALM_NOT_DEFINED = 702 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SASLGSSAPI_KDC_REALM_NOT_DEFINED_213", 213); 703 704 /** 705 * An error occurred while attempting to map authorization ID %s to a user entry: %s 706 */ 707 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASL_CANNOT_MAP_AUTHENTRY = 708 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_CANNOT_MAP_AUTHENTRY_214", 214); 709 710 /** 711 * An error occurred while attempting to write a temporary JAAS configuration file for use during GSSAPI processing: %s 712 */ 713 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASLGSSAPI_CANNOT_CREATE_JAAS_CONFIG = 714 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLGSSAPI_CANNOT_CREATE_JAAS_CONFIG_215", 215); 715 716 /** 717 * An error occurred while attempting to create the JAAS login context for GSSAPI authentication: %s 718 */ 719 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASLGSSAPI_CANNOT_CREATE_LOGIN_CONTEXT = 720 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLGSSAPI_CANNOT_CREATE_LOGIN_CONTEXT_216", 216); 721 722 /** 723 * No client connection was available for use in processing the GSSAPI bind request 724 */ 725 public static final LocalizableMessageDescriptor.Arg0 ERR_SASLGSSAPI_NO_CLIENT_CONNECTION = 726 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SASLGSSAPI_NO_CLIENT_CONNECTION_217", 217); 727 728 /** 729 * GSSAPI mechanism using a principal name of: %s 730 */ 731 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_GSSAPI_PRINCIPAL_NAME = 732 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "INFO_GSSAPI_PRINCIPAL_NAME_218", 218); 733 734 /** 735 * GSSAPI SASL mechanism using a server fully qualified domain name of: %s 736 */ 737 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_GSSAPI_SERVER_FQDN = 738 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "INFO_GSSAPI_SERVER_FQDN_219", 219); 739 740 /** 741 * DIGEST-MD5 SASL mechanism using a realm of: %s 742 */ 743 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_DIGEST_MD5_REALM = 744 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "INFO_DIGEST_MD5_REALM_220", 220); 745 746 /** 747 * DIGEST-MD5 SASL mechanism using a server fully qualified domain name of: %s 748 */ 749 public static final LocalizableMessageDescriptor.Arg1<Object> NOTE_DIGEST_MD5_SERVER_FQDN = 750 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "NOTE_DIGEST_MD5_SERVER_FQDN_221", 221); 751 752 /** 753 * You do not have sufficient privileges to use the proxied authorization control 754 */ 755 public static final LocalizableMessageDescriptor.Arg0 ERR_EXTOP_WHOAMI_PROXYAUTH_INSUFFICIENT_PRIVILEGES = 756 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_WHOAMI_PROXYAUTH_INSUFFICIENT_PRIVILEGES_277", 277); 757 758 /** 759 * ID string %s mapped to multiple users 760 */ 761 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXACTMAP_MULTIPLE_MATCHING_ENTRIES = 762 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_EXACTMAP_MULTIPLE_MATCHING_ENTRIES_306", 306); 763 764 /** 765 * The internal search based on ID string %s could not be processed efficiently: %s. Check the server configuration to ensure that all associated backends are properly configured for these types of searches 766 */ 767 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_EXACTMAP_INEFFICIENT_SEARCH = 768 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_EXACTMAP_INEFFICIENT_SEARCH_307", 307); 769 770 /** 771 * An internal failure occurred while attempting to resolve ID string %s to a user entry: %s 772 */ 773 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_EXACTMAP_SEARCH_FAILED = 774 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_EXACTMAP_SEARCH_FAILED_308", 308); 775 776 /** 777 * An error occurred while attempting to map username %s to a Directory Server entry: %s 778 */ 779 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASLCRAMMD5_CANNOT_MAP_USERNAME = 780 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLCRAMMD5_CANNOT_MAP_USERNAME_313", 313); 781 782 /** 783 * An error occurred while attempting to map username %s to a Directory Server entry: %s 784 */ 785 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASLDIGESTMD5_CANNOT_MAP_USERNAME = 786 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLDIGESTMD5_CANNOT_MAP_USERNAME_319", 319); 787 788 /** 789 * An error occurred while attempting to map username %s to a Directory Server entry: %s 790 */ 791 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASLPLAIN_CANNOT_MAP_USERNAME = 792 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLPLAIN_CANNOT_MAP_USERNAME_325", 325); 793 794 /** 795 * Unable to process the cancel request because the extended operation did not include a request value 796 */ 797 public static final LocalizableMessageDescriptor.Arg0 ERR_EXTOP_CANCEL_NO_REQUEST_VALUE = 798 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_CANCEL_NO_REQUEST_VALUE_327", 327); 799 800 /** 801 * An error occurred while attempting to decode the value of the cancel extended request: %s 802 */ 803 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXTOP_CANCEL_CANNOT_DECODE_REQUEST_VALUE = 804 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_CANCEL_CANNOT_DECODE_REQUEST_VALUE_328", 328); 805 806 /** 807 * Processing on this operation was terminated as a result of receiving a cancel request (message ID %d) 808 */ 809 public static final LocalizableMessageDescriptor.Arg1<Number> INFO_EXTOP_CANCEL_REASON = 810 new LocalizableMessageDescriptor.Arg1<Number>(ExtensionMessages.class, RESOURCE, "INFO_EXTOP_CANCEL_REASON_329", 329); 811 812 /** 813 * Password storage scheme %s does not support use with the authentication password attribute syntax 814 */ 815 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PWSCHEME_DOES_NOT_SUPPORT_AUTH_PASSWORD = 816 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_PWSCHEME_DOES_NOT_SUPPORT_AUTH_PASSWORD_330", 330); 817 818 /** 819 * The configured minimum password length of %d characters is greater than the configured maximum password length of %d 820 */ 821 public static final LocalizableMessageDescriptor.Arg2<Number, Number> ERR_PWLENGTHVALIDATOR_MIN_GREATER_THAN_MAX = 822 new LocalizableMessageDescriptor.Arg2<Number, Number>(ExtensionMessages.class, RESOURCE, "ERR_PWLENGTHVALIDATOR_MIN_GREATER_THAN_MAX_335", 335); 823 824 /** 825 * The provided password is shorter than the minimum required length of %d characters 826 */ 827 public static final LocalizableMessageDescriptor.Arg1<Number> ERR_PWLENGTHVALIDATOR_TOO_SHORT = 828 new LocalizableMessageDescriptor.Arg1<Number>(ExtensionMessages.class, RESOURCE, "ERR_PWLENGTHVALIDATOR_TOO_SHORT_336", 336); 829 830 /** 831 * The provided password is longer than the maximum allowed length of %d characters 832 */ 833 public static final LocalizableMessageDescriptor.Arg1<Number> ERR_PWLENGTHVALIDATOR_TOO_LONG = 834 new LocalizableMessageDescriptor.Arg1<Number>(ExtensionMessages.class, RESOURCE, "ERR_PWLENGTHVALIDATOR_TOO_LONG_337", 337); 835 836 /** 837 * Configuration entry "%s" does not contain attribute ds-cfg-password-character-set which specifies the sets of characters that should be used when generating the password. This is a required attribute 838 */ 839 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RANDOMPWGEN_NO_CHARSETS = 840 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_RANDOMPWGEN_NO_CHARSETS_341", 341); 841 842 /** 843 * Configuration entry "%s" contains multiple definitions for the %s character set 844 */ 845 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_RANDOMPWGEN_CHARSET_NAME_CONFLICT = 846 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_RANDOMPWGEN_CHARSET_NAME_CONFLICT_342", 342); 847 848 /** 849 * An error occurred while attempting to decode the value(s) of the configuration attribute ds-cfg-password-character-set, which is used to hold the character set(s) for use in generating the password: %s 850 */ 851 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RANDOMPWGEN_CANNOT_DETERMINE_CHARSETS = 852 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_RANDOMPWGEN_CANNOT_DETERMINE_CHARSETS_343", 343); 853 854 /** 855 * The password format string "%s" references an undefined character set "%s" 856 */ 857 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_RANDOMPWGEN_UNKNOWN_CHARSET = 858 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_RANDOMPWGEN_UNKNOWN_CHARSET_346", 346); 859 860 /** 861 * The password format string "%s" contains an invalid syntax. This value should be a comma-delimited sequence of elements, where each element is the name of a character set followed by a colon and the number of characters to choose at random from that character set 862 */ 863 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RANDOMPWGEN_INVALID_PWFORMAT = 864 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_RANDOMPWGEN_INVALID_PWFORMAT_347", 347); 865 866 /** 867 * An error occurred while attempting to decode the value for configuration attribute ds-cfg-password-format, which is used to specify the format for the generated passwords: %s 868 */ 869 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_RANDOMPWGEN_CANNOT_DETERMINE_PWFORMAT = 870 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_RANDOMPWGEN_CANNOT_DETERMINE_PWFORMAT_348", 348); 871 872 /** 873 * An error occurred while attempting to get the password policy for user %s: %s 874 */ 875 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_EXTOP_PASSMOD_CANNOT_GET_PW_POLICY = 876 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_CANNOT_GET_PW_POLICY_354", 354); 877 878 /** 879 * The current password must be provided for self password changes 880 */ 881 public static final LocalizableMessageDescriptor.Arg0 ERR_EXTOP_PASSMOD_REQUIRE_CURRENT_PW = 882 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_REQUIRE_CURRENT_PW_355", 355); 883 884 /** 885 * Password modify operations that supply the user's current password must be performed over a secure communication channel 886 */ 887 public static final LocalizableMessageDescriptor.Arg0 ERR_EXTOP_PASSMOD_SECURE_AUTH_REQUIRED = 888 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_SECURE_AUTH_REQUIRED_356", 356); 889 890 /** 891 * End users are not allowed to change their passwords 892 */ 893 public static final LocalizableMessageDescriptor.Arg0 ERR_EXTOP_PASSMOD_USER_PW_CHANGES_NOT_ALLOWED = 894 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_USER_PW_CHANGES_NOT_ALLOWED_357", 357); 895 896 /** 897 * Password changes must be performed over a secure communication channel 898 */ 899 public static final LocalizableMessageDescriptor.Arg0 ERR_EXTOP_PASSMOD_SECURE_CHANGES_REQUIRED = 900 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_SECURE_CHANGES_REQUIRED_358", 358); 901 902 /** 903 * The password cannot be changed because the previous password change was too recent 904 */ 905 public static final LocalizableMessageDescriptor.Arg0 ERR_EXTOP_PASSMOD_IN_MIN_AGE = 906 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_IN_MIN_AGE_359", 359); 907 908 /** 909 * The password cannot be changed because it is expired 910 */ 911 public static final LocalizableMessageDescriptor.Arg0 ERR_EXTOP_PASSMOD_PASSWORD_IS_EXPIRED = 912 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_PASSWORD_IS_EXPIRED_360", 360); 913 914 /** 915 * No new password was provided, and no password generator has been defined that may be used to automatically create a new password 916 */ 917 public static final LocalizableMessageDescriptor.Arg0 ERR_EXTOP_PASSMOD_NO_PW_GENERATOR = 918 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_NO_PW_GENERATOR_361", 361); 919 920 /** 921 * An error occurred while attempting to create a new password using the password generator: %s 922 */ 923 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXTOP_PASSMOD_CANNOT_GENERATE_PW = 924 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_CANNOT_GENERATE_PW_362", 362); 925 926 /** 927 * The password policy does not allow users to supply pre-encoded passwords 928 */ 929 public static final LocalizableMessageDescriptor.Arg0 ERR_EXTOP_PASSMOD_PRE_ENCODED_NOT_ALLOWED = 930 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_PRE_ENCODED_NOT_ALLOWED_363", 363); 931 932 /** 933 * The provided new password failed the validation checks defined in the server: %s 934 */ 935 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXTOP_PASSMOD_UNACCEPTABLE_PW = 936 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_UNACCEPTABLE_PW_364", 364); 937 938 /** 939 * Unable to encode the provided password using the default scheme(s): %s 940 */ 941 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXTOP_PASSMOD_CANNOT_ENCODE_PASSWORD = 942 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_CANNOT_ENCODE_PASSWORD_365", 365); 943 944 /** 945 * The identity mapper with configuration entry DN %s as specified for use with the password modify extended operation defined in entry %s either does not exist or is not enabled. The identity mapper is a required component, and the password modify extended operation will not be enabled 946 */ 947 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_EXTOP_PASSMOD_NO_SUCH_ID_MAPPER = 948 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_NO_SUCH_ID_MAPPER_368", 368); 949 950 /** 951 * An error occurred while attempting to determine the identity mapper to use in conjunction with the password modify extended operation defined in configuration entry %s: %s. The password modify extended operation will not be enabled for use in the server 952 */ 953 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_EXTOP_PASSMOD_CANNOT_DETERMINE_ID_MAPPER = 954 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_CANNOT_DETERMINE_ID_MAPPER_369", 369); 955 956 /** 957 * The provided authorization ID string "%s" could not be mapped to any user in the directory 958 */ 959 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXTOP_PASSMOD_CANNOT_MAP_USER = 960 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_CANNOT_MAP_USER_370", 370); 961 962 /** 963 * An error occurred while attempting to map authorization ID string "%s" to a user entry: %s 964 */ 965 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_EXTOP_PASSMOD_ERROR_MAPPING_USER = 966 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_ERROR_MAPPING_USER_371", 371); 967 968 /** 969 * Account-Status-Notification type='%s' userdn='%s' id=%d msg='%s' 970 */ 971 public static final LocalizableMessageDescriptor.Arg4<Object, Object, Number, Object> NOTE_ERRORLOG_ACCTNOTHANDLER_NOTIFICATION = 972 new LocalizableMessageDescriptor.Arg4<Object, Object, Number, Object>(ExtensionMessages.class, RESOURCE, "NOTE_ERRORLOG_ACCTNOTHANDLER_NOTIFICATION_375", 375); 973 974 /** 975 * An error occurred while attempting to retrieve the clear-text password(s) for user %s in order to perform SASL CRAM-MD5 authentication: %s 976 */ 977 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASLCRAMMD5_CANNOT_GET_REVERSIBLE_PASSWORDS = 978 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLCRAMMD5_CANNOT_GET_REVERSIBLE_PASSWORDS_377", 377); 979 980 /** 981 * An error occurred while attempting to verify the password for user %s during SASL PLAIN authentication: %s 982 */ 983 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASLPLAIN_CANNOT_CHECK_PASSWORD_VALIDITY = 984 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLPLAIN_CANNOT_CHECK_PASSWORD_VALIDITY_378", 378); 985 986 /** 987 * The password modify operation was not actually performed in the Directory Server because the LDAP no-op control was present in the request 988 */ 989 public static final LocalizableMessageDescriptor.Arg0 WARN_EXTOP_PASSMOD_NOOP = 990 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "WARN_EXTOP_PASSMOD_NOOP_380", 380); 991 992 /** 993 * The user account has been administratively disabled 994 */ 995 public static final LocalizableMessageDescriptor.Arg0 ERR_EXTOP_PASSMOD_ACCOUNT_DISABLED = 996 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_ACCOUNT_DISABLED_381", 381); 997 998 /** 999 * The user account is locked 1000 */ 1001 public static final LocalizableMessageDescriptor.Arg0 ERR_EXTOP_PASSMOD_ACCOUNT_LOCKED = 1002 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_ACCOUNT_LOCKED_382", 382); 1003 1004 /** 1005 * Unable to examine entry %s as a potential member of static group %s because that entry does not exist in the Directory Server 1006 */ 1007 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_STATICMEMBERS_NO_SUCH_ENTRY = 1008 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_STATICMEMBERS_NO_SUCH_ENTRY_383", 383); 1009 1010 /** 1011 * An error occurred while attempting to retrieve entry %s as a potential member of static group %s: %s 1012 */ 1013 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_STATICMEMBERS_CANNOT_GET_ENTRY = 1014 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_STATICMEMBERS_CANNOT_GET_ENTRY_384", 384); 1015 1016 /** 1017 * Entry %s cannot be parsed as a valid static group because static groups are not allowed to have both the %s and %s object classes 1018 */ 1019 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_STATICGROUP_INVALID_OC_COMBINATION = 1020 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_STATICGROUP_INVALID_OC_COMBINATION_385", 385); 1021 1022 /** 1023 * Entry %s cannot be parsed as a valid static group because it does not contain exactly one of the %s or the %s object classes 1024 */ 1025 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_STATICGROUP_NO_VALID_OC = 1026 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_STATICGROUP_NO_VALID_OC_386", 386); 1027 1028 /** 1029 * Value %s for attribute %s in entry %s cannot be parsed as a valid DN: %s. It will be excluded from the set of group members 1030 */ 1031 public static final LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object> ERR_STATICGROUP_CANNOT_DECODE_MEMBER_VALUE_AS_DN = 1032 new LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_STATICGROUP_CANNOT_DECODE_MEMBER_VALUE_AS_DN_387", 387); 1033 1034 /** 1035 * Cannot add user %s as a new member of static group %s because that user is already in the member list for the group 1036 */ 1037 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_STATICGROUP_ADD_MEMBER_ALREADY_EXISTS = 1038 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_STATICGROUP_ADD_MEMBER_ALREADY_EXISTS_388", 388); 1039 1040 /** 1041 * Cannot remove user %s as a member of static group %s because that user is not included in the member list for the group 1042 */ 1043 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_STATICGROUP_REMOVE_MEMBER_NO_SUCH_MEMBER = 1044 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_STATICGROUP_REMOVE_MEMBER_NO_SUCH_MEMBER_389", 389); 1045 1046 /** 1047 * Cannot add user %s as a new member of static group %s because an error occurred while attempting to perform an internal modification to update the group: %s 1048 */ 1049 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_STATICGROUP_ADD_MEMBER_UPDATE_FAILED = 1050 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_STATICGROUP_ADD_MEMBER_UPDATE_FAILED_390", 390); 1051 1052 /** 1053 * Cannot remove user %s as a member of static group %s because an error occurred while attempting to perform an internal modification to update the group: %s 1054 */ 1055 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_STATICGROUP_REMOVE_MEMBER_UPDATE_FAILED = 1056 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_STATICGROUP_REMOVE_MEMBER_UPDATE_FAILED_391", 391); 1057 1058 /** 1059 * You do not have sufficient privileges to perform password reset operations 1060 */ 1061 public static final LocalizableMessageDescriptor.Arg0 ERR_EXTOP_PASSMOD_INSUFFICIENT_PRIVILEGES = 1062 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_INSUFFICIENT_PRIVILEGES_392", 392); 1063 1064 /** 1065 * The provided authorization ID was empty, which is not allowed for DIGEST-MD5 authentication 1066 */ 1067 public static final LocalizableMessageDescriptor.Arg0 ERR_SASLDIGESTMD5_EMPTY_AUTHZID = 1068 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SASLDIGESTMD5_EMPTY_AUTHZID_393", 393); 1069 1070 /** 1071 * The provided authorization ID %s contained an invalid DN: %s 1072 */ 1073 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASLPLAIN_AUTHZID_INVALID_DN = 1074 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLPLAIN_AUTHZID_INVALID_DN_400", 400); 1075 1076 /** 1077 * The authenticating user %s does not have sufficient privileges to specify an alternate authorization ID 1078 */ 1079 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASLPLAIN_AUTHZID_INSUFFICIENT_PRIVILEGES = 1080 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLPLAIN_AUTHZID_INSUFFICIENT_PRIVILEGES_401", 401); 1081 1082 /** 1083 * The entry corresponding to authorization DN %s does not exist in the Directory Server 1084 */ 1085 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASLPLAIN_AUTHZID_NO_SUCH_ENTRY = 1086 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLPLAIN_AUTHZID_NO_SUCH_ENTRY_402", 402); 1087 1088 /** 1089 * An error occurred while attempting to retrieve entry %s specified as the authorization ID: %s 1090 */ 1091 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASLPLAIN_AUTHZID_CANNOT_GET_ENTRY = 1092 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLPLAIN_AUTHZID_CANNOT_GET_ENTRY_403", 403); 1093 1094 /** 1095 * No entry corresponding to authorization ID %s was found in the server 1096 */ 1097 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASLPLAIN_AUTHZID_NO_MAPPED_ENTRY = 1098 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLPLAIN_AUTHZID_NO_MAPPED_ENTRY_404", 404); 1099 1100 /** 1101 * An error occurred while attempting to map authorization ID %s to a user entry: %s 1102 */ 1103 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASLPLAIN_AUTHZID_CANNOT_MAP_AUTHZID = 1104 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASLPLAIN_AUTHZID_CANNOT_MAP_AUTHZID_405", 405); 1105 1106 /** 1107 * Could not map the provided certificate chain to a user entry because no peer certificate was available 1108 */ 1109 public static final LocalizableMessageDescriptor.Arg0 ERR_SDTUACM_NO_PEER_CERTIFICATE = 1110 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SDTUACM_NO_PEER_CERTIFICATE_417", 417); 1111 1112 /** 1113 * Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s) 1114 */ 1115 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SDTUACM_PEER_CERT_NOT_X509 = 1116 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SDTUACM_PEER_CERT_NOT_X509_418", 418); 1117 1118 /** 1119 * The certificate with subject %s could not be mapped to exactly one user. It maps to both %s and %s 1120 */ 1121 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SDTUACM_MULTIPLE_MATCHING_ENTRIES = 1122 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SDTUACM_MULTIPLE_MATCHING_ENTRIES_419", 419); 1123 1124 /** 1125 * Configuration entry %s has value '%s' which violates the format required for attribute mappings. The expected format is 'certattr:userattr' 1126 */ 1127 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SATUACM_INVALID_MAP_FORMAT = 1128 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SATUACM_INVALID_MAP_FORMAT_422", 422); 1129 1130 /** 1131 * Configuration entry %s contains multiple mappings for certificate attribute %s 1132 */ 1133 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SATUACM_DUPLICATE_CERT_ATTR = 1134 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SATUACM_DUPLICATE_CERT_ATTR_423", 423); 1135 1136 /** 1137 * Mapping %s in configuration entry %s references attribute %s which is not defined in the server schema 1138 */ 1139 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SATUACM_NO_SUCH_ATTR = 1140 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SATUACM_NO_SUCH_ATTR_424", 424); 1141 1142 /** 1143 * Configuration entry %s contains multiple mappings for user attribute %s 1144 */ 1145 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SATUACM_DUPLICATE_USER_ATTR = 1146 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SATUACM_DUPLICATE_USER_ATTR_425", 425); 1147 1148 /** 1149 * Could not map the provided certificate chain to a user entry because no peer certificate was available 1150 */ 1151 public static final LocalizableMessageDescriptor.Arg0 ERR_SATUACM_NO_PEER_CERTIFICATE = 1152 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SATUACM_NO_PEER_CERTIFICATE_429", 429); 1153 1154 /** 1155 * Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s) 1156 */ 1157 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SATUACM_PEER_CERT_NOT_X509 = 1158 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SATUACM_PEER_CERT_NOT_X509_430", 430); 1159 1160 /** 1161 * Unable to decode peer certificate subject %s as a DN: %s 1162 */ 1163 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SATUACM_CANNOT_DECODE_SUBJECT_AS_DN = 1164 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SATUACM_CANNOT_DECODE_SUBJECT_AS_DN_431", 431); 1165 1166 /** 1167 * Peer certificate subject %s does not contain any attributes for which a mapping has been established 1168 */ 1169 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SATUACM_NO_MAPPABLE_ATTRIBUTES = 1170 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SATUACM_NO_MAPPABLE_ATTRIBUTES_432", 432); 1171 1172 /** 1173 * The certificate with subject %s could not be mapped to exactly one user. It maps to both %s and %s 1174 */ 1175 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SATUACM_MULTIPLE_MATCHING_ENTRIES = 1176 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SATUACM_MULTIPLE_MATCHING_ENTRIES_433", 433); 1177 1178 /** 1179 * Could not map the provided certificate chain to a user entry because no peer certificate was available 1180 */ 1181 public static final LocalizableMessageDescriptor.Arg0 ERR_FCM_NO_PEER_CERTIFICATE = 1182 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_FCM_NO_PEER_CERTIFICATE_443", 443); 1183 1184 /** 1185 * Could not map the provided certificate chain to a user because the peer certificate was not an X.509 certificate (peer certificate format was %s) 1186 */ 1187 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FCM_PEER_CERT_NOT_X509 = 1188 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_FCM_PEER_CERT_NOT_X509_444", 444); 1189 1190 /** 1191 * An error occurred while attempting to calculate the fingerprint for the peer certificate with subject %s: %s 1192 */ 1193 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FCM_CANNOT_CALCULATE_FINGERPRINT = 1194 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FCM_CANNOT_CALCULATE_FINGERPRINT_445", 445); 1195 1196 /** 1197 * The certificate with fingerprint %s could not be mapped to exactly one user. It maps to both %s and %s 1198 */ 1199 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_FCM_MULTIPLE_MATCHING_ENTRIES = 1200 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FCM_MULTIPLE_MATCHING_ENTRIES_446", 446); 1201 1202 /** 1203 * Unable to decode value "%s" in entry "%s" as an LDAP URL: %s 1204 */ 1205 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_DYNAMICGROUP_CANNOT_DECODE_MEMBERURL = 1206 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_DYNAMICGROUP_CANNOT_DECODE_MEMBERURL_447", 447); 1207 1208 /** 1209 * Dynamic groups do not support nested groups 1210 */ 1211 public static final LocalizableMessageDescriptor.Arg0 ERR_DYNAMICGROUP_NESTING_NOT_SUPPORTED = 1212 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_DYNAMICGROUP_NESTING_NOT_SUPPORTED_448", 448); 1213 1214 /** 1215 * Dynamic groups do not support explicitly altering their membership 1216 */ 1217 public static final LocalizableMessageDescriptor.Arg0 ERR_DYNAMICGROUP_ALTERING_MEMBERS_NOT_SUPPORTED = 1218 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_DYNAMICGROUP_ALTERING_MEMBERS_NOT_SUPPORTED_449", 449); 1219 1220 /** 1221 * Base DN %s specified in dynamic group %s does not exist in the server 1222 */ 1223 public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_DYNAMICGROUP_NONEXISTENT_BASE_DN = 1224 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "WARN_DYNAMICGROUP_NONEXISTENT_BASE_DN_450", 450); 1225 1226 /** 1227 * An error occurred while attempting perform an internal search with base DN %s and filter %s to resolve the member list for dynamic group %s: result code %s, error message %s 1228 */ 1229 public static final LocalizableMessageDescriptor.Arg5<Object, Object, Object, Object, Object> ERR_DYNAMICGROUP_INTERNAL_SEARCH_FAILED = 1230 new LocalizableMessageDescriptor.Arg5<Object, Object, Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_DYNAMICGROUP_INTERNAL_SEARCH_FAILED_451", 451); 1231 1232 /** 1233 * The server encountered a timeout while attempting to add user %s to the member list for dynamic group %s 1234 */ 1235 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DYNAMICGROUP_CANNOT_RETURN_ENTRY = 1236 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_DYNAMICGROUP_CANNOT_RETURN_ENTRY_452", 452); 1237 1238 /** 1239 * The provided password differs less than the minimum required difference of %d characters 1240 */ 1241 public static final LocalizableMessageDescriptor.Arg1<Number> ERR_PWDIFFERENCEVALIDATOR_TOO_SMALL = 1242 new LocalizableMessageDescriptor.Arg1<Number>(ExtensionMessages.class, RESOURCE, "ERR_PWDIFFERENCEVALIDATOR_TOO_SMALL_456", 456); 1243 1244 /** 1245 * The provided password contained too many instances of the same character appearing consecutively. The maximum number of times the same character may appear consecutively in a password is %d 1246 */ 1247 public static final LocalizableMessageDescriptor.Arg1<Number> ERR_REPEATEDCHARS_VALIDATOR_TOO_MANY_CONSECUTIVE = 1248 new LocalizableMessageDescriptor.Arg1<Number>(ExtensionMessages.class, RESOURCE, "ERR_REPEATEDCHARS_VALIDATOR_TOO_MANY_CONSECUTIVE_457", 457); 1249 1250 /** 1251 * The provided password does not contain enough unique characters. The minimum number of unique characters that may appear in a user password is %d 1252 */ 1253 public static final LocalizableMessageDescriptor.Arg1<Number> ERR_UNIQUECHARS_VALIDATOR_NOT_ENOUGH_UNIQUE_CHARS = 1254 new LocalizableMessageDescriptor.Arg1<Number>(ExtensionMessages.class, RESOURCE, "ERR_UNIQUECHARS_VALIDATOR_NOT_ENOUGH_UNIQUE_CHARS_458", 458); 1255 1256 /** 1257 * The %s attribute is not searchable and should not be included in otherwise unindexed search filters 1258 */ 1259 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_VATTR_NOT_SEARCHABLE = 1260 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_VATTR_NOT_SEARCHABLE_459", 459); 1261 1262 /** 1263 * The provided password contained a word from the server's dictionary 1264 */ 1265 public static final LocalizableMessageDescriptor.Arg0 ERR_DICTIONARY_VALIDATOR_PASSWORD_IN_DICTIONARY = 1266 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_DICTIONARY_VALIDATOR_PASSWORD_IN_DICTIONARY_460", 460); 1267 1268 /** 1269 * The specified dictionary file %s does not exist 1270 */ 1271 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_DICTIONARY_VALIDATOR_NO_SUCH_FILE = 1272 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_DICTIONARY_VALIDATOR_NO_SUCH_FILE_461", 461); 1273 1274 /** 1275 * An error occurred while attempting to load the dictionary from file %s: %s 1276 */ 1277 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_DICTIONARY_VALIDATOR_CANNOT_READ_FILE = 1278 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_DICTIONARY_VALIDATOR_CANNOT_READ_FILE_462", 462); 1279 1280 /** 1281 * The provided password was found in another attribute in the user entry 1282 */ 1283 public static final LocalizableMessageDescriptor.Arg0 ERR_ATTRVALUE_VALIDATOR_PASSWORD_IN_ENTRY = 1284 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_ATTRVALUE_VALIDATOR_PASSWORD_IN_ENTRY_463", 463); 1285 1286 /** 1287 * The provided password contained character '%s' which is not allowed for use in passwords 1288 */ 1289 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHARSET_VALIDATOR_ILLEGAL_CHARACTER = 1290 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_CHARSET_VALIDATOR_ILLEGAL_CHARACTER_464", 464); 1291 1292 /** 1293 * The provided password did not contain enough characters from the character set '%s'. The minimum number of characters from that set that must be present in user passwords is %d 1294 */ 1295 public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_CHARSET_VALIDATOR_TOO_FEW_CHARS_FROM_SET = 1296 new LocalizableMessageDescriptor.Arg2<Object, Number>(ExtensionMessages.class, RESOURCE, "ERR_CHARSET_VALIDATOR_TOO_FEW_CHARS_FROM_SET_465", 465); 1297 1298 /** 1299 * The provided character set definition '%s' is invalid because it does not contain a colon to separate the minimum count from the character set 1300 */ 1301 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHARSET_VALIDATOR_NO_SET_COLON = 1302 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_CHARSET_VALIDATOR_NO_SET_COLON_466", 466); 1303 1304 /** 1305 * The provided character set definition '%s' is invalid because the provided character set is empty 1306 */ 1307 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHARSET_VALIDATOR_NO_SET_CHARS = 1308 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_CHARSET_VALIDATOR_NO_SET_CHARS_467", 467); 1309 1310 /** 1311 * The provided character set definition '%s' is invalid because the value before the colon must be an integer greater or equal to zero 1312 */ 1313 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHARSET_VALIDATOR_INVALID_SET_COUNT = 1314 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_CHARSET_VALIDATOR_INVALID_SET_COUNT_468", 468); 1315 1316 /** 1317 * The provided character set definition '%s' is invalid because it contains character '%s' which has already been used 1318 */ 1319 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CHARSET_VALIDATOR_DUPLICATE_CHAR = 1320 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_CHARSET_VALIDATOR_DUPLICATE_CHAR_469", 469); 1321 1322 /** 1323 * The virtual static group defined in entry %s contains multiple target group DNs, but only one is allowed 1324 */ 1325 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_VIRTUAL_STATIC_GROUP_MULTIPLE_TARGETS = 1326 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_VIRTUAL_STATIC_GROUP_MULTIPLE_TARGETS_470", 470); 1327 1328 /** 1329 * Unable to decode "%s" as the target DN for group %s: %s 1330 */ 1331 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_VIRTUAL_STATIC_GROUP_CANNOT_DECODE_TARGET = 1332 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_VIRTUAL_STATIC_GROUP_CANNOT_DECODE_TARGET_471", 471); 1333 1334 /** 1335 * The virtual static group defined in entry %s does not contain a target group definition 1336 */ 1337 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_VIRTUAL_STATIC_GROUP_NO_TARGET = 1338 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_472", 472); 1339 1340 /** 1341 * Virtual static groups do not support nesting 1342 */ 1343 public static final LocalizableMessageDescriptor.Arg0 ERR_VIRTUAL_STATIC_GROUP_NESTING_NOT_SUPPORTED = 1344 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_VIRTUAL_STATIC_GROUP_NESTING_NOT_SUPPORTED_473", 473); 1345 1346 /** 1347 * Target group %s referenced by virtual static group %s does not exist 1348 */ 1349 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_GROUP = 1350 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_VIRTUAL_STATIC_GROUP_NO_TARGET_GROUP_474", 474); 1351 1352 /** 1353 * Altering membership for virtual static group %s is not allowed 1354 */ 1355 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_VIRTUAL_STATIC_GROUP_ALTERING_MEMBERS_NOT_SUPPORTED = 1356 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_VIRTUAL_STATIC_GROUP_ALTERING_MEMBERS_NOT_SUPPORTED_475", 475); 1357 1358 /** 1359 * Virtual static group %s references target group %s which is itself a virtual static group. One virtual static group is not allowed to reference another as its target group 1360 */ 1361 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_VIRTUAL_STATIC_GROUP_TARGET_CANNOT_BE_VIRTUAL = 1362 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_VIRTUAL_STATIC_GROUP_TARGET_CANNOT_BE_VIRTUAL_476", 476); 1363 1364 /** 1365 * Staring persistent entry cache state restoration, this may take awhile 1366 */ 1367 public static final LocalizableMessageDescriptor.Arg0 NOTE_FSCACHE_RESTORE = 1368 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "NOTE_FSCACHE_RESTORE_484", 484); 1369 1370 /** 1371 * Making the entry cache state persistent, this may take awhile 1372 */ 1373 public static final LocalizableMessageDescriptor.Arg0 NOTE_FSCACHE_SAVE = 1374 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "NOTE_FSCACHE_SAVE_485", 485); 1375 1376 /** 1377 * A fatal error occurred while trying to initialize file system entry cache: %s 1378 */ 1379 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FSCACHE_CANNOT_INITIALIZE = 1380 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_FSCACHE_CANNOT_INITIALIZE_486", 486); 1381 1382 /** 1383 * An error occurred while trying to load persistent cache. Persistent cache will be flushed now 1384 */ 1385 public static final LocalizableMessageDescriptor.Arg0 ERR_FSCACHE_CANNOT_LOAD_PERSISTENT_DATA = 1386 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_FSCACHE_CANNOT_LOAD_PERSISTENT_DATA_487", 487); 1387 1388 /** 1389 * An error occurred while trying to store persistent cache. Persistent cache will be flushed now 1390 */ 1391 public static final LocalizableMessageDescriptor.Arg0 ERR_FSCACHE_CANNOT_STORE_PERSISTENT_DATA = 1392 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_FSCACHE_CANNOT_STORE_PERSISTENT_DATA_488", 488); 1393 1394 /** 1395 * Unable to store new cache entry in the file system entry cache 1396 */ 1397 public static final LocalizableMessageDescriptor.Arg0 ERR_FSCACHE_CANNOT_STORE_ENTRY = 1398 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_FSCACHE_CANNOT_STORE_ENTRY_489", 489); 1399 1400 /** 1401 * Unable to retrieve an existing cache entry from the file system entry cache 1402 */ 1403 public static final LocalizableMessageDescriptor.Arg0 ERR_FSCACHE_CANNOT_RETRIEVE_ENTRY = 1404 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_FSCACHE_CANNOT_RETRIEVE_ENTRY_490", 490); 1405 1406 /** 1407 * Internal error occurred while trying to set the entry cache backend internal cache size as percentage. The previous or default value will be used instead 1408 */ 1409 public static final LocalizableMessageDescriptor.Arg0 ERR_FSCACHE_CANNOT_SET_JE_MEMORY_PCT = 1410 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_FSCACHE_CANNOT_SET_JE_MEMORY_PCT_491", 491); 1411 1412 /** 1413 * Internal error occurred while trying to set the entry cache backend internal cache size in bytes. The previous or default value will be used instead 1414 */ 1415 public static final LocalizableMessageDescriptor.Arg0 ERR_FSCACHE_CANNOT_SET_JE_MEMORY_SIZE = 1416 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_FSCACHE_CANNOT_SET_JE_MEMORY_SIZE_492", 492); 1417 1418 /** 1419 * Internal error occurred while trying to set the entry cache backend Berkeley DB JE properties: %s 1420 */ 1421 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FSCACHE_CANNOT_SET_JE_PROPERTIES = 1422 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_FSCACHE_CANNOT_SET_JE_PROPERTIES_493", 493); 1423 1424 /** 1425 * A fatal error occurred while trying to setup file system entry cache home. No suitable path can be found to host the cache home 1426 */ 1427 public static final LocalizableMessageDescriptor.Arg0 ERR_FSCACHE_HOMELESS = 1428 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_FSCACHE_HOMELESS_494", 494); 1429 1430 /** 1431 * Unable to set file permissions for the file system entry cache backend database directory %s 1432 */ 1433 public static final LocalizableMessageDescriptor.Arg1<Object> WARN_FSCACHE_SET_PERMISSIONS_FAILED = 1434 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "WARN_FSCACHE_SET_PERMISSIONS_FAILED_495", 495); 1435 1436 /** 1437 * %s backend current offline state does not match persistent cache last recorded offline state. All cached data for this backend is now discarded 1438 */ 1439 public static final LocalizableMessageDescriptor.Arg1<Object> WARN_FSCACHE_OFFLINE_STATE_FAIL = 1440 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "WARN_FSCACHE_OFFLINE_STATE_FAIL_496", 496); 1441 1442 /** 1443 * Restored %d persistent cache entries into the entry cache 1444 */ 1445 public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_FSCACHE_RESTORE_REPORT = 1446 new LocalizableMessageDescriptor.Arg1<Number>(ExtensionMessages.class, RESOURCE, "NOTE_FSCACHE_RESTORE_REPORT_497", 497); 1447 1448 /** 1449 * Made persistent %d cache entries 1450 */ 1451 public static final LocalizableMessageDescriptor.Arg1<Number> NOTE_FSCACHE_SAVE_REPORT = 1452 new LocalizableMessageDescriptor.Arg1<Number>(ExtensionMessages.class, RESOURCE, "NOTE_FSCACHE_SAVE_REPORT_498", 498); 1453 1454 /** 1455 * No previous persistent cache state can be found. Starting with an empty cache 1456 */ 1457 public static final LocalizableMessageDescriptor.Arg0 NOTE_FSCACHE_INDEX_NOT_FOUND = 1458 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "NOTE_FSCACHE_INDEX_NOT_FOUND_499", 499); 1459 1460 /** 1461 * The persistent cache index is inconsistent or damaged. Persistent cache will be flushed now 1462 */ 1463 public static final LocalizableMessageDescriptor.Arg0 ERR_FSCACHE_INDEX_IMPAIRED = 1464 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_FSCACHE_INDEX_IMPAIRED_500", 500); 1465 1466 /** 1467 * The %s attribute is not searchable and should not be included in otherwise unindexed search filters 1468 */ 1469 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ENTRYUUID_VATTR_NOT_SEARCHABLE = 1470 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_ENTRYUUID_VATTR_NOT_SEARCHABLE_501", 501); 1471 1472 /** 1473 * You do not have sufficient privileges to use the password policy state extended operation 1474 */ 1475 public static final LocalizableMessageDescriptor.Arg0 ERR_PWPSTATE_EXTOP_NO_PRIVILEGE = 1476 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_NO_PRIVILEGE_502", 502); 1477 1478 /** 1479 * The provided password policy state extended request did not include a request value 1480 */ 1481 public static final LocalizableMessageDescriptor.Arg0 ERR_PWPSTATE_EXTOP_NO_REQUEST_VALUE = 1482 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_NO_REQUEST_VALUE_503", 503); 1483 1484 /** 1485 * An unexpected error occurred while attempting to decode password policy state extended request value: %s 1486 */ 1487 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PWPSTATE_EXTOP_DECODE_FAILURE = 1488 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_DECODE_FAILURE_504", 504); 1489 1490 /** 1491 * Multiple entries were found with DN %s 1492 */ 1493 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PWPSTATE_EXTOP_MULTIPLE_ENTRIES = 1494 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_MULTIPLE_ENTRIES_505", 505); 1495 1496 /** 1497 * An unexpected error occurred while attempting to decode an operation from the password policy state extended request: %s 1498 */ 1499 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PWPSTATE_EXTOP_INVALID_OP_ENCODING = 1500 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_INVALID_OP_ENCODING_506", 506); 1501 1502 /** 1503 * No value was provided for the password policy state operation intended to set the disabled state for the user. Exactly one value (either 'true' or 'false') must be given 1504 */ 1505 public static final LocalizableMessageDescriptor.Arg0 ERR_PWPSTATE_EXTOP_NO_DISABLED_VALUE = 1506 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_NO_DISABLED_VALUE_507", 507); 1507 1508 /** 1509 * Multiple values were provided for the password policy state operation intended to set the disabled state for the user. Exactly one value (either 'true' or 'false') must be given 1510 */ 1511 public static final LocalizableMessageDescriptor.Arg0 ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_COUNT = 1512 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_COUNT_508", 508); 1513 1514 /** 1515 * The value provided for the password policy state operation intended to set the disabled state for the user was invalid. The value must be either 'true' or 'false' 1516 */ 1517 public static final LocalizableMessageDescriptor.Arg0 ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE = 1518 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_BAD_DISABLED_VALUE_509", 509); 1519 1520 /** 1521 * Multiple values were provided for the password policy state operation intended to set the account expiration time for the user. Exactly one value must be given 1522 */ 1523 public static final LocalizableMessageDescriptor.Arg0 ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_COUNT = 1524 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_COUNT_510", 510); 1525 1526 /** 1527 * The value %s provided for the password policy state operation used to set the account expiration time was invalid: %s. The value should be specified using the generalized time format 1528 */ 1529 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE = 1530 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_BAD_ACCT_EXP_VALUE_511", 511); 1531 1532 /** 1533 * Multiple values were provided for the password policy state operation intended to set the password changed time for the user. Exactly one value must be given 1534 */ 1535 public static final LocalizableMessageDescriptor.Arg0 ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_COUNT = 1536 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_COUNT_512", 512); 1537 1538 /** 1539 * The value %s provided for the password policy state operation used to set the password changed time was invalid: %s. The value should be specified using the generalized time format 1540 */ 1541 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE = 1542 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_BAD_PWCHANGETIME_VALUE_513", 513); 1543 1544 /** 1545 * Multiple values were provided for the password policy state operation intended to set the password warned time for the user. Exactly one value must be given 1546 */ 1547 public static final LocalizableMessageDescriptor.Arg0 ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_COUNT = 1548 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_COUNT_514", 514); 1549 1550 /** 1551 * The value %s provided for the password policy state operation used to set the password warned time was invalid: %s. The value should be specified using the generalized time format 1552 */ 1553 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE = 1554 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_BAD_PWWARNEDTIME_VALUE_515", 515); 1555 1556 /** 1557 * Multiple values were provided for the password policy state operation intended to add an authentication failure time for the user. Exactly one value must be given 1558 */ 1559 public static final LocalizableMessageDescriptor.Arg0 ERR_PWPSTATE_EXTOP_BAD_ADD_FAILURE_TIME_COUNT = 1560 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_BAD_ADD_FAILURE_TIME_COUNT_516", 516); 1561 1562 /** 1563 * The value %s provided for the password policy state operation used to update the authentication failure times was invalid: %s. The value should be specified using the generalized time format 1564 */ 1565 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PWPSTATE_EXTOP_BAD_AUTH_FAILURE_TIME = 1566 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_BAD_AUTH_FAILURE_TIME_517", 517); 1567 1568 /** 1569 * Multiple values were provided for the password policy state operation intended to set the last login time for the user. Exactly one value must be given 1570 */ 1571 public static final LocalizableMessageDescriptor.Arg0 ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_COUNT = 1572 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_COUNT_518", 518); 1573 1574 /** 1575 * The value %s provided for the password policy state operation used to set the last login time was invalid: %s. The value should be specified using the generalized time format 1576 */ 1577 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME = 1578 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_BAD_LAST_LOGIN_TIME_519", 519); 1579 1580 /** 1581 * No value was provided for the password policy state operation intended to set the reset state for the user. Exactly one value (either 'true' or 'false') must be given 1582 */ 1583 public static final LocalizableMessageDescriptor.Arg0 ERR_PWPSTATE_EXTOP_NO_RESET_STATE_VALUE = 1584 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_NO_RESET_STATE_VALUE_520", 520); 1585 1586 /** 1587 * Multiple values were provided for the password policy state operation intended to set the reset state for the user. Exactly one value (either 'true' or 'false') must be given 1588 */ 1589 public static final LocalizableMessageDescriptor.Arg0 ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_COUNT = 1590 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_COUNT_521", 521); 1591 1592 /** 1593 * The value provided for the password policy state operation intended to set the reset state for the user was invalid. The value must be either 'true' or 'false' 1594 */ 1595 public static final LocalizableMessageDescriptor.Arg0 ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE = 1596 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_BAD_RESET_STATE_VALUE_522", 522); 1597 1598 /** 1599 * Multiple values were provided for the password policy state operation intended to add a grace login use time for the user. Exactly one value must be given 1600 */ 1601 public static final LocalizableMessageDescriptor.Arg0 ERR_PWPSTATE_EXTOP_BAD_ADD_GRACE_LOGIN_TIME_COUNT = 1602 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_BAD_ADD_GRACE_LOGIN_TIME_COUNT_523", 523); 1603 1604 /** 1605 * The value %s provided for the password policy state operation used to update the grace login use times was invalid: %s. The value should be specified using the generalized time format 1606 */ 1607 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PWPSTATE_EXTOP_BAD_GRACE_LOGIN_TIME = 1608 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_BAD_GRACE_LOGIN_TIME_524", 524); 1609 1610 /** 1611 * Multiple values were provided for the password policy state operation intended to set the required change time for the user. Exactly one value must be given 1612 */ 1613 public static final LocalizableMessageDescriptor.Arg0 ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_COUNT = 1614 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_COUNT_525", 525); 1615 1616 /** 1617 * The value %s provided for the password policy state operation used to set the required change time was invalid: %s. The value should be specified using the generalized time format 1618 */ 1619 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME = 1620 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_BAD_REQUIRED_CHANGE_TIME_526", 526); 1621 1622 /** 1623 * The password policy state extended request included an operation with an invalid or unsupported operation type of %s 1624 */ 1625 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PWPSTATE_EXTOP_UNKNOWN_OP_TYPE = 1626 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_PWPSTATE_EXTOP_UNKNOWN_OP_TYPE_527", 527); 1627 1628 /** 1629 * An error occurred while attempting to update the password policy state information for user %s as part of a password modify extended operation (result code='%s', error message='%s') 1630 */ 1631 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> WARN_EXTOP_PASSMOD_CANNOT_UPDATE_PWP_STATE = 1632 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "WARN_EXTOP_PASSMOD_CANNOT_UPDATE_PWP_STATE_528", 528); 1633 1634 /** 1635 * The provided new password was already contained in the password history 1636 */ 1637 public static final LocalizableMessageDescriptor.Arg0 ERR_EXTOP_PASSMOD_PW_IN_HISTORY = 1638 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_PW_IN_HISTORY_530", 530); 1639 1640 /** 1641 * The Directory Server is not configured with any SMTP servers. The SMTP alert handler cannot be used unless the Directory Server is configured with information about at least one SMTP server 1642 */ 1643 public static final LocalizableMessageDescriptor.Arg0 ERR_SMTPALERTHANDLER_NO_SMTP_SERVERS = 1644 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_SMTPALERTHANDLER_NO_SMTP_SERVERS_531", 531); 1645 1646 /** 1647 * An error occurred when trying to send an e-mail message for administrative alert with type %s and message %s: %s 1648 */ 1649 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> WARN_SMTPALERTHANDLER_ERROR_SENDING_MESSAGE = 1650 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "WARN_SMTPALERTHANDLER_ERROR_SENDING_MESSAGE_532", 532); 1651 1652 /** 1653 * The provided match pattern "%s" could not be parsed as a regular expression: %s 1654 */ 1655 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_REGEXMAP_INVALID_MATCH_PATTERN = 1656 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_REGEXMAP_INVALID_MATCH_PATTERN_533", 533); 1657 1658 /** 1659 * The processed ID string %s mapped to multiple users 1660 */ 1661 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_REGEXMAP_MULTIPLE_MATCHING_ENTRIES = 1662 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_REGEXMAP_MULTIPLE_MATCHING_ENTRIES_535", 535); 1663 1664 /** 1665 * The internal search based on processed ID string %s could not be processed efficiently: %s. Check the server configuration to ensure that all associated backends are properly configured for these types of searches 1666 */ 1667 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_REGEXMAP_INEFFICIENT_SEARCH = 1668 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_REGEXMAP_INEFFICIENT_SEARCH_536", 536); 1669 1670 /** 1671 * An internal failure occurred while attempting to resolve processed ID string %s to a user entry: %s 1672 */ 1673 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_REGEXMAP_SEARCH_FAILED = 1674 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_REGEXMAP_SEARCH_FAILED_537", 537); 1675 1676 /** 1677 * Cannot add group %s as a new nested group of static group %s because that group is already in the nested group list for the group 1678 */ 1679 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_STATICGROUP_ADD_NESTED_GROUP_ALREADY_EXISTS = 1680 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_STATICGROUP_ADD_NESTED_GROUP_ALREADY_EXISTS_538", 538); 1681 1682 /** 1683 * Cannot remove group %s as a nested group of static group %s because that group is not included in the nested group list for the group 1684 */ 1685 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_STATICGROUP_REMOVE_NESTED_GROUP_NO_SUCH_GROUP = 1686 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_STATICGROUP_REMOVE_NESTED_GROUP_NO_SUCH_GROUP_539", 539); 1687 1688 /** 1689 * Group instance with DN %s has been deleted and is no longer valid 1690 */ 1691 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_STATICGROUP_GROUP_INSTANCE_INVALID = 1692 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_STATICGROUP_GROUP_INSTANCE_INVALID_540", 540); 1693 1694 /** 1695 * The %s attribute is not searchable and should not be included in otherwise unindexed search filters 1696 */ 1697 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_NUMSUBORDINATES_VATTR_NOT_SEARCHABLE = 1698 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_NUMSUBORDINATES_VATTR_NOT_SEARCHABLE_541", 541); 1699 1700 /** 1701 * The %s attribute is not searchable and should not be included in otherwise unindexed search filters 1702 */ 1703 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_HASSUBORDINATES_VATTR_NOT_SEARCHABLE = 1704 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_HASSUBORDINATES_VATTR_NOT_SEARCHABLE_542", 542); 1705 1706 /** 1707 * The SMTP account status notification handler defined in configuration entry %s cannot be enabled unless the Directory Server is with information about one or more SMTP servers 1708 */ 1709 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SMTP_ASNH_NO_MAIL_SERVERS_CONFIGURED = 1710 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SMTP_ASNH_NO_MAIL_SERVERS_CONFIGURED_543", 543); 1711 1712 /** 1713 * SMTP account status notification handler configuration entry '%s' does not include any email address attribute types or recipient addresses. At least one of these must be provided 1714 */ 1715 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SMTP_ASNH_NO_RECIPIENTS = 1716 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SMTP_ASNH_NO_RECIPIENTS_544", 544); 1717 1718 /** 1719 * Unable to parse message subject value '%s' from configuration entry '%s' because the value does not contain a colon to separate the notification type from the subject 1720 */ 1721 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SMTP_ASNH_SUBJECT_NO_COLON = 1722 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SMTP_ASNH_SUBJECT_NO_COLON_545", 545); 1723 1724 /** 1725 * Unable to parse message subject value '%s' from configuration entry '%s' because '%s' is not a valid account status notification type 1726 */ 1727 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SMTP_ASNH_SUBJECT_INVALID_NOTIFICATION_TYPE = 1728 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SMTP_ASNH_SUBJECT_INVALID_NOTIFICATION_TYPE_546", 546); 1729 1730 /** 1731 * The message subject definitions contained in configuration entry '%s' have multiple subjects defined for notification type %s 1732 */ 1733 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SMTP_ASNH_SUBJECT_DUPLICATE_TYPE = 1734 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SMTP_ASNH_SUBJECT_DUPLICATE_TYPE_547", 547); 1735 1736 /** 1737 * Unable to parse message template file path value '%s' from configuration entry '%s' because the value does not contain a colon to separate the notification type from the template file path 1738 */ 1739 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SMTP_ASNH_TEMPLATE_NO_COLON = 1740 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SMTP_ASNH_TEMPLATE_NO_COLON_548", 548); 1741 1742 /** 1743 * Unable to parse message template file path value '%s' from configuration entry '%s' because '%s' is not a valid account status notification type 1744 */ 1745 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SMTP_ASNH_TEMPLATE_INVALID_NOTIFICATION_TYPE = 1746 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SMTP_ASNH_TEMPLATE_INVALID_NOTIFICATION_TYPE_549", 549); 1747 1748 /** 1749 * The message template file path definitions contained in configuration entry '%s' have multiple template file paths defined for notification type %s 1750 */ 1751 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SMTP_ASNH_TEMPLATE_DUPLICATE_TYPE = 1752 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SMTP_ASNH_TEMPLATE_DUPLICATE_TYPE_550", 550); 1753 1754 /** 1755 * The message template file '%s' referenced in configuration entry '%s' does not exist 1756 */ 1757 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SMTP_ASNH_TEMPLATE_NO_SUCH_FILE = 1758 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SMTP_ASNH_TEMPLATE_NO_SUCH_FILE_551", 551); 1759 1760 /** 1761 * An unclosed token was found starting at column %d of line %d 1762 */ 1763 public static final LocalizableMessageDescriptor.Arg2<Number, Number> ERR_SMTP_ASNH_TEMPLATE_UNCLOSED_TOKEN = 1764 new LocalizableMessageDescriptor.Arg2<Number, Number>(ExtensionMessages.class, RESOURCE, "ERR_SMTP_ASNH_TEMPLATE_UNCLOSED_TOKEN_552", 552); 1765 1766 /** 1767 * The notification-user-attr token starting at column %d of line %d references undefined attribute type %s 1768 */ 1769 public static final LocalizableMessageDescriptor.Arg3<Number, Number, Object> ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_ATTR_TYPE = 1770 new LocalizableMessageDescriptor.Arg3<Number, Number, Object>(ExtensionMessages.class, RESOURCE, "ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_ATTR_TYPE_553", 553); 1771 1772 /** 1773 * The notification-property token starting at column %d of line %d references undefined notification property %s 1774 */ 1775 public static final LocalizableMessageDescriptor.Arg3<Number, Number, Object> ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_PROPERTY = 1776 new LocalizableMessageDescriptor.Arg3<Number, Number, Object>(ExtensionMessages.class, RESOURCE, "ERR_SMTP_ASNH_TEMPLATE_UNDEFINED_PROPERTY_554", 554); 1777 1778 /** 1779 * An unrecognized token %s was found at column %d of line %d 1780 */ 1781 public static final LocalizableMessageDescriptor.Arg3<Object, Number, Number> ERR_SMTP_ASNH_TEMPLATE_UNRECOGNIZED_TOKEN = 1782 new LocalizableMessageDescriptor.Arg3<Object, Number, Number>(ExtensionMessages.class, RESOURCE, "ERR_SMTP_ASNH_TEMPLATE_UNRECOGNIZED_TOKEN_555", 555); 1783 1784 /** 1785 * An error occurred while attempting to parse message template file '%s' referenced in configuration entry '%s': %s 1786 */ 1787 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SMTP_ASNH_TEMPLATE_CANNOT_PARSE = 1788 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SMTP_ASNH_TEMPLATE_CANNOT_PARSE_556", 556); 1789 1790 /** 1791 * Directory Account Status Notification 1792 */ 1793 public static final LocalizableMessageDescriptor.Arg0 INFO_SMTP_ASNH_DEFAULT_SUBJECT = 1794 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "INFO_SMTP_ASNH_DEFAULT_SUBJECT_557", 557); 1795 1796 /** 1797 * An error occurred while attempting to send an account status notification message for notification type %s for user entry %s: %s 1798 */ 1799 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_SMTP_ASNH_CANNOT_SEND_MESSAGE = 1800 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SMTP_ASNH_CANNOT_SEND_MESSAGE_558", 558); 1801 1802 /** 1803 * An error occurred while trying to encrypt a value using password storage scheme %s: %s 1804 */ 1805 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PWSCHEME_CANNOT_ENCRYPT = 1806 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_PWSCHEME_CANNOT_ENCRYPT_559", 559); 1807 1808 /** 1809 * An error occurred while trying to decrypt a value using password storage scheme %s: %s 1810 */ 1811 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PWSCHEME_CANNOT_DECRYPT = 1812 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_PWSCHEME_CANNOT_DECRYPT_560", 560); 1813 1814 /** 1815 * Cannot decode the provided symmetric key extended operation because it does not have a value 1816 */ 1817 public static final LocalizableMessageDescriptor.Arg0 ERR_GET_SYMMETRIC_KEY_NO_VALUE = 1818 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "ERR_GET_SYMMETRIC_KEY_NO_VALUE_561", 561); 1819 1820 /** 1821 * Cannot decode the provided symmetric key extended request: %s 1822 */ 1823 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_GET_SYMMETRIC_KEY_ASN1_DECODE_EXCEPTION = 1824 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_GET_SYMMETRIC_KEY_ASN1_DECODE_EXCEPTION_563", 563); 1825 1826 /** 1827 * An unexpected error occurred while attempting to decode the symmetric key extended request sequence: %s 1828 */ 1829 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_GET_SYMMETRIC_KEY_DECODE_EXCEPTION = 1830 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_GET_SYMMETRIC_KEY_DECODE_EXCEPTION_564", 564); 1831 1832 /** 1833 * The exact match identity mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s 1834 */ 1835 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_EXACTMAP_ATTR_UNINDEXED = 1836 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_EXACTMAP_ATTR_UNINDEXED_565", 565); 1837 1838 /** 1839 * The regular expression identity mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s 1840 */ 1841 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_REGEXMAP_ATTR_UNINDEXED = 1842 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_REGEXMAP_ATTR_UNINDEXED_566", 566); 1843 1844 /** 1845 * The subject attribute to user attribute certificate mapper defined in configuration entry %s references attribute type %s which is does not have an equality index defined in backend %s 1846 */ 1847 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> WARN_SATUACM_ATTR_UNINDEXED = 1848 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "WARN_SATUACM_ATTR_UNINDEXED_568", 568); 1849 1850 /** 1851 * Loaded extension from file '%s' (build %s, revision %s) 1852 */ 1853 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> NOTE_LOG_EXTENSION_INFORMATION = 1854 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "NOTE_LOG_EXTENSION_INFORMATION_571", 571); 1855 1856 /** 1857 * Failed to create a SASL server for SASL mechanism %s using a server FQDN of %s 1858 */ 1859 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASL_CREATE_SASL_SERVER_FAILED = 1860 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_CREATE_SASL_SERVER_FAILED_572", 572); 1861 1862 /** 1863 * GSSAPI SASL mechanism handler initalization failed because the keytab file %s does not exist 1864 */ 1865 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SASL_GSSAPI_KEYTAB_INVALID = 1866 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_GSSAPI_KEYTAB_INVALID_573", 573); 1867 1868 /** 1869 * The GSSAPI SASL mechanism handler initialization was successful 1870 */ 1871 public static final LocalizableMessageDescriptor.Arg0 INFO_GSSAPI_STARTED = 1872 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "INFO_GSSAPI_STARTED_574", 574); 1873 1874 /** 1875 * The GSSAPI SASL mechanism handler has been stopped 1876 */ 1877 public static final LocalizableMessageDescriptor.Arg0 INFO_GSSAPI_STOPPED = 1878 new LocalizableMessageDescriptor.Arg0(ExtensionMessages.class, RESOURCE, "INFO_GSSAPI_STOPPED_575", 575); 1879 1880 /** 1881 * The %s attribute is not searchable and should not be included in otherwise unindexed search filters 1882 */ 1883 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_COLLECTIVEATTRIBUTESUBENTRIES_VATTR_NOT_SEARCHABLE = 1884 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_COLLECTIVEATTRIBUTESUBENTRIES_VATTR_NOT_SEARCHABLE_576", 576); 1885 1886 /** 1887 * The %s attribute is not searchable and should not be included in otherwise unindexed search filters 1888 */ 1889 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PASSWORDPOLICYSUBENTRY_VATTR_NOT_SEARCHABLE = 1890 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_PASSWORDPOLICYSUBENTRY_VATTR_NOT_SEARCHABLE_577", 577); 1891 1892 /** 1893 * The password value %s has been base64-decoded but is too short to be valid 1894 */ 1895 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PWSCHEME_INVALID_BASE64_DECODED_STORED_PASSWORD = 1896 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_PWSCHEME_INVALID_BASE64_DECODED_STORED_PASSWORD_578", 578); 1897 1898 /** 1899 * The provided minimum required number of character sets '%d' is invalid because it must at least include all mandatory character sets 1900 */ 1901 public static final LocalizableMessageDescriptor.Arg1<Number> ERR_CHARSET_VALIDATOR_MIN_CHAR_SETS_TOO_SMALL = 1902 new LocalizableMessageDescriptor.Arg1<Number>(ExtensionMessages.class, RESOURCE, "ERR_CHARSET_VALIDATOR_MIN_CHAR_SETS_TOO_SMALL_579", 579); 1903 1904 /** 1905 * The provided minimum required number of character sets '%d' is invalid because it is greater than the total number of defined character sets 1906 */ 1907 public static final LocalizableMessageDescriptor.Arg1<Number> ERR_CHARSET_VALIDATOR_MIN_CHAR_SETS_TOO_BIG = 1908 new LocalizableMessageDescriptor.Arg1<Number>(ExtensionMessages.class, RESOURCE, "ERR_CHARSET_VALIDATOR_MIN_CHAR_SETS_TOO_BIG_580", 580); 1909 1910 /** 1911 * The provided password did not contain characters from at least %d of the following character sets or ranges: %s 1912 */ 1913 public static final LocalizableMessageDescriptor.Arg2<Number, Object> ERR_CHARSET_VALIDATOR_TOO_FEW_OPTIONAL_CHAR_SETS = 1914 new LocalizableMessageDescriptor.Arg2<Number, Object>(ExtensionMessages.class, RESOURCE, "ERR_CHARSET_VALIDATOR_TOO_FEW_OPTIONAL_CHAR_SETS_581", 581); 1915 1916 /** 1917 * An error occurred while attempting to decode member's DN %s of static group %s: %s 1918 */ 1919 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_STATICMEMBERS_CANNOT_DECODE_DN = 1920 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_STATICMEMBERS_CANNOT_DECODE_DN_582", 582); 1921 1922 /** 1923 * SASL %s authentication is not supported for user %s because the account is not managed locally 1924 */ 1925 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SASL_ACCOUNT_NOT_LOCAL = 1926 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SASL_ACCOUNT_NOT_LOCAL_583", 583); 1927 1928 /** 1929 * Password modification is not supported for user %s because the account is not managed locally 1930 */ 1931 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXTOP_PASSMOD_ACCOUNT_NOT_LOCAL = 1932 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PASSMOD_ACCOUNT_NOT_LOCAL_584", 584); 1933 1934 /** 1935 * The password policy state extended operation is not supported for user %s because the account is not managed locally 1936 */ 1937 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_EXTOP_PWPSTATE_ACCOUNT_NOT_LOCAL = 1938 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_EXTOP_PWPSTATE_ACCOUNT_NOT_LOCAL_585", 585); 1939 1940 /** 1941 * The user "%s" could not be authenticated using LDAP PTA policy "%s" because the following mapping attributes were not found in the user's entry: %s 1942 */ 1943 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_LDAP_PTA_MAPPING_ATTRIBUTE_NOT_FOUND = 1944 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_MAPPING_ATTRIBUTE_NOT_FOUND_586", 586); 1945 1946 /** 1947 * The user "%s" could not be authenticated using LDAP PTA policy "%s" because the search of base DN "%s" returned more than one entry matching the filter "%s" 1948 */ 1949 public static final LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object> ERR_LDAP_PTA_MAPPED_SEARCH_TOO_MANY_CANDIDATES = 1950 new LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_MAPPED_SEARCH_TOO_MANY_CANDIDATES_587", 587); 1951 1952 /** 1953 * The user "%s" could not be authenticated using LDAP PTA policy "%s" because the search did not return any entries matching the filter "%s" 1954 */ 1955 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_LDAP_PTA_MAPPED_SEARCH_NO_CANDIDATES = 1956 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_MAPPED_SEARCH_NO_CANDIDATES_588", 588); 1957 1958 /** 1959 * The user "%s" could not be authenticated using LDAP PTA policy "%s" because the search failed unexpectedly for the following reason: %s 1960 */ 1961 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_LDAP_PTA_MAPPED_SEARCH_FAILED = 1962 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_MAPPED_SEARCH_FAILED_589", 589); 1963 1964 /** 1965 * The user "%s" could not be authenticated using LDAP PTA policy "%s" because the bind failed unexpectedly for the following reason: %s 1966 */ 1967 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_LDAP_PTA_MAPPED_BIND_FAILED = 1968 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_MAPPED_BIND_FAILED_590", 590); 1969 1970 /** 1971 * A connection could not be established to the remote LDAP server at %s:%d for LDAP PTA policy "%s" because the host name "%s" could not be resolved to an IP address 1972 */ 1973 public static final LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object> ERR_LDAP_PTA_CONNECT_UNKNOWN_HOST = 1974 new LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_CONNECT_UNKNOWN_HOST_591", 591); 1975 1976 /** 1977 * A connection could not be established to the remote LDAP server at %s:%d for LDAP PTA policy "%s" because the connection was refused. This may indicate that the server is either offline or it is not listening on port %d 1978 */ 1979 public static final LocalizableMessageDescriptor.Arg4<Object, Number, Object, Number> ERR_LDAP_PTA_CONNECT_ERROR = 1980 new LocalizableMessageDescriptor.Arg4<Object, Number, Object, Number>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_CONNECT_ERROR_592", 592); 1981 1982 /** 1983 * A connection could not be established to the remote LDAP server at %s:%d for LDAP PTA policy "%s" because the connection attempt timed out. This may indicate that the server is slow to respond, the network is slow, or that there is some other network problem 1984 */ 1985 public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_LDAP_PTA_CONNECT_TIMEOUT = 1986 new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_CONNECT_TIMEOUT_593", 593); 1987 1988 /** 1989 * A connection could not be established to the remote LDAP server at %s:%d for LDAP PTA policy "%s" because SSL negotiation failed for the following reason: %s 1990 */ 1991 public static final LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object> ERR_LDAP_PTA_CONNECT_SSL_ERROR = 1992 new LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_CONNECT_SSL_ERROR_594", 594); 1993 1994 /** 1995 * A connection could not be established to the remote LDAP server at %s:%d for LDAP PTA policy "%s" because an unexpected error occurred: %s 1996 */ 1997 public static final LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object> ERR_LDAP_PTA_CONNECT_OTHER_ERROR = 1998 new LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_CONNECT_OTHER_ERROR_595", 595); 1999 2000 /** 2001 * The connection to the remote LDAP server at %s:%d for LDAP PTA policy "%s" has failed unexpectedly: %s 2002 */ 2003 public static final LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object> ERR_LDAP_PTA_CONNECTION_OTHER_ERROR = 2004 new LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_CONNECTION_OTHER_ERROR_596", 596); 2005 2006 /** 2007 * The connection to the remote LDAP server at %s:%d for LDAP PTA policy "%s" has been closed unexpectedly 2008 */ 2009 public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_LDAP_PTA_CONNECTION_CLOSED = 2010 new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_CONNECTION_CLOSED_597", 597); 2011 2012 /** 2013 * The connection to the remote LDAP server at %s:%d for LDAP PTA policy "%s" has timed out and will be closed. This may indicate that the server is slow to respond, the network is slow, or that there is some other network problem 2014 */ 2015 public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_LDAP_PTA_CONNECTION_TIMEOUT = 2016 new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_CONNECTION_TIMEOUT_598", 598); 2017 2018 /** 2019 * The connection to the remote LDAP server at %s:%d for LDAP PTA policy "%s" has encountered a protocol error while decoding a response from the server and will be closed. The decoding error was: %s 2020 */ 2021 public static final LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object> ERR_LDAP_PTA_CONNECTION_DECODE_ERROR = 2022 new LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_CONNECTION_DECODE_ERROR_599", 599); 2023 2024 /** 2025 * The connection to the remote LDAP server at %s:%d for LDAP PTA policy "%s" has received an unexpected response from the server and will be closed. The unexpected response message was: %s 2026 */ 2027 public static final LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object> ERR_LDAP_PTA_CONNECTION_WRONG_RESPONSE = 2028 new LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_CONNECTION_WRONG_RESPONSE_600", 600); 2029 2030 /** 2031 * The connection to the remote LDAP server at %s:%d for LDAP PTA policy "%s" has received a disconnect notification with response code %d (%s) and error message "%s" 2032 */ 2033 public static final LocalizableMessageDescriptor.Arg6<Object, Number, Object, Number, Object, Object> ERR_LDAP_PTA_CONNECTION_DISCONNECTING = 2034 new LocalizableMessageDescriptor.Arg6<Object, Number, Object, Number, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_CONNECTION_DISCONNECTING_601", 601); 2035 2036 /** 2037 * The remote LDAP server at %s:%d for LDAP PTA policy "%s" has failed to authenticate user "%s", returning the response code %d (%s) and error message "%s" 2038 */ 2039 public static final LocalizableMessageDescriptor.Arg7<Object, Number, Object, Object, Number, Object, Object> ERR_LDAP_PTA_CONNECTION_BIND_FAILED = 2040 new LocalizableMessageDescriptor.Arg7<Object, Number, Object, Object, Number, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_CONNECTION_BIND_FAILED_602", 602); 2041 2042 /** 2043 * The remote LDAP server at %s:%d for LDAP PTA policy "%s" returned multiple matching entries while searching "%s" using the filter "%s" 2044 */ 2045 public static final LocalizableMessageDescriptor.Arg5<Object, Number, Object, Object, Object> ERR_LDAP_PTA_CONNECTION_SEARCH_SIZE_LIMIT = 2046 new LocalizableMessageDescriptor.Arg5<Object, Number, Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_CONNECTION_SEARCH_SIZE_LIMIT_603", 603); 2047 2048 /** 2049 * The remote LDAP server at %s:%d for LDAP PTA policy "%s" did not return any matching entries while searching "%s" using the filter "%s" 2050 */ 2051 public static final LocalizableMessageDescriptor.Arg5<Object, Number, Object, Object, Object> ERR_LDAP_PTA_CONNECTION_SEARCH_NO_MATCHES = 2052 new LocalizableMessageDescriptor.Arg5<Object, Number, Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_CONNECTION_SEARCH_NO_MATCHES_604", 604); 2053 2054 /** 2055 * The remote LDAP server at %s:%d for LDAP PTA policy "%s" returned an error while searching "%s" using the filter "%s": response code %d (%s) and error message "%s" 2056 */ 2057 public static final LocalizableMessageDescriptor.Arg8<Object, Number, Object, Object, Object, Number, Object, Object> ERR_LDAP_PTA_CONNECTION_SEARCH_FAILED = 2058 new LocalizableMessageDescriptor.Arg8<Object, Number, Object, Object, Object, Number, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_CONNECTION_SEARCH_FAILED_605", 605); 2059 2060 /** 2061 * The configuration of LDAP PTA policy "%s" is invalid because the remote LDAP server address "%s" specifies a port number which is invalid. Port numbers should be greater than 0 and less than 65536 2062 */ 2063 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDAP_PTA_INVALID_PORT_NUMBER = 2064 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_INVALID_PORT_NUMBER_606", 606); 2065 2066 /** 2067 * The configuration of LDAP PTA policy "%s" is invalid because the Java property %s which should contain the mapped search bind password is not set 2068 */ 2069 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDAP_PTA_PWD_PROPERTY_NOT_SET = 2070 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_PWD_PROPERTY_NOT_SET_607", 607); 2071 2072 /** 2073 * The configuration of LDAP PTA policy "%s" is invalid because the environment variable %s which should contain the mapped search bind password is not set 2074 */ 2075 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDAP_PTA_PWD_ENVAR_NOT_SET = 2076 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_PWD_ENVAR_NOT_SET_608", 608); 2077 2078 /** 2079 * The configuration of LDAP PTA policy "%s" is invalid because the file %s which should contain the mapped search bind password does not exist 2080 */ 2081 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDAP_PTA_PWD_NO_SUCH_FILE = 2082 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_PWD_NO_SUCH_FILE_609", 609); 2083 2084 /** 2085 * The configuration of LDAP PTA policy "%s" is invalid because the file %s which should contain the mapped search bind password cannot be read for the following reason: %s 2086 */ 2087 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_LDAP_PTA_PWD_FILE_CANNOT_READ = 2088 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_PWD_FILE_CANNOT_READ_610", 610); 2089 2090 /** 2091 * The configuration of LDAP PTA policy "%s" is invalid because the file %s which should contain the mapped search bind password is empty 2092 */ 2093 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_LDAP_PTA_PWD_FILE_EMPTY = 2094 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_PWD_FILE_EMPTY_611", 611); 2095 2096 /** 2097 * The configuration of LDAP PTA policy "%s" is invalid because it does not specify the a means for obtaining the mapped search bind password 2098 */ 2099 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LDAP_PTA_NO_PWD = 2100 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_LDAP_PTA_NO_PWD_613", 613); 2101 2102 /** 2103 * The %s attribute is not searchable and should not be included in otherwise unindexed search filters 2104 */ 2105 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_ETAG_VATTR_NOT_SEARCHABLE = 2106 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_ETAG_VATTR_NOT_SEARCHABLE_614", 614); 2107 2108 /** 2109 * The %s attribute is not searchable and should not be included in otherwise unindexed search filters 2110 */ 2111 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PWDEXPTIME_VATTR_NOT_SEARCHABLE = 2112 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_PWDEXPTIME_VATTR_NOT_SEARCHABLE_615", 615); 2113 2114 /** 2115 * The certificate with subject %s mapped to multiple users 2116 */ 2117 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SATUACM_MULTIPLE_SEARCH_MATCHING_ENTRIES = 2118 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SATUACM_MULTIPLE_SEARCH_MATCHING_ENTRIES_616", 616); 2119 2120 /** 2121 * The internal search based on the certificate with subject %s could not be processed efficiently: %s. Check the server configuration to ensure that all associated backends are properly configured for these types of searches 2122 */ 2123 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SATUACM_INEFFICIENT_SEARCH = 2124 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SATUACM_INEFFICIENT_SEARCH_617", 617); 2125 2126 /** 2127 * An internal failure occurred while attempting to map the certificate with subject %s to a user entry: %s 2128 */ 2129 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SATUACM_SEARCH_FAILED = 2130 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SATUACM_SEARCH_FAILED_618", 618); 2131 2132 /** 2133 * The certificate with subject %s mapped to multiple users 2134 */ 2135 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_SDTUACM_MULTIPLE_SEARCH_MATCHING_ENTRIES = 2136 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_SDTUACM_MULTIPLE_SEARCH_MATCHING_ENTRIES_619", 619); 2137 2138 /** 2139 * The internal search based on the certificate with subject %s could not be processed efficiently: %s. Check the server configuration to ensure that all associated backends are properly configured for these types of searches 2140 */ 2141 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SDTUACM_INEFFICIENT_SEARCH = 2142 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SDTUACM_INEFFICIENT_SEARCH_620", 620); 2143 2144 /** 2145 * An internal failure occurred while attempting to map the certificate with subject %s to a user entry: %s 2146 */ 2147 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_SDTUACM_SEARCH_FAILED = 2148 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_SDTUACM_SEARCH_FAILED_621", 621); 2149 2150 /** 2151 * The certificate with fingerprint %s mapped to multiple users 2152 */ 2153 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FCM_MULTIPLE_SEARCH_MATCHING_ENTRIES = 2154 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_FCM_MULTIPLE_SEARCH_MATCHING_ENTRIES_622", 622); 2155 2156 /** 2157 * The internal search based on the certificate with fingerprint %s could not be processed efficiently: %s. Check the server configuration to ensure that all associated backends are properly configured for these types of searches 2158 */ 2159 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FCM_INEFFICIENT_SEARCH = 2160 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FCM_INEFFICIENT_SEARCH_623", 623); 2161 2162 /** 2163 * An internal failure occurred while attempting to map the certificate with fingerprint %s to a user entry: %s 2164 */ 2165 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_FCM_SEARCH_FAILED = 2166 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_FCM_SEARCH_FAILED_624", 624); 2167 2168 /** 2169 * The %s attribute is not searchable and should not be included in otherwise unindexed search filters 2170 */ 2171 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_FIRSTCHANGENUMBER_VATTR_NOT_SEARCHABLE = 2172 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_FIRSTCHANGENUMBER_VATTR_NOT_SEARCHABLE_625", 625); 2173 2174 /** 2175 * The %s attribute is not searchable and should not be included in otherwise unindexed search filters 2176 */ 2177 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LASTCHANGENUMBER_VATTR_NOT_SEARCHABLE = 2178 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_LASTCHANGENUMBER_VATTR_NOT_SEARCHABLE_626", 626); 2179 2180 /** 2181 * The %s attribute is not searchable and should not be included in otherwise unindexed search filters 2182 */ 2183 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_LASTCOOKIE_VATTR_NOT_SEARCHABLE = 2184 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_LASTCOOKIE_VATTR_NOT_SEARCHABLE_627", 627); 2185 2186 /** 2187 * The %s attribute is not searchable and should not be included in otherwise unindexed search filters 2188 */ 2189 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHANGELOGBASEDN_VATTR_NOT_SEARCHABLE = 2190 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_CHANGELOGBASEDN_VATTR_NOT_SEARCHABLE_628", 628); 2191 2192 /** 2193 * The provided password did not contain enough characters from the character range '%s'. The minimum number of characters from that range that must be present in user passwords is %d 2194 */ 2195 public static final LocalizableMessageDescriptor.Arg2<Object, Number> ERR_CHARSET_VALIDATOR_TOO_FEW_CHARS_FROM_RANGE = 2196 new LocalizableMessageDescriptor.Arg2<Object, Number>(ExtensionMessages.class, RESOURCE, "ERR_CHARSET_VALIDATOR_TOO_FEW_CHARS_FROM_RANGE_629", 629); 2197 2198 /** 2199 * The provided character range definition '%s' is invalid because it does not contain a colon to separate the minimum count from the character range 2200 */ 2201 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHARSET_VALIDATOR_NO_RANGE_COLON = 2202 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_CHARSET_VALIDATOR_NO_RANGE_COLON_630", 630); 2203 2204 /** 2205 * The provided character range definition '%s' is invalid because it does not contain a colon to separate the minimum count from the character range 2206 */ 2207 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHARSET_VALIDATOR_NO_RANGE_CHARS = 2208 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_CHARSET_VALIDATOR_NO_RANGE_CHARS_631", 631); 2209 2210 /** 2211 * The provided character range definition '%s' is invalid because the value before the colon must be an integer greater or equal to zero 2212 */ 2213 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_CHARSET_VALIDATOR_INVALID_RANGE_COUNT = 2214 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_CHARSET_VALIDATOR_INVALID_RANGE_COUNT_632", 632); 2215 2216 /** 2217 * The provided character range definition '%s' is invalid because the range '%s' is reversed 2218 */ 2219 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CHARSET_VALIDATOR_UNSORTED_RANGE = 2220 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_CHARSET_VALIDATOR_UNSORTED_RANGE_633", 633); 2221 2222 /** 2223 * The provided character range definition '%s' is invalid because the range '%s' is missing the minus 2224 */ 2225 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CHARSET_VALIDATOR_MALFORMED_RANGE = 2226 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_CHARSET_VALIDATOR_MALFORMED_RANGE_634", 634); 2227 2228 /** 2229 * The provided character range definition '%s' is invalid because the range '%s' is too short 2230 */ 2231 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_CHARSET_VALIDATOR_SHORT_RANGE = 2232 new LocalizableMessageDescriptor.Arg2<Object, Object>(ExtensionMessages.class, RESOURCE, "ERR_CHARSET_VALIDATOR_SHORT_RANGE_635", 635); 2233 2234 /** 2235 * There is no private key entry in keystore %s 2236 */ 2237 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_NO_KEY_ENTRY_IN_KEYSTORE = 2238 new LocalizableMessageDescriptor.Arg1<Object>(ExtensionMessages.class, RESOURCE, "ERR_NO_KEY_ENTRY_IN_KEYSTORE_636", 636); 2239 2240 /** 2241 * Handshake for '%s': cipher requires the aliase(s) '%s' to contain key(s) of type(s) '%s'. 2242 */ 2243 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> INFO_MISSING_KEY_TYPE_IN_ALIASES = 2244 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(ExtensionMessages.class, RESOURCE, "INFO_MISSING_KEY_TYPE_IN_ALIASES_637", 637); 2245 2246}