1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
#
# The contents of this file are subject to the terms
# of the Common Development and Distribution License
# (the License). You may not use this file except in
# compliance with the License.
#
# You can obtain a copy of the License at
# See the License for the specific language governing
# permission and limitations under the License.
#
# When distributing Covered Code, include this CDDL
# Header Notice in each file and include the License file
# If applicable, add the following below the CDDL Header,
# with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# $Id: DSConfig.properties,v 1.3 2008/06/25 05:40:33 qcheng Exp $
#
# Portions Copyrighted 2012-2016 ForgeRock AS.
# Portions Copyrighted 2012 Open Source Solution Technology Corporation
dscfg-dirserver_node_expected=Invalid node encountered. Class Server is registered for DirInstance nodes only.
dscfg-invalid_base_dn=Invalid Base DN :
dscfg-servergroup_node_expected=Invalid node encountered. Class ServerGroup is registered for ServerGroup nodes only.
dscfg-nocfgmgr=Failed to get handle to Configuration Manager.
dscfg-connectFail=Unable to connect to LDAP server.
dscfg-jssSockFactoryFail=Failed to create LDAP connection with JSS
dscfg-unsupportedServerCtrl=Server doesn't support required controls..
dscfg-unsupportedLstnrType=Non supported listener type .
dscfg-ctrlError=Error encountered while checking for supported controls.
dscfg-serverNotFound=Server not found.
#
# I18N messages for ServerConfigMgr command
#
dscfg-passwd-read-error=Error occurred while reading password from file {0}.
dscfg-passwd-file-not-found=Error: specified password file {0} does not exist.
dscfg-option_not_supported=This option {0} is currently not implemented. It will be added shortly.
dscfg-usage=usage:\n ampassword -a | --admin [ -o | --old <old-password-file> -n | --new <new-password-file> ]\n ampassword -p | --proxy [ -o | --old <old-password-file> -n | --new <new-password-file> ]\n ampassword -e | --encrypt [ password-file ]\n ampassword -h | --help
dscfg-illegal-args=Illegal number of arguments
dscfg-no-file-path-specified=Configuration file path not specified.
dscfg-no-file-permission=Do not have file permissions to read or write: {0}
dscfg-incorrect-usage=Incorrect usage for option {0}.
dscfg-invalid-option=Invalid option: {0}
dscfg-error-reading-config-file=Error while reading the configuration file
dscfg-unable-to-find-root-node=Unable to find root node in XML document
dscfg-unable-to-find-default-servergroup=Unable to find default server group
dscfg-corrupted-serverconfig=Server configuration file is corrupted
dscfg-passwd-success=Successfully changed password
dscfg-old-passwd-donot-match=Provided user's old password does not match
dscfg-invalid-password=Passwords do not match in directory server
dscfg-null-password=Error: No value has been specified for password in the password file {0}. The password should be specified in the first line of the file.
dscfg-null-new-password=New password is null
dscfg-null-old-password=Old password is null
dscfg-password-length-not-met=Password must be atleast {0} characters
dscfg-passwords-are-same=Old and New passwords are the same
dscfg-password-lenght-not-met=Passwords must be atleast {0} characters
dscfg-enter-old-password=Enter Old Password:
dscfg-enter-new-password=Enter New Password (minimum of {0} characters):
dscfg-enter-new-password-again=Re-enter New Password:
dscfg-new-passwords-donot-match=Entered new passwords do not match
dscfg-enter-encrypt-password=Enter the Password to be encrypted:
dscfg-proxy-no-suppport=This option is not supported because the product does not have AM SDK support.
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
#
# The contents of this file are subject to the terms
# of the Common Development and Distribution License
# (the License). You may not use this file except in
# compliance with the License.
#
# You can obtain a copy of the License at
# See the License for the specific language governing
# permission and limitations under the License.
#
# When distributing Covered Code, include this CDDL
# Header Notice in each file and include the License file
# If applicable, add the following below the CDDL Header,
# with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# $Id: SMS.properties,v 1.9 2008/12/15 21:31:53 goodearth Exp $
#
# Portions Copyrighted 2012 ForgeRock Inc
# Portions Copyrighted 2012 Open Source Solution Technology Corporation
sms-INVALID_PARAMETERS=Invalid parameters
sms-INVALID_SSO_TOKEN=Invalid SSO Token
sms-INVALID_OP_VALUE=Invalid op value.
sms-INVALID_ATTR_ENTRY=Invalid attr entry
sms-INVALID_CLASS_NAME=Invalid class name:
sms-INVALID_DN=Invalid DN:
sms-CANNOT_CREATE_INSTANCE=Cannot create an instance of Abstract Class :
sms-ATTR_OR_VAL_EXISTS=Attribute or value already exists.
sms-SUBCONFIGNAME_IN_USE=SubConfig name is in use for exporting.
sms-NODE_ALREADY_EXISTS=The service or plugin node already exists.
sms-NO_SUCH_ATTRIBUTE=No such attribute :
sms-NO_ATTRIBUTE_IN_ENTRY=This entry contains no attributes :
sms-INVALID_SEARCH_ORDER_PARAMETER=Unequal comparison array length of sortAttrs and sortOrder.
sms-INVALID_SEARCH_BASE=Invalid search base.
sms-ATTR_LIST_NEEDED=Attribute list needs to be specified as a parameter.
sms-CANNOT_CREATE_PLACE_HOLDER_NODE=Cannot create an intermediate node
sms-SERVER_DOWN=Connection to the server could not be established
sms-LDAP_NOT_SUPPORTED=The LDAP protocol version is not supported on this server.
sms-LDAP_SERVER_BUSY=The LDAP server is busy and not accepting any more connections
sms-INSUFFICIENT_ACCESS_RIGHTS=The user does not have permission to perform the operation.
sms-ADMIN_LIMIT_EXCEEDED=The Directory server aborted the operation.
sms-TIME_LIMIT_EXCEEDED=The Directory server timed out of the operation.
sms-LDAP_REFERRAL_EXCEPTION=The directory server has referral entries but, the product is not configured to follow referrals.
sms-LDAP_OPERATION_FAILED=The LDAP operation failed.
sms-UNEXPECTED_LDAP_EXCEPTION=Unexpected LDAP exception occurred.
sms-EVENT_NOTIFICATION_FAILED=Exception from event notification.
sms-UNKNOWN_EXCEPTION_OCCURED=An registered exception occurred. Please see log for further details.
sms-XML_PARSER_EXCEPTION=XML Processing failed to complete.
sms-SERVER_INSTANCE_NOT_FOUND=No valid server configuration was found or all configured servers are inactive.
sms-VALUE_DOES_NOT_EXIST=The value does not exist.
sms-SUB_CONFIG_DOES_NOT_EXIST=The requested sub-config does not exist:
sms-INVALID_CONFIG_NAME=Configuration name cannot have , or ".
sms-ADD_SUB_CONFIG_FAILED=Adding of subconfiguration node failed.
sms-NO_SUCH_OBJECT=Such node does not exist in the directory server.
sms-SERVICE_NODE_NOT_FOUND=Service node expected.
sms-SERVICE_NAME_NOT_FOUND=Service node does not have a name.
sms-REALM_NAME_NOT_FOUND=Realm does not exist {0}
sms-ORG_NAME_NOT_FOUND=Cannot delete. Organization does not exist {0}
sms-CANNOT_DELETE_NO_VALUE=Cannot delete. Value for this attribute {0} already deleted.
sms-ATTR_NAME_NOT_FOUND=Attribute name not found.
sms-ATTR_SYNTAX_NOT_FOUND=Invalid XML document. Invalid attribute syntax in LDAPSchema.
sms-OC_NAME_NOT_FOUND=Invalid XML document. Invalid objectclass name in LDAPSchema.
sms-AUTHENTICATION_ERROR=Error occurred while obtaining authentication information.
sms-INVALID_ATTR_NAME=Invalid attribute name
sms-service_already_exists=Service already exists : {0} , {1}
sms-service_already_exists1=Service already exists
sms-organization_already_exists1=The realm {0} already exists.
sms-subconfig_already_exists=SubConfig already exists : {0}
sms-importsubconfig_failed=Import of SubConfig failed : {0}
sms-organization_does_not_exist=Organization does not exist
sms-failed_to_get_schema_manager=Failed to get Service Schema Manager
sms-service_does_not_exist=Service does not exist : {0}
sms-validator_cannot_instantiate_class=The instantiation failed for the class {0}
sms-validation_failed_invalid_name=The attribute name {0} does not match the service schema
sms-attribute-values-missing=Values for {0} is required.
sms-attribute-values-does-not-match-schema=Data validation failed for the attribute, {0}
sms-invalid_attribute_type=The type of the attribute {0} is invalid
sms-invalid_attribute_syntax=The syntax of the attribute {0} is invalid
sms-invalid-add-sub-config=Unable to add subConfig {0}
sms-invalid-add-sub-config-unknown-schema-name=Unable to find subconfig named: {0}
sms-service-does-not-have-org-schema=The service {0} does not have organization schema
sms-service-does-not-have-global-schema=The service {0} does not have global schema
sms-invalid-org-name=Organization name {0} is invalid
sms-org-doesnot-exist=Organization does not exist: {0}
sms-invalid-group-name=Group name {0} is invalid
sms-no-such-instance=The instance {0} does not exist
sms-attributeschema-duplicates=AttributeSchema {0} is duplicated. Attribute Name supplied conflicts with an existing Attribute Name.
sms-attributeschema-already-exists=AttributeSchema {0} already exists
sms-attributeschema-attributetype-violation=Add operation is attempted for SINGLE_CHOICE attribute type.
sms-subschema-already-exists=Sub Schema {0} already exists
sms-required-attribute-delete=Required service attribute {0} cannot be deleted from entry
sms-entries-exists=Sub Organization cannot be deleted. Sub entries exist.
sms-invalid_delegation_privilege=Invalid delegation privilege encountered.
sms-cannot_delete_rootsuffix=Root realm {0} cannot be deleted.
#
# Exceptions for SMSSchema
#
sms-SMSSchema_no_service_element=XML document does not have Service element
sms-SMSSchema_no_schema_element=XML document does not have service Schema element
sms-SMSSchema_parser_error=Parser error at line: {0}\n{1}
sms-SMSSchema_exception_message=SAX Exception: {0}
sms-SMSSchema_invalid_xml_document=Invalid XML document: {0}
sms-SMSSchema_invalid_input_stream=Invalid input stream: {0}
sms-SMSSchema_service_notfound=Service schema not found.
sms-SMSSchema_invalid_default_values=Invalid default value(s).
#
sms-CAN_NOT_CONSTRUCT_SERVICE_MANAGER=error while constructing service manager
sms-readonly_obj=This object is a read-only instance.
sms-invalidMethod=Can call this method only while creating new entry.
sms-invalid-search-filter=Invalid search pattern. Cannot have '(' and ')'
services_validator_invalid_attr_name=Invalid Attribute Name
services_validator_invalid_attr_schema=Invalid Attribute Schema
services_validator_initialize_failed= Unable to initialize ServiceConfigValidator
services_validator_schema_does_not_exist=Service Schema does not exist
sms-invalid-orgattr-schema-document=Invalid OrganizationAttribute schema document
sms-plugin-schema-name-not-found=Plugin schema name not found
sms-invalid-plugin-schema-document=Invalid plugin schema document
sms-invalid-plugin-interface-name=Invalid plugin interface name
sms-invalid-plugin-schema-name=Invalid plugin schema name
sms-invalid-plugin-interfaceschema-name=Invalid plugin schema name (and/or) Invalid plugin interface name.
sms-invalid-attr-name=Invalid attribute name: {0}
sms-error-in-searching=Error in Searching
sms-invalid-dn=Invalid or Error in getting base DN
sms-invalid-doctype=XML file does not follow the right DTD.
sms-invalid-inheritance-value=Invalid inheritance value, {0}.
sms-invalid-exportable-value=Invalid value for 'Supports Applicable Organization' , {0}.
sms-cannot-create-org=Cannot create Organization. The configuration is not migrated to realms.
sms-invalid-searchable-value=Invalid isSearchable value, {0}.
sms-cannot-delete-org=Cannot delete Organization. The configuration is not migrated to realms.
sms-service-not-assigned=Service {0} is not assigned
sms-parent-component-not-present=Service {0}, component {1} does not have parent
sms-AMSDK_Exception=AMSDK Exception
sms-no-organization-schema=There is no Organization schema for this service, {0}
sms-init-no-class-found=Required class name for initialization not found.
sms-instantiation-failed=Error in instantiation of class.
sms-service-not-found=Unable to get service names.
sms-version-not-found=Unable to get service versions.
sms-SERVICE_CORE_CANNOT_DELETE=Cannot remove a core service.
sms-cannot_append_NODE=Cannot add child node.
sms-cannot-update-xml-document=Cannot update XML document.
sms-entry-cannot-access=Error in accessing entry.
sms-entry-cannot-create=Error in creating entry.
sms-entry-cannot-modify=Error in modifying entry.
sms-entry-cannot-delete=Error in deleting entry.
sms-subentry-cannot-search=Error in searching subentries.
sms-subentry-cannot-obtain=Error in obtaining subentries.
sms-cannot-copy-fromModItemToModSet=Error while converting JNDI ModificationItems to LDAPModificationSet
sms-suborg-cannot-search=Error in searching suborganization names.
sms-suborg-cannot-obtain=Error in obtaining suborganization names.
sms-org-cannot-search=Error in searching organization names.
sms-org-cannot-obtain=Error in obtaining organization names.
sms-JAXRPC-cannot-read=Error in reading SMSJAXRPC object.
sms-JAXRPC-cannot-create=Error in creating SMSJAXRPC object.
sms-JAXRPC-cannot-modify=Error in modifying SMSJAXRPC object.
sms-JAXRPC-cannot-delete=Error in deleting SMSJAXRPC object.
sms-JAXRPC-suborg-cannot-search=Error in searching SMSJAXRPC object suborganization names.
sms-JAXRPC-org-cannot-search=Error in searching SMSJAXRPC object organization names.
sms-JAXRPC-subentry-cannot-search=Error in searching SMSJAXRPC object subentries.
sms-JAXRPC-schemasubentry-cannot-search=Error in searching SMSJAXRPC object schema subentries.
sms-JAXRPC-error-in-searching=Error in Searching SMSJAXRPC object.
sms-JAXRPC-cannot-copy-fromModItemToString=Error while converting JNDI ModificationItems to String.
sms-JAXRPC-cannot-copy-fromModStringToModItem=Error while converting ModificationItem strings to ModificationItems.
sms-JAXRPC-attribute-values-validation-failed=Attribute values validation fails.
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
#
# The contents of this file are subject to the terms
# of the Common Development and Distribution License
# (the License). You may not use this file except in
# compliance with the License.
#
# You can obtain a copy of the License at
# See the License for the specific language governing
# permission and limitations under the License.
#
# When distributing Covered Code, include this CDDL
# Header Notice in each file and include the License file
# If applicable, add the following below the CDDL Header,
# with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# $Id: Services.properties,v 1.2 2008/06/25 05:40:33 qcheng Exp $
#
#
namingErr-badResponse=Unexpected Response from server.
namingErr-invalidArg=Invalid or missing argument
#
# Messages for XML Utilities
#
XMLUtils.parser_error=Parser error at line: {0}
XMLUtils.exception_message=SAX Exception: {0}
XMLUtils.invalid_xml_document=Invalid XML document: {0}
XMLUtils.invalid_input_stream=Invalid input stream: {0}
#
# Messages for Debug class
#
Debug.invalid_config_file=Invalid debug configuration file: {0}
Debug.debug_off=Turning OFF debugging
#resources for com.iplanet.services - ServiceManager, ServiceRegistrar
servicemanager-exception_while_registering_service=exception while registering service
servicemanager-exception_while_getting_service_names=exception while getting service names
servicemanager-exception_while_getting_service_status_attribute_name=exception while getting service status attribute name
servicemanager-exception_while_getting_service_schema=exception while getting service schema
servicemanager-exception_while_getting_service_attribute_names=exception while getting service attribute names
servicemanager-exception_while_getting_service_objectclass_names=exception while getting service objectclass names
servicemanager-exception_while_getting_service_schema_manager=exception while getting ServiceSchemaManager
serviceregistar-exception_while_finding_basesuffix=exception while finding basesuffix
servicemanager-exception_while_getting_service_status=Exception while getting the service status
servicemanager-exception_while_setting_service_status=Exception while setting the service status
servicemanager-exception_while_deleting_service=Exception while deleting a service
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
#
# The contents of this file are subject to the terms
# of the Common Development and Distribution License
# (the License). You may not use this file except in
# compliance with the License.
#
# You can obtain a copy of the License at
# See the License for the specific language governing
# permission and limitations under the License.
#
# When distributing Covered Code, include this CDDL
# Header Notice in each file and include the License file
# If applicable, add the following below the CDDL Header,
# with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# $Id: authentication_util.properties,v 1.2 2008/06/25 05:40:37 qcheng Exp $
#
#
authError-authConfiguration=Can not set authentication configuration
authError-invalidMethod=Invalid method call for login state
authError-nullInput=Illegal null input
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
#
# The contents of this file are subject to the terms
# of the Common Development and Distribution License
# (the License). You may not use this file except in
# compliance with the License.
#
# You can obtain a copy of the License at
# See the License for the specific language governing
# permission and limitations under the License.
#
# When distributing Covered Code, include this CDDL
# Header Notice in each file and include the License file
# If applicable, add the following below the CDDL Header,
# with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# $Id: sso.properties,v 1.2 2008/06/25 05:40:38 qcheng Exp $
#
#
sso-noproviderproperty=SSO Provider property, providerimplclass not found
sso-noproviderclass=SSP Provider Implementation class not found {0}
sso-noproviderinstance=SSO Provider Implementation class instantiation failed
sso-illegalaccess=SSO Provider implementation class is not accessible
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright (c) 2007 Sun Microsystems Inc. All Rights Reserved
#
# The contents of this file are subject to the terms
# of the Common Development and Distribution License
# (the License). You may not use this file except in
# compliance with the License.
#
# You can obtain a copy of the License at
# See the License for the specific language governing
# permission and limitations under the License.
#
# When distributing Covered Code, include this CDDL
# Header Notice in each file and include the License file
# If applicable, add the following below the CDDL Header,
# with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# $Id: ums.properties,v 1.2 2008/06/25 05:40:38 qcheng Exp $
#
#
ums-searchfailed=Search failure
ums-contextnamemissing=Need a context name
ums-badsesshdl=Can't obtain session handle
ums-invalidssotoken=The credential (SSOToken) is invalid
ums-badguid=Can't obtain ID
ums-novalue=No value for attribute {0}
ums-attrnotallowed=Attribute {0} not allowed
ums-norequired=The in-memory object has no {0}
ums-addnullobj=NULL object to add to {0}
ums-composeguidfailed=Can't compose ID for {0}
ums-delnullobj=NULL object to delete in {0}
ums-badchildobj=Child object is not valid
ums-nonamingattr=No naming attribute is specified
ums-badnamingattr=Naming attribute is not valid
ums-unmatchedclass=Object class does not match with specified attribute
ums-multusers=Multiple users found for {0}
ums-newinstancefailed=Create instance failed ({0})
ums-badid=Object ID can't be NULL
ums-missingtemplname=Missing template name
ums-badclass=Class is not valid
ums-nodefaulttempl=Default template is not defined
ums-nextentryfailed=Fail to get next entry: {0}
ums-badobjtoadd=Object to be added is not valid
ums-badcontextparam=Need an id to generate the context
ums-badauthdomain=Missing authentication domain name
ums-badattrnames=Attribute names could not be NULL
ums-usernotingroupscope=User {0} not in the scope of group memberUrl {1}
ums-illegalgroupscope=Illegal scope for DynamicGroup memberUrl
ums-illegaladgroupscope=Illegal scope for AssignableDynamicGroup memberUrl
ums-usernotfound=User not found in {0}: {1}
ums-attributetypenotfound=Attribute type {0} not found
ums-objectclassnotfound=Object class {0} not found
ums-readingldiffailed=Reading LDIF file failure
ums-unabletogetconnection=Unable to get a connection based on proxy control
ums-authenticationfailed=Unable to authenticate
ums-nullsession=null Session
ums-nullguids=Guid id null
ums-cminitiate=Error initiating CM {0}
ums-cm=CM: {0}
ums-templatenoattribute=Template does not allow any attribute
ums-loadserverconfig=Error while loading server configuration information.
ums-proxyuserconfig=Proxy User is not set up properly in configuration
ums-rolecontained=role already contained
ums-recursionnotallow=Recursion not allowed
ums-loadconfig=Error while loading configuration information.
ums-rolenotdefined=Role evaluation strategy not defined in the configuration file
ums-cosnotdefined=COS strategy not defined in the configuration file
ums-multipleentries=MultipleEntriesFound
ums-roleevaluationset=RoleEvaluationStrategy already set
ums-classnotfound=ClassNotFoundException for class
ums-instantiationexception=InstantiationException for class
ums-illegalaccessexception=IllegalAccessException for class
ums-badpersistentobject=Persistent Object is not valid
ums-objectnotpersistent=Object is not persistent
ums-nochildnodes=No child nodes found for structure template
ums-configmanagererror=Configuration Manager error: {0}
ums-structuretemplateattrsetnull=Structure Template AttrSet is null for class name: {0}
ums-badstructuretemplatepriority=Bad Structure Template priority in template:{0}:{1}:{2}
ums-bad-principal-hdl=Invalid Principal
ums-null-token=The SSOToken is NULL.
ums-readattributeserror=Unable to read attributes from Data Store for the entry "{0}"
ums-entry_not_found=The entry "{0}" does not exist
ums-unable_to_read_entry=Unable to read the entry "{0}"
ums-entry_already_exists=The entry "{0}" already exists
ums-insufficient_access_add=Insufficient privilege to add the entry "{0}"
ums-unable_to_add_entry=Unable to add the entry "{0}"
ums-insufficient_access_delete=Insufficient privilege to delete the entry "{0}"
ums-unable_to_delete_entry=Unable to delete the entry "{0}"
#
# Used by Validation
#
validation-dataconstraint=Invalid attribute value
validation-badvalue=Invalid class for value
validation-badrule=Invalid class for rule
validation-instancefailed=failed to create a new instance
#
#COS Related
#
cos-bad_cos_attr_qualifier=Bad COS Attribute Qualifier
cos-cos_definition_not_found=COS Definition not found
cos-bad_cos_template_reference=Bad COS template reference
cos-cos_template_not_found=COS Template not found
cos-invalid_cosdefinition=Invalid COSDefinition Parameter
cos-definition_not_persistent=COS Definition must be persistent before adding container object
cos-replace_definition_not_persistent=COS Definition must be persistent before replacing its contents
cos-cos_target_object_not_persistent=COS Target Object must be persistent before assigning a COS
cos-cos_definition_not_persistent=COS Definition Object must be persistent before assigning a COS
cos-cos_target_object_different_tree=COS Target Object does not exist in the same directory tree as COS Definition.
cos-cos_def_or_target_object_null=COS Target Object for assignment is null, or the COS Definition used in the assignment is null.
cos-cos_invalid_cos_attribute_qualifier=Invalid COS Attribute and/or Qualifier.
cos-cos_strategy_set=COSStrategy already set
cos-class_not_found=ClassNotFoundException for class
cos-instantiation_exception=InstantiationException for class
cos-illegal_access=IllegalAccessException for class
#
# Policy Related
#
policy-nopolicydomain=Policy Domain name cannot be null or blank
policy-policy_root_not_found=Policy Root Not Found
policy-policy_domain_not_found=Policy Domain Not Found
policy-policy_not_found=Policy Not Found
policy-policy_exists_for_name=Policy Already Exists For the given policy name
policy-policy_exists_for_policy_name=Policy Already Exists For the given policy name
policy-policy_exists_for_resource_action=Policy Already Exists For the resource name, action name pair
policy-policies_do_not_match_by_name_resource_action=Policies do not match by policy name, resource name and action name