AuthAdapter |
Adapter used for authenticating user. It takes login and password on input
and checks the database if there is a user with such login (email) and password. |
AuthManager |
The AuthManager service is responsible for user's login/logout and simple access
filtering. The access filtering feature checks whether the current visitor
is allowed to see the given page or not. |
ManageUsersManager |
This service is responsible for the logic of adding/editing users
and changing user passwords by admin staff. |
RotateAndResizeImageFile |
Class that is used to apply users requested changes to the image that they
have uploaded as their profile picture |
UserManager |
This service is responsible for adding/editing users
and changing user password. |