Basic User Registry (basicRegistry)
A simple XML-based user registry.
Name | Type | Default | Description |
---|---|---|---|
certificateMapMode |
| PRINCIPAL_CN | Specifies the X.509 certificate authentication mapping mode for the basic registry: PRINCIPAL_CN, CUSTOM, or NOT_SUPPORTED. |
certificateMapperId | string | Specifies the X509CertificateMapper to use when the X.509 certificate authentication mapping mode is CUSTOM. The value must match the value of the 'x509.certificate.mapper.id' property that is specified for the X509CertificateMapper implementation. | |
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
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. |
group > member
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. |
user
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. |