|
AuthenticationService
v0.2.0
|
An interface representing an user registered with the authentication service. More...
Properties | |
| long | Id [get] |
| The unique identifier of the user in the database. More... | |
| String | Username [get, set] |
| The name of the user. More... | |
| bool | IsActive [get, set] |
| Determines if the user is currently active was disabled. More... | |
| Set< Role > | Roles [get] |
| Fetches the user's roles in different applications. More... | |
| new DateTime | CreationTime [get] |
| new long | CreatorId [get] |
| new DateTime | LastModificationTime [get] |
| new long | LastModifierId [get] |
Properties inherited from Joutsen.Authentication.ModificationTrackable | |
| DateTime | LastModificationTime [get, set] |
| The time of the latest changes to the object. More... | |
| long | LastModifierId [get, set] |
| The Id of the userwho performed the latest changes to the object. More... | |
Properties inherited from Joutsen.Authentication.CreationTrackable | |
| DateTime | CreationTime [get, set] |
| The time the object was created. More... | |
| long | CreatorId [get, set] |
| The Id of the user who created the object. More... | |
An interface representing an user registered with the authentication service.
|
get |
|
get |
|
get |
The unique identifier of the user in the database.
|
getset |
Determines if the user is currently active was disabled.
|
get |
|
get |
|
get |
Fetches the user's roles in different applications.
|
getset |
The name of the user.
1.8.13