Authenticates a user when the username and password match one of the registered users.
Authenticates a user when the username and password match one of the registered users.
Gets a user whose username matches the one required and sees if the password given is a match.
com.atomizesoftware.spin.auth.AuthenticatedUser if credentials match, nothing otherwise.
Gets the id of a com.atomizesoftware.spin.auth.AuthenticatedUser entity.
Gets the id of a com.atomizesoftware.spin.auth.AuthenticatedUser entity.
The request is valid if username and password were given.
The request is valid if username and password were given.
Handles the authentication of users through the user/password pattern.