Table of Contents

Namespace Dynamicweb.Security.UserManagement

Classes

AuditUserInfo

Class AuditUserInfo

ContextExtensions
LogOnResult
LoginLogEntry

A single authentication event recorded in the login log.

LoginLogFilter

Filter for reading LoginLogEntry rows.

LoginLogService

Records and reads authentication events in the login audit log. Writes are best-effort: a logging failure never propagates to the caller.

OneTimeCode

Represents the functionality to work with one-time codes.

User

Represents a user.

UserAddress

Represents a user address

UserAddressService
UserContext
UserContextException
UserContextExtensions

Provides extension methods for UserContext.

UserContextProvider
UserGroup

Represents a user group.

UserGroupService
UserImpersonationService

Service for managing user impersonation.

UserMacro

Represents user macro

UserManagementServices
UserSearchFilter

Represents a filter for searching users.

UserSearchResult
UserService
UserTypeExtensions

Enums

LogOnFailedReason

The reason a login attempt failed, recorded on LogOnResult and in the login log.

LoginLogAuthMethod

The authentication method used for a login event.

LoginLogEventType

The kind of authentication event recorded in the login log.

LoginLogOrigin

Where an authentication event originated.

LoginType

Represents the user's login type.

UserAddressKind

Represents the address's kind.

UserPasswordHashAlgorithm

Represents the type of password hash algorithm.

UserSearchFilter.ActiveStateFilter

Represents the active state filter options.

UserSearchFilter.ServiceAccountFilter

Represents the service account filter options.

UserType

Represents a type of user.

To top