Equinox
Users
Controller
The EquinoxUsersController
class is
useful to manage all the user operations
Author
N7ghtm4r3 - Tecknobit
Since
1.0.1
Parameters
: the type of the EquinoxUser used in the system, is generic to avoid manual casts if it has been customized
: the type of the EquinoxUsersRepository used in the system, is generic to avoid manual casts if it has been customized
: the type of the EquinoxUsersHelper used in the system, is generic to avoid manual casts if it has been customized
See also
Properties
jsonHelper
helper to work with JSON values
NOT_AUTHORIZED_OR_WRONG_DETAILS_MESSAGE
message to use when the request is by a not authorized user
or tried to fetch wrong details
resourcesProvider
the
resources provider and manager
RESPONSE_SUCCESSFUL_MESSAGE
message to use when the request has been successful
protector
the instance to launch the server protector to manage the
server accesses
usersHelper
helper to manage the users database operations
usersRepository
instance for
the user repository
WRONG_PROCEDURE_MESSAGE
message to use when the procedure is wrong