Wraps a UserAuth in a type that has extensions related to our security model.
More...
Wraps a UserAuth in a type that has extensions related to our security model.
◆ User() [1/2]
Initializes a new instance of the User class.
◆ User() [2/2]
Apac.Auth.User.User |
( |
UserAuth |
user | ) |
|
|
inline |
Initializes a new instance of the User class.
- Parameters
-
◆ TranslateFromSession()
static User Apac.Auth.User.TranslateFromSession |
( |
IAuthSession |
session | ) |
|
|
inlinestatic |
Translates from session.
- Parameters
-
- Returns
- Returns a User with data from the session.
◆ UpdateFrom()
void Apac.Auth.User.UpdateFrom |
( |
User |
user | ) |
|
|
inline |
Updates the user using data provided by user .
- Parameters
-
This routine does not alter the Id value, but it does alter UserName and all of the security infor, so it can provide a way to replicate a user account.
◆ IsDeleted
bool Apac.Auth.User.IsDeleted |
|
getset |
Gets or sets a value indicating whether this instance is deleted.
true
if this instance is deleted; otherwise, false
.
◆ IsNew
bool Apac.Auth.User.IsNew |
|
getset |
Gets or sets a value indicating whether this instance is new.
true
if this instance is new; otherwise, false
.
◆ NotificationGroups
Gets or sets the notification groups.
The notification groups.
The documentation for this class was generated from the following file:
- /var/lib/jenkins/workspace/apac/APAC/APACCore/Auth/User.cs