Namespace Umbraco.Cms.Core.Security
Classes
BackOfficeClaimsPrincipalFactory
BackOfficeErrorDescriber
Umbraco back office specific
BackOfficeIdentityBuilder
BackOfficeIdentityOptions
Identity options specifically for the back office identity implementation
BackOfficeIdentityUser
The identity user used for the back office
BackOfficePasswordHasher
A password hasher for back office users
BackOfficeUserStore
The user store for back office users
BackOfficeUserValidator <T>
IdentityMapDefinition
MemberIdentityBuilder
MemberIdentityUser
The identity user used for the member
MemberPasswordHasher
A password hasher for members
MemberRoleStore
A custom user store that uses Umbraco member data
MembersErrorDescriber
MemberUserStore
A custom user store that uses Umbraco member data
NoopLookupNormalizer
No-op lookup normalizer to maintain compatibility with ASP.NET Identity 2
UmbracoErrorDescriberBase
UmbracoIdentityRole
UmbracoIdentityUser
Abstract class for use in Umbraco Identity for users and members
UmbracoPasswordHasher <TUser>
UmbracoUserConfirmation <TUser>
Confirms whether a user is approved or not
UmbracoUserManager <TUser, TPasswordConfig>
Abstract class for Umbraco User Managers for back office users or front-end members
UmbracoUserStore <TUser, TRole>
Interfaces
IBackOfficeUserManager
The user manager for the back office
IBackOfficeUserPasswordChecker
Used by the BackOfficeUserManager to check the username/password which allows for developers to more easily set the logic for this procedure.
IMemberManager
The user manager for members
IMemberUserStore
A custom user store that uses Umbraco member data
ITwoFactorProvider
IUmbracoUserManager <TUser>
A user manager for Umbraco (either back office users or front-end members)
IUserSessionStore <TUser>
An IUserStore interface part to implement if the store supports validating user session Ids