[Missing <summary> documentation for "N:Litium.Foundation.Accounts"]
Classes
| Class | Description | |
|---|---|---|
|
|
Account |
Base class for users and groups.
|
|
|
AccountSettings |
Contains information about the account tier.
|
|
|
CannotDeleteAnonymousUserExeption |
Thrown when trying to delete the anonymous user.
|
|
|
CannotDeleteSystemUserExeption |
Thrown when trying to delete the system user.
|
|
|
DirectoryUpdateException |
Thrown when updates in directory fails or not allowed.
|
|
|
EntryDoesNotExistInDirectoryException |
Thrown when an entry does not exist in the Active Directory.
|
|
|
Group |
Abstract group base class.
|
|
|
GroupCollection |
A collection of all groups.
Enumerates over Group instances.
|
|
|
GroupDoesNotExistException |
Thrown when the group does not exist or has been deleted.
|
|
|
GroupExistsException |
Thrown when the group name already exists in the solution.
|
|
|
GroupMembershipCollection |
A collection of group memberships.
Enumerates over group IDs.
|
|
|
MembershipDoesNotExistException |
Thrown when a group membership does not exists or has been deleted.
|
|
|
MembershipExistsException |
Thrown when a trying to create a group membership which already exists.
|
|
|
User |
Abstract user base class.
|
|
|
UserCollection |
A collection of all users.
Enumerates over User instances.
|
|
|
UserDoesNotExistException |
Thrown when a user does not exist or has been deleted.
|
|
|
UserExistsException |
Thrown when trying to create a user with a login name which already exists in the solution.
|
|
|
UserMembersCollection |
A collection of user members.
Enumerates over user IDs.
|
Interfaces
| Interface | Description | |
|---|---|---|
|
|
ISyncableAccount |
Interface for accounts which can be synchroinzed against a Directory.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
|
|
AccountTypes |
Predfinied account types used in Litium Foundation.
|
|
|
UserStatus |
User status enum.
|