|
AuthenticationService v0.3.0+7-g8a7f190
|
An interface that can be used to authenticate a user by its name and password. More...
Public Member Functions | |
| AuthenticatedUser | GetAuthenticatedUser (String username, String password) |
| Fetches the user that can be authenticated by the username and password. More... | |
An interface that can be used to authenticate a user by its name and password.
| AuthenticatedUser Joutsen.Authentication.Authenticator.GetAuthenticatedUser | ( | String | username, |
| String | password | ||
| ) |
Fetches the user that can be authenticated by the username and password.
Implemented in Joutsen.Authentication.Persistence.NHibernate.NHibernateUserRepository.