Package com.skava.auth.service.impl.userrole


package com.skava.auth.service.impl.userrole
Implementation classes to represent the service layer implementations of the user role.
Author:
Infosys Equinox
  • Classes
    Class
    Description
    This service class implements AddRolesToUsersService and handles the add user to role service request, process it and save the details in DB.
    This service class implements DeleteUserRolesService and handles the delete roles of the user.
    This service class implements DeleteUserRolesService and handles the delete roles of the user.
    This service class implements GetUsersRoleService and handles the load all users from a role service request, process it and save the details in DB.
    This service class implements AddUserRoleService and handles the add user to role service request, process it and save the details in DB.