This topic applies to WebSphere Application Server Liberty V8.5.5.9 and earlier. For the latest Liberty topics, see the WebSphere Application Server Liberty documentation.
Basic User Registry (basicRegistry)
A simple XML-based user registry.
Attribute name | Data type | Default value | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
ignoreCaseForAuthentication | boolean | false | Allow case-insensitive user name authentication. |
realm | string | BasicRegistry | The realm name represents the user registry. |
- group
Description: A group in a Basic User Registry.Required: falseData type: Attribute name Data type Default value Description id string A unique configuration ID. name string Name of a group in a Basic User Registry.
- user
Description: A user in a Basic User Registry.Required: falseData type: Attribute name Data type Default value Description id string A unique configuration ID. name string Name of a user in a Basic User Registry. password One way hashable, or reversably encoded password (string) Password of a user in a Basic User Registry. The value can be stored in clear text or encoded form. It is recommended that you encode the password. To do so, use the securityUtility tool with the encode option.