Table of Contents

Namespace The.Web.Entities.Components

Classes

AddPasswordLoginView
ChangePasswordView
UserAccountCommandSpecFactory

Matches entities implementing IUserAccount and closes UserAccountCommandSpec<T> over their concrete type.

UserAccountCommandSpec<T>

Built-in commands for administering entities implementing IUserAccount: password login and administrator role management on edit pages, and account creation and authorisation cache reset on browse pages. The web counterpart of the WPF AdminUserAccount behaviours. Claim changes are staged in the page's entity context and persist when the page is saved.

UserAccountEditSpec

Built-in edit spec for entities implementing IUserAccount: new accounts are created with an attached profile.