UserFactory Methods |
The UserFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() ![]() | FindAllByGroupIds |
Find all users (members) using a list of groups identifiers.
|
![]() ![]() ![]() | FindAllByGuids |
Find all users using a list of GUIDs.
|
![]() ![]() ![]() | FindAllByIds |
Find all users using a list of identifiers.
|
![]() ![]() ![]() | FindAllManagedRecursively |
Recursively find all users managed
by the specified user.
|
![]() ![]() ![]() | FindAllMembers |
Find all non-deleted users members
of the specified group.
|
![]() ![]() ![]() | FindAllReachableRecursively |
Recursively find all non-deleted users
reachable by the specified user.
|
![]() ![]() ![]() | FindByEmail |
Find a non-deleted user using his email address,
return null if not found.
|
![]() ![]() ![]() | FindByGuid |
Find a user using his guid, return null if not found
|
![]() ![]() ![]() | FindById |
Find a user using his identifier, return null if not found
|
![]() ![]() ![]() | FindByLoginOrEmailAndPassword |
Find a non-deleted user using his login (or email) and password,
return null if not found.
|
![]() ![]() ![]() | FindByToken |
Find a non-deleted user using his token,
return null if not found.
|
![]() ![]() ![]() | NewUser |
Create a new user.
|
![]() ![]() ![]() | NewUserForRegistration |
Create a new user for registration
|