basicRegistry - Basic User Registry (basicRegistry)

A simple XML-based user registry.

NameTypeDefaultDescription
idstringA unique configuration ID.
realmstringBasicRegistryThe realm name represents the user registry.
ignoreCaseForAuthenticationbooleanfalseAllow case-insensitive user name authentication.

user

A user in a Basic User Registry.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringName of a user in a Basic User Registry.
passwordOne 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.

group

A group in a Basic User Registry.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringName of a group in a Basic User Registry.

group > member

A member of a Basic User Registry group.

NameTypeDefaultDescription
idstringA unique configuration ID.
namestringName of a user in a Basic User Registry group.