Package com.wilfredmorgan.api.services
Contains the services that are used to retrieve and manipulate data in the application.
Contains the contract stating what each client can do with the data in the application.
The majority of the work of the application resides in this package.
-
Interface Summary Interface Description RoleService The service that works with the Role modelUserService The service that works with the User model -
Class Summary Class Description RoleServiceImpl Implements the RoleService interfaceSecurityUserServiceImpl This implements User Details Service that allows us to authenticate a user.UserAuditing Identify current user for auditing database record manipulationUserServiceImpl Implements UserService interface