Authenticates a user when the api key match one of the registered users.
Authenticates a user when the api key match one of the registered users.
Gets a user whose api key matches the one required and sees if his active.
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 api key was given.
The request is valid if api key was given.
Handles the authentication of users through the api key pattern.