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.plugin}. This file was generated 008 * automatically by the {@code i18n-maven-plugin} from the property file 009 * {@code org/opends/messages/plugin.properties} and it should not be manually edited. 010 */ 011public final class PluginMessages { 012 // The name of the resource bundle. 013 private static final String RESOURCE = "org.opends.messages.plugin"; 014 015 // Prevent instantiation. 016 private PluginMessages() { 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 * The LDAP attribute description list plugin instance defined in configuration entry %s does not list any plugin types. This plugin must be configured to operate as a pre-parse search plugin 034 */ 035 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_ADLIST_NO_PLUGIN_TYPES = 036 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_ADLIST_NO_PLUGIN_TYPES_3", 3); 037 038 /** 039 * The LDAP attribute description list plugin instance defined in configuration entry %s lists an invalid plugin type %s. This plugin can only be used as a pre-parse search plugin 040 */ 041 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PLUGIN_ADLIST_INVALID_PLUGIN_TYPE = 042 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_ADLIST_INVALID_PLUGIN_TYPE_4", 4); 043 044 /** 045 * The Directory Server profiler plugin instance defined in configuration entry %s does not list any plugin types. This plugin must be configured to operate as a startup plugin 046 */ 047 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_PROFILER_NO_PLUGIN_TYPES = 048 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_PROFILER_NO_PLUGIN_TYPES_5", 5); 049 050 /** 051 * The Directory Server profiler plugin instance defined in configuration entry %s lists an invalid plugin type %s. This plugin can only be used as a startup plugin 052 */ 053 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PLUGIN_PROFILER_INVALID_PLUGIN_TYPE = 054 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_PROFILER_INVALID_PLUGIN_TYPE_6", 6); 055 056 /** 057 * An unexpected error occurred when the profiler plugin defined in configuration entry %s attempted to write the information captured to output file %s: %s 058 */ 059 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_PLUGIN_PROFILER_CANNOT_WRITE_PROFILE_DATA = 060 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_PROFILER_CANNOT_WRITE_PROFILE_DATA_9", 9); 061 062 /** 063 * The profile directory %s specified in attribute ds-cfg-profile-directory of configuration entry %s is invalid because the specified path does not exist or is not a directory 064 */ 065 public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_PLUGIN_PROFILER_INVALID_PROFILE_DIR = 066 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "WARN_PLUGIN_PROFILER_INVALID_PROFILE_DIR_16", 16); 067 068 /** 069 * The profiler plugin defined in configuration entry %s has been activated and has started capturing data 070 */ 071 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_PLUGIN_PROFILER_STARTED_PROFILING = 072 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "INFO_PLUGIN_PROFILER_STARTED_PROFILING_22", 22); 073 074 /** 075 * The profiler plugin defined in configuration entry %s is already active, and therefore the request to start profiling has been ignored 076 */ 077 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_PLUGIN_PROFILER_ALREADY_PROFILING = 078 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "INFO_PLUGIN_PROFILER_ALREADY_PROFILING_23", 23); 079 080 /** 081 * The profiler plugin defined in configuration entry %s received a request to stop capturing data but it was not active so no action has been taken 082 */ 083 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_PLUGIN_PROFILER_NOT_RUNNING = 084 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "INFO_PLUGIN_PROFILER_NOT_RUNNING_24", 24); 085 086 /** 087 * The profiler plugin defined in configuration entry %s has been stopped and is no longer capturing data 088 */ 089 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_PLUGIN_PROFILER_STOPPED_PROFILING = 090 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "INFO_PLUGIN_PROFILER_STOPPED_PROFILING_25", 25); 091 092 /** 093 * The data collected by the profiler plugin defined in configuration entry %s has been written to %s 094 */ 095 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_PLUGIN_PROFILER_WROTE_PROFILE_DATA = 096 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "INFO_PLUGIN_PROFILER_WROTE_PROFILE_DATA_26", 26); 097 098 /** 099 * The startup plugin defined in configuration entry %s threw an exception when it was invoked during the Directory Server startup process: %s. The server startup process has been aborted 100 */ 101 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PLUGIN_STARTUP_PLUGIN_EXCEPTION = 102 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_STARTUP_PLUGIN_EXCEPTION_30", 30); 103 104 /** 105 * The startup plugin defined in configuration entry %s returned a null value when it was invoked during the Directory Server startup process. This is an illegal return value, and the server startup process has been aborted 106 */ 107 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_STARTUP_PLUGIN_RETURNED_NULL = 108 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_STARTUP_PLUGIN_RETURNED_NULL_31", 31); 109 110 /** 111 * The startup plugin defined in configuration entry %s encountered an error when it was invoked during the Directory Server startup process: %s (error ID %d). The server startup process has been aborted 112 */ 113 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Number> ERR_PLUGIN_STARTUP_PLUGIN_FAIL_ABORT = 114 new LocalizableMessageDescriptor.Arg3<Object, Object, Number>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_STARTUP_PLUGIN_FAIL_ABORT_33", 33); 115 116 /** 117 * The shutdown plugin defined in configuration entry %s threw an exception when it was invoked during the Directory Server shutdown process: %s 118 */ 119 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PLUGIN_SHUTDOWN_PLUGIN_EXCEPTION = 120 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_SHUTDOWN_PLUGIN_EXCEPTION_34", 34); 121 122 /** 123 * The post-connect plugin defined in configuration entry %s threw an exception when it was invoked for connection %d from %s: %s. The connection will be terminated 124 */ 125 public static final LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object> ERR_PLUGIN_POST_CONNECT_PLUGIN_EXCEPTION = 126 new LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_POST_CONNECT_PLUGIN_EXCEPTION_35", 35); 127 128 /** 129 * The post-connect plugin defined in configuration entry %s returned null when invoked for connection %d from %s. This is an illegal response, and the connection will be terminated 130 */ 131 public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_PLUGIN_POST_CONNECT_PLUGIN_RETURNED_NULL = 132 new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_POST_CONNECT_PLUGIN_RETURNED_NULL_36", 36); 133 134 /** 135 * The post-disconnect plugin defined in configuration entry %s threw an exception when it was invoked for connection %d from %s: %s 136 */ 137 public static final LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object> ERR_PLUGIN_POST_DISCONNECT_PLUGIN_EXCEPTION = 138 new LocalizableMessageDescriptor.Arg4<Object, Number, Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_POST_DISCONNECT_PLUGIN_EXCEPTION_37", 37); 139 140 /** 141 * The post-disconnect plugin defined in configuration entry %s returned null when invoked for connection %d from %s. This is an illegal response 142 */ 143 public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_PLUGIN_POST_DISCONNECT_PLUGIN_RETURNED_NULL = 144 new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_POST_DISCONNECT_PLUGIN_RETURNED_NULL_38", 38); 145 146 /** 147 * The pre-parse %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated 148 */ 149 public static final LocalizableMessageDescriptor.Arg5<Object, Object, Number, Number, Object> ERR_PLUGIN_PRE_PARSE_PLUGIN_EXCEPTION = 150 new LocalizableMessageDescriptor.Arg5<Object, Object, Number, Number, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_PRE_PARSE_PLUGIN_EXCEPTION_39", 39); 151 152 /** 153 * The pre-parse %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated 154 */ 155 public static final LocalizableMessageDescriptor.Arg4<Object, Object, Number, Number> ERR_PLUGIN_PRE_PARSE_PLUGIN_RETURNED_NULL = 156 new LocalizableMessageDescriptor.Arg4<Object, Object, Number, Number>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_PRE_PARSE_PLUGIN_RETURNED_NULL_40", 40); 157 158 /** 159 * The pre-operation %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated 160 */ 161 public static final LocalizableMessageDescriptor.Arg5<Object, Object, Number, Number, Object> ERR_PLUGIN_PRE_OPERATION_PLUGIN_EXCEPTION = 162 new LocalizableMessageDescriptor.Arg5<Object, Object, Number, Number, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_PRE_OPERATION_PLUGIN_EXCEPTION_41", 41); 163 164 /** 165 * The pre-operation %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated 166 */ 167 public static final LocalizableMessageDescriptor.Arg4<Object, Object, Number, Number> ERR_PLUGIN_PRE_OPERATION_PLUGIN_RETURNED_NULL = 168 new LocalizableMessageDescriptor.Arg4<Object, Object, Number, Number>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_PRE_OPERATION_PLUGIN_RETURNED_NULL_42", 42); 169 170 /** 171 * The post-operation %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated 172 */ 173 public static final LocalizableMessageDescriptor.Arg5<Object, Object, Number, Number, Object> ERR_PLUGIN_POST_OPERATION_PLUGIN_EXCEPTION = 174 new LocalizableMessageDescriptor.Arg5<Object, Object, Number, Number, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_POST_OPERATION_PLUGIN_EXCEPTION_43", 43); 175 176 /** 177 * The post-operation %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated 178 */ 179 public static final LocalizableMessageDescriptor.Arg4<Object, Object, Number, Number> ERR_PLUGIN_POST_OPERATION_PLUGIN_RETURNED_NULL = 180 new LocalizableMessageDescriptor.Arg4<Object, Object, Number, Number>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_POST_OPERATION_PLUGIN_RETURNED_NULL_44", 44); 181 182 /** 183 * The post-response %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated 184 */ 185 public static final LocalizableMessageDescriptor.Arg5<Object, Object, Number, Number, Object> ERR_PLUGIN_POST_RESPONSE_PLUGIN_EXCEPTION = 186 new LocalizableMessageDescriptor.Arg5<Object, Object, Number, Number, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_POST_RESPONSE_PLUGIN_EXCEPTION_45", 45); 187 188 /** 189 * The post-response %s plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated 190 */ 191 public static final LocalizableMessageDescriptor.Arg4<Object, Object, Number, Number> ERR_PLUGIN_POST_RESPONSE_PLUGIN_RETURNED_NULL = 192 new LocalizableMessageDescriptor.Arg4<Object, Object, Number, Number>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_POST_RESPONSE_PLUGIN_RETURNED_NULL_46", 46); 193 194 /** 195 * The search result entry plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d with entry %s: %s. Processing on this search operation will be terminated 196 */ 197 public static final LocalizableMessageDescriptor.Arg5<Object, Number, Number, Object, Object> ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_EXCEPTION = 198 new LocalizableMessageDescriptor.Arg5<Object, Number, Number, Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_EXCEPTION_47", 47); 199 200 /** 201 * The search result entry plugin defined in configuration entry %s returned null when invoked for connection %d operation %d with entry %s. This is an illegal response, and processing on this search operation will be terminated 202 */ 203 public static final LocalizableMessageDescriptor.Arg4<Object, Number, Number, Object> ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_RETURNED_NULL = 204 new LocalizableMessageDescriptor.Arg4<Object, Number, Number, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_SEARCH_ENTRY_PLUGIN_RETURNED_NULL_48", 48); 205 206 /** 207 * The search result reference plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d with referral URL(s) %s: %s. Processing on this search operation will be terminated 208 */ 209 public static final LocalizableMessageDescriptor.Arg5<Object, Number, Number, Object, Object> ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_EXCEPTION = 210 new LocalizableMessageDescriptor.Arg5<Object, Number, Number, Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_EXCEPTION_49", 49); 211 212 /** 213 * The search result reference plugin defined in configuration entry %s returned null when invoked for connection %d operation %d with referral URL(s) %s. This is an illegal response, and processing on this search operation will be terminated 214 */ 215 public static final LocalizableMessageDescriptor.Arg4<Object, Number, Number, Object> ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_RETURNED_NULL = 216 new LocalizableMessageDescriptor.Arg4<Object, Number, Number, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_SEARCH_REFERENCE_PLUGIN_RETURNED_NULL_50", 50); 217 218 /** 219 * An attempt was made to register the LastMod plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin 220 */ 221 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_LASTMOD_INVALID_PLUGIN_TYPE = 222 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_LASTMOD_INVALID_PLUGIN_TYPE_51", 51); 223 224 /** 225 * Path to a profile data file. This argument can be provided more than once to analyze data from multiple data files 226 */ 227 public static final LocalizableMessageDescriptor.Arg0 INFO_PROFILEVIEWER_DESCRIPTION_FILENAMES = 228 new LocalizableMessageDescriptor.Arg0(PluginMessages.class, RESOURCE, "INFO_PROFILEVIEWER_DESCRIPTION_FILENAMES_52", 52); 229 230 /** 231 * Indicates whether to view the profile information in GUI mode or to write the resulting data to standard output 232 */ 233 public static final LocalizableMessageDescriptor.Arg0 INFO_PROFILEVIEWER_DESCRIPTION_USE_GUI = 234 new LocalizableMessageDescriptor.Arg0(PluginMessages.class, RESOURCE, "INFO_PROFILEVIEWER_DESCRIPTION_USE_GUI_53", 53); 235 236 /** 237 * Displays this usage information 238 */ 239 public static final LocalizableMessageDescriptor.Arg0 INFO_PROFILEVIEWER_DESCRIPTION_USAGE = 240 new LocalizableMessageDescriptor.Arg0(PluginMessages.class, RESOURCE, "INFO_PROFILEVIEWER_DESCRIPTION_USAGE_54", 54); 241 242 /** 243 * An unexpected error occurred while attempting to initialize the command-line arguments: %s 244 */ 245 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PROFILEVIEWER_CANNOT_INITIALIZE_ARGS = 246 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PROFILEVIEWER_CANNOT_INITIALIZE_ARGS_55", 55); 247 248 /** 249 * An error occurred while parsing the command-line arguments: %s 250 */ 251 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PROFILEVIEWER_ERROR_PARSING_ARGS = 252 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PROFILEVIEWER_ERROR_PARSING_ARGS_56", 56); 253 254 /** 255 * An error occurred while trying to process the profile data in file %s: %s 256 */ 257 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PROFILEVIEWER_CANNOT_PROCESS_DATA_FILE = 258 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "ERR_PROFILEVIEWER_CANNOT_PROCESS_DATA_FILE_57", 57); 259 260 /** 261 * The LDIF import plugin defined in configuration entry %s threw an exception when it was invoked on entry %s: %s 262 */ 263 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_PLUGIN_LDIF_IMPORT_PLUGIN_EXCEPTION = 264 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_LDIF_IMPORT_PLUGIN_EXCEPTION_58", 58); 265 266 /** 267 * The LDIF import plugin defined in configuration entry %s returned null when invoked on entry %s. This is an illegal response 268 */ 269 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PLUGIN_LDIF_IMPORT_PLUGIN_RETURNED_NULL = 270 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_LDIF_IMPORT_PLUGIN_RETURNED_NULL_59", 59); 271 272 /** 273 * The LDIF export plugin defined in configuration entry %s threw an exception when it was invoked on entry %s: %s 274 */ 275 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_PLUGIN_LDIF_EXPORT_PLUGIN_EXCEPTION = 276 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_LDIF_EXPORT_PLUGIN_EXCEPTION_60", 60); 277 278 /** 279 * The LDIF export plugin defined in configuration entry %s returned null when invoked on entry %s. This is an illegal response 280 */ 281 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PLUGIN_LDIF_EXPORT_PLUGIN_RETURNED_NULL = 282 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_LDIF_EXPORT_PLUGIN_RETURNED_NULL_61", 61); 283 284 /** 285 * An attempt was made to register the EntryUUID plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin 286 */ 287 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_ENTRYUUID_INVALID_PLUGIN_TYPE = 288 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_ENTRYUUID_INVALID_PLUGIN_TYPE_62", 62); 289 290 /** 291 * The intermediate response plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated 292 */ 293 public static final LocalizableMessageDescriptor.Arg4<Object, Number, Number, Object> ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_EXCEPTION = 294 new LocalizableMessageDescriptor.Arg4<Object, Number, Number, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_EXCEPTION_63", 63); 295 296 /** 297 * The intermediate response plugin defined in configuration entry %s returned null when invoked for connection %d operation %d. This is an illegal response, and processing on this operation will be terminated 298 */ 299 public static final LocalizableMessageDescriptor.Arg3<Object, Number, Number> ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_RETURNED_NULL = 300 new LocalizableMessageDescriptor.Arg3<Object, Number, Number>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_INTERMEDIATE_RESPONSE_PLUGIN_RETURNED_NULL_64", 64); 301 302 /** 303 * An attempt was made to register the password policy import plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin 304 */ 305 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_PWPIMPORT_INVALID_PLUGIN_TYPE = 306 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_PWPIMPORT_INVALID_PLUGIN_TYPE_65", 65); 307 308 /** 309 * An error occurred while attempting to encode a password value stored in attribute %s of user entry %s: %s. Password values for this user will not be encoded 310 */ 311 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_PLUGIN_PWPIMPORT_ERROR_ENCODING_PASSWORD = 312 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_PWPIMPORT_ERROR_ENCODING_PASSWORD_66", 66); 313 314 /** 315 * The plugin defined in configuration entry %s does not support the %s plugin type 316 */ 317 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PLUGIN_TYPE_NOT_SUPPORTED = 318 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_TYPE_NOT_SUPPORTED_67", 67); 319 320 /** 321 * This utility can be used to view information in data files captured by the Directory Server profiler 322 */ 323 public static final LocalizableMessageDescriptor.Arg0 INFO_PROFILEVIEWER_TOOL_DESCRIPTION = 324 new LocalizableMessageDescriptor.Arg0(PluginMessages.class, RESOURCE, "INFO_PROFILEVIEWER_TOOL_DESCRIPTION_68", 68); 325 326 /** 327 * The password policy import plugin is not configured any default auth password schemes, and the server does not support the %s auth password scheme 328 */ 329 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_PWIMPORT_NO_DEFAULT_AUTH_SCHEMES = 330 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_PWIMPORT_NO_DEFAULT_AUTH_SCHEMES_69", 69); 331 332 /** 333 * Auth password storage scheme %s referenced by the password policy import plugin is not configured for use in the server 334 */ 335 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_AUTH_SCHEME = 336 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_AUTH_SCHEME_70", 70); 337 338 /** 339 * The password policy import plugin is not configured any default user password schemes, and the server does not support the %s auth password scheme 340 */ 341 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_PWIMPORT_NO_DEFAULT_USER_SCHEMES = 342 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_PWIMPORT_NO_DEFAULT_USER_SCHEMES_71", 71); 343 344 /** 345 * User password storage scheme %s referenced by the password policy import plugin is not configured for use in the server 346 */ 347 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_USER_SCHEME = 348 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_PWIMPORT_INVALID_DEFAULT_USER_SCHEME_72", 72); 349 350 /** 351 * Entry '%s' indicates that it uses custom password policy '%s', but no such policy is defined in the server. Any passwords contained in the entry will be encoded using the default storage schemes, but authentication as this user might not be possible 352 */ 353 public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_PLUGIN_PWIMPORT_NO_SUCH_POLICY = 354 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "WARN_PLUGIN_PWIMPORT_NO_SUCH_POLICY_73", 73); 355 356 /** 357 * An error occurred while attempting to decode the value of the custom password policy attribute in entry '%s': %s. Any passwords contained in the entry will be encoded using the default storage schemes, but authentication as this user might not be possible 358 */ 359 public static final LocalizableMessageDescriptor.Arg2<Object, Object> WARN_PLUGIN_PWIMPORT_CANNOT_DECODE_POLICY_DN = 360 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "WARN_PLUGIN_PWIMPORT_CANNOT_DECODE_POLICY_DN_74", 74); 361 362 /** 363 * The subordinate modify DN plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated 364 */ 365 public static final LocalizableMessageDescriptor.Arg4<Object, Number, Number, Object> ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_EXCEPTION = 366 new LocalizableMessageDescriptor.Arg4<Object, Number, Number, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_EXCEPTION_75", 75); 367 368 /** 369 * The subordinate modify DN plugin defined in configuration entry %s returned null when invoked for connection %d operation %s. This is an illegal response, and processing on this operation will be terminated 370 */ 371 public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_RETURNED_NULL = 372 new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_SUBORDINATE_MODIFY_DN_PLUGIN_RETURNED_NULL_76", 76); 373 374 /** 375 * An attempt was made to register the Unique Attribute plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin 376 */ 377 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_UNIQUEATTR_INVALID_PLUGIN_TYPE = 378 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_UNIQUEATTR_INVALID_PLUGIN_TYPE_77", 77); 379 380 /** 381 * An attempt was made to register the Referential Integrity plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin 382 */ 383 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_REFERENT_INVALID_PLUGIN_TYPE = 384 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_REFERENT_INVALID_PLUGIN_TYPE_81", 81); 385 386 /** 387 * An error occurred during Referential Integity plugin initialization because log file creation failed: %s 388 */ 389 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_REFERENT_CREATE_LOGFILE = 390 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_REFERENT_CREATE_LOGFILE_82", 82); 391 392 /** 393 * An error occurred closing the Referential Integrity plugin update log file: %s 394 */ 395 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_REFERENT_CLOSE_LOGFILE = 396 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_REFERENT_CLOSE_LOGFILE_83", 83); 397 398 /** 399 * An error occurred replacing the Referential Integrity plugin update log file: %s 400 */ 401 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_REFERENT_REPLACE_LOGFILE = 402 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_REFERENT_REPLACE_LOGFILE_84", 84); 403 404 /** 405 * The file name that the Referential Integrity plugin logs changes to during background processing has been changed from %s to %s, but this change will not take effect until the server is restarted 406 */ 407 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_PLUGIN_REFERENT_LOGFILE_CHANGE_REQUIRES_RESTART = 408 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "INFO_PLUGIN_REFERENT_LOGFILE_CHANGE_REQUIRES_RESTART_85", 85); 409 410 /** 411 * The Referential Integrity plugin background processing update interval has been changed from %s to %s, the new value will now be during background processing 412 */ 413 public static final LocalizableMessageDescriptor.Arg2<Object, Object> INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_UPDATE_INTERVAL_CHANGED = 414 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_UPDATE_INTERVAL_CHANGED_86", 86); 415 416 /** 417 * The Referential Integrity plugin background processing has been stopped 418 */ 419 public static final LocalizableMessageDescriptor.Arg0 INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STOPPING = 420 new LocalizableMessageDescriptor.Arg0(PluginMessages.class, RESOURCE, "INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STOPPING_87", 87); 421 422 /** 423 * The Referential Integrity plugin has started background processing using the update interval %s 424 */ 425 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STARTING = 426 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "INFO_PLUGIN_REFERENT_BACKGROUND_PROCESSING_STARTING_88", 88); 427 428 /** 429 * The Referential Integrity plugin failed when performaing an internal search: %s 430 */ 431 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_REFERENT_SEARCH_FAILED = 432 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_REFERENT_SEARCH_FAILED_89", 89); 433 434 /** 435 * The Referential Integrity plugin failed when performing an internal modify on entry %s: %s 436 */ 437 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PLUGIN_REFERENT_MODIFY_FAILED = 438 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_REFERENT_MODIFY_FAILED_90", 90); 439 440 /** 441 * The Referential Integrity plugin failed to decode a entry DN from the update log: %s 442 */ 443 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_REFERENT_CANNOT_DECODE_STRING_AS_DN = 444 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_REFERENT_CANNOT_DECODE_STRING_AS_DN_91", 91); 445 446 /** 447 * The Referential Integrity plugin failed when performing a search because the base DN %s does not exist 448 */ 449 public static final LocalizableMessageDescriptor.Arg1<Object> INFO_PLUGIN_REFERENT_SEARCH_NO_SUCH_OBJECT = 450 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "INFO_PLUGIN_REFERENT_SEARCH_NO_SUCH_OBJECT_92", 92); 451 452 /** 453 * An error occurred in the Referential Integrity plugin while attempting to configure the attribute type %s which has a syntax OID of %s. A Referential Integrity attribute type must have a syntax OID of either 1.3.6.1.4.1.1466.115.121.1.12 (for the distinguished name syntax) or 1.3.6.1.4.1.1466.115.121.1.34 (for the name and optional uid syntax) 454 */ 455 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PLUGIN_REFERENT_INVALID_ATTRIBUTE_SYNTAX = 456 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_REFERENT_INVALID_ATTRIBUTE_SYNTAX_93", 93); 457 458 /** 459 * The 7-bit clean plugin is configured with invalid plugin type %s. Only the ldifImport, preOperationAdd, preOperationModify, and preOperationModifyDN plugin types are allowed 460 */ 461 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_7BIT_INVALID_PLUGIN_TYPE = 462 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_7BIT_INVALID_PLUGIN_TYPE_96", 96); 463 464 /** 465 * An error occurred while trying to decode the DN of the target entry: %s 466 */ 467 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_7BIT_CANNOT_DECODE_DN = 468 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_7BIT_CANNOT_DECODE_DN_97", 97); 469 470 /** 471 * An error occurred while trying to decode attribute %s in the target entry: %s 472 */ 473 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PLUGIN_7BIT_CANNOT_DECODE_ATTR = 474 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_7BIT_CANNOT_DECODE_ATTR_98", 98); 475 476 /** 477 * An error occurred while trying to decode the new RDN: %s 478 */ 479 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_7BIT_CANNOT_DECODE_NEW_RDN = 480 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_7BIT_CANNOT_DECODE_NEW_RDN_99", 99); 481 482 /** 483 * The modify DN operation would have resulted in a value for attribute %s that was not 7-bit clean 484 */ 485 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_7BIT_MODIFYDN_ATTR_NOT_CLEAN = 486 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_7BIT_MODIFYDN_ATTR_NOT_CLEAN_102", 102); 487 488 /** 489 * The entry included a value for attribute %s that was not 7-bit clean 490 */ 491 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_7BIT_IMPORT_ATTR_NOT_CLEAN = 492 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_7BIT_IMPORT_ATTR_NOT_CLEAN_103", 103); 493 494 /** 495 * The password policy import plugin references default auth password storage scheme %s which is not available for use in the server 496 */ 497 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_PWIMPORT_NO_SUCH_DEFAULT_AUTH_SCHEME = 498 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_PWIMPORT_NO_SUCH_DEFAULT_AUTH_SCHEME_104", 104); 499 500 /** 501 * The post-synchronization %s plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s 502 */ 503 public static final LocalizableMessageDescriptor.Arg5<Object, Object, Number, Number, Object> ERR_PLUGIN_POST_SYNCHRONIZATION_PLUGIN_EXCEPTION = 504 new LocalizableMessageDescriptor.Arg5<Object, Object, Number, Number, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_POST_SYNCHRONIZATION_PLUGIN_EXCEPTION_105", 105); 505 506 /** 507 * A unique attribute conflict was detected for attribute %s: value %s already exists in entry %s 508 */ 509 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_PLUGIN_UNIQUEATTR_ATTR_NOT_UNIQUE = 510 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_UNIQUEATTR_ATTR_NOT_UNIQUE_106", 106); 511 512 /** 513 * A unique attribute conflict was detected for attribute %s during synchronization (connID=%d, opID=%d): value %s in entry %s conflicts with an existing value in entry %s. Manual interaction is required to eliminate the conflict 514 */ 515 public static final LocalizableMessageDescriptor.Arg6<Object, Number, Number, Object, Object, Object> ERR_PLUGIN_UNIQUEATTR_SYNC_NOT_UNIQUE = 516 new LocalizableMessageDescriptor.Arg6<Object, Number, Number, Object, Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_UNIQUEATTR_SYNC_NOT_UNIQUE_107", 107); 517 518 /** 519 * An internal error occurred while attempting to determine whether the operation would have resulted in a unique attribute conflict (result %s, message %s) 520 */ 521 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR = 522 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_108", 108); 523 524 /** 525 * An internal error occurred while attempting to determine whether the synchronization operation (connID=%d, opID=%d) for entry %s would have resulted in a unique attribute conflict (result %s, message %s) 526 */ 527 public static final LocalizableMessageDescriptor.Arg5<Number, Number, Object, Object, Object> ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_SYNC = 528 new LocalizableMessageDescriptor.Arg5<Number, Number, Object, Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_UNIQUEATTR_INTERNAL_ERROR_SYNC_109", 109); 529 530 /** 531 * The referential integrity plugin defined in configuration entry %s is configured to operate on attribute %s but there is no equality index defined for this attribute in backend %s 532 */ 533 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_PLUGIN_REFERENT_ATTR_UNINDEXED = 534 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_REFERENT_ATTR_UNINDEXED_110", 110); 535 536 /** 537 * The unique attribute plugin defined in configuration entry %s is configured to operate on attribute %s but there is no equality index defined for this attribute in backend %s 538 */ 539 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_PLUGIN_UNIQUEATTR_ATTR_UNINDEXED = 540 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_UNIQUEATTR_ATTR_UNINDEXED_111", 111); 541 542 /** 543 * An attempt was made to register the NetworkGroup plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin 544 */ 545 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_NETWORKGROUP_INVALID_PLUGIN_TYPE = 546 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_NETWORKGROUP_INVALID_PLUGIN_TYPE_112", 112); 547 548 /** 549 * An attempt was made to register the Change Number Control plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin 550 */ 551 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_CHANGE_NUMBER_INVALID_PLUGIN_TYPE = 552 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_CHANGE_NUMBER_INVALID_PLUGIN_TYPE_113", 113); 553 554 /** 555 * An attempt was made to register the Change Number Control plugin with the following plugin types : %s. However this plugin must be configured with all of the following plugin types : %s 556 */ 557 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PLUGIN_CHANGE_NUMBER_INVALID_PLUGIN_TYPE_LIST = 558 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_CHANGE_NUMBER_INVALID_PLUGIN_TYPE_LIST_114", 114); 559 560 /** 561 * The subordinate delete plugin defined in configuration entry %s threw an exception when it was invoked for connection %d operation %d: %s. Processing on this operation will be terminated 562 */ 563 public static final LocalizableMessageDescriptor.Arg4<Object, Number, Number, Object> ERR_PLUGIN_SUBORDINATE_DELETE_PLUGIN_EXCEPTION = 564 new LocalizableMessageDescriptor.Arg4<Object, Number, Number, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_SUBORDINATE_DELETE_PLUGIN_EXCEPTION_115", 115); 565 566 /** 567 * The subordinate delete plugin defined in configuration entry %s returned null when invoked for connection %d operation %s. This is an illegal response, and processing on this operation will be terminated 568 */ 569 public static final LocalizableMessageDescriptor.Arg3<Object, Number, Object> ERR_PLUGIN_SUBORDINATE_DELETE_PLUGIN_RETURNED_NULL = 570 new LocalizableMessageDescriptor.Arg3<Object, Number, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_SUBORDINATE_DELETE_PLUGIN_RETURNED_NULL_116", 116); 571 572 /** 573 * An attempt was made to register the Samba password synchronization plugin to be invoked as a %s plugin. This plugin type is not allowed for this plugin 574 */ 575 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_SAMBA_SYNC_INVALID_PLUGIN_TYPE = 576 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_SAMBA_SYNC_INVALID_PLUGIN_TYPE_117", 117); 577 578 /** 579 * The Samba password synchronization plugin could not encode a password for the following reasons: %s 580 */ 581 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_SAMBA_SYNC_ENCODING = 582 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_SAMBA_SYNC_ENCODING_118", 118); 583 584 /** 585 * The Samba password synchronization plugin could not process a modification for the following reason: %s 586 */ 587 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_SAMBA_SYNC_MODIFICATION_PROCESSING = 588 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_SAMBA_SYNC_MODIFICATION_PROCESSING_119", 119); 589 590 /** 591 * Invalid plugin type '%s' for the Attribute Cleanup plugin 592 */ 593 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_ATTR_CLEANUP_INITIALIZE_PLUGIN = 594 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_ATTR_CLEANUP_INITIALIZE_PLUGIN_120", 120); 595 596 /** 597 * Attribute '%s' is not defined in the directory schema 598 */ 599 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_ATTR_CLEANUP_ATTRIBUTE_MISSING = 600 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_ATTR_CLEANUP_ATTRIBUTE_MISSING_121", 121); 601 602 /** 603 * The attribute '%s' has already been defined in the configuration 604 */ 605 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_ATTR_CLEANUP_DUPLICATE_VALUE = 606 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_ATTR_CLEANUP_DUPLICATE_VALUE_122", 122); 607 608 /** 609 * The mapping '%s:%s' maps the attribute to itself 610 */ 611 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PLUGIN_ATTR_CLEANUP_EQUAL_VALUES = 612 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_ATTR_CLEANUP_EQUAL_VALUES_123", 123); 613 614 /** 615 * The property 'check-references-filter-criteria' specifies filtering criteria for attribute '%s', but this attribute is not listed in the 'attribute-type' property 616 */ 617 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_REFERENT_ATTR_NOT_LISTED = 618 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_REFERENT_ATTR_NOT_LISTED_124", 124); 619 620 /** 621 * The filtering criteria '%s' specified in property 'check-references-filter-criteria' is invalid because the filter could not be decoded: '%s' 622 */ 623 public static final LocalizableMessageDescriptor.Arg2<Object, Object> ERR_PLUGIN_REFERENT_BAD_FILTER = 624 new LocalizableMessageDescriptor.Arg2<Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_REFERENT_BAD_FILTER_125", 125); 625 626 /** 627 * The entry referenced by the value '%s' of the attribute '%s' in the entry '%s' does not exist in any of the configured naming contexts 628 */ 629 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_PLUGIN_REFERENT_ENTRY_MISSING = 630 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_REFERENT_ENTRY_MISSING_126", 126); 631 632 /** 633 * The entry referenced by the value '%s' of the attribute '%s' in the entry '%s' does not match the filter '%s' 634 */ 635 public static final LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object> ERR_PLUGIN_REFERENT_FILTER_MISMATCH = 636 new LocalizableMessageDescriptor.Arg4<Object, Object, Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_REFERENT_FILTER_MISMATCH_127", 127); 637 638 /** 639 * The entry referenced by the value '%s' of the attribute '%s' in the entry '%s' does not belong to any of the configured naming contexts 640 */ 641 public static final LocalizableMessageDescriptor.Arg3<Object, Object, Object> ERR_PLUGIN_REFERENT_NAMINGCONTEXT_MISMATCH = 642 new LocalizableMessageDescriptor.Arg3<Object, Object, Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_REFERENT_NAMINGCONTEXT_MISMATCH_128", 128); 643 644 /** 645 * The opration could not be processed due to an unexpected exception: '%s' 646 */ 647 public static final LocalizableMessageDescriptor.Arg1<Object> ERR_PLUGIN_REFERENT_EXCEPTION = 648 new LocalizableMessageDescriptor.Arg1<Object>(PluginMessages.class, RESOURCE, "ERR_PLUGIN_REFERENT_EXCEPTION_129", 129); 649 650}