|
AuthenticationService v0.3.0+7-g8a7f190
|
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] |
An interface representing an user registered with the authentication service.
|
get |
|
get |
|
get |
The unique identifier of the user in the database.
Implemented in Joutsen.Authentication.Persistence.NHibernate.PersistableUser, and Joutsen.Authentication.Persistence.NHibernate.UserInfo.
|
getset |
Determines if the user is currently active was disabled.
Implemented in Joutsen.Authentication.Persistence.NHibernate.PersistableUser, and Joutsen.Authentication.Persistence.NHibernate.UserInfo.
|
get |
|
get |
|
get |
Fetches the user's roles in different applications.
Implemented in Joutsen.Authentication.Persistence.NHibernate.PersistableUser, and Joutsen.Authentication.Persistence.NHibernate.UserInfo.
|
getset |
The name of the user.
Implemented in Joutsen.Authentication.Persistence.NHibernate.PersistableUser, and Joutsen.Authentication.Persistence.NHibernate.UserInfo.