SimpleUserService

Retrieve user details from a local config file.

Constructors

this
this()
Undocumented in source.

Members

Functions

authenticate
UserDetails authenticate(string name, string password)
Undocumented in source. Be warned that the author may not have intended to support it.
getById
UserDetails getById(ulong id)
Undocumented in source. Be warned that the author may not have intended to support it.
getByName
UserDetails getByName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
getSalt
string getSalt(string name, string password)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From UserService

authenticate
UserDetails authenticate(string name, string password)
Undocumented in source.
getSalt
string getSalt(string name, string password)
Undocumented in source.
getByName
UserDetails getByName(string name)
Undocumented in source.
getById
UserDetails getById(ulong id)
Undocumented in source.

Meta