A simple XML-based user registry.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
realm | string | BasicRegistry | The realm name represents the user registry. |
ignoreCaseForAuthentication | boolean | false | Allow case-insensitive user name authentication. |
A user in a Basic User Registry.
Name | Type | Default | 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. |
A group in a Basic User Registry.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | Name of a group in a Basic User Registry. |
A member of a Basic User Registry group.
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | Name of a user in a Basic User Registry group. |