Package com.skava.auth.service.impl.clientrole
package com.skava.auth.service.impl.clientrole
Implementation classes to represent the service layer implementations of the client role.
- Author:
- Infosys Equinox
-
ClassesClassDescriptionThis service class implements AddRolesToClientsService and handles the add client to role service request, process it and save the details in DB.This service class implements DeleteClientRolesService and handles the delete roles of the client.This service class implements DeleteClientRolesService and handles the delete roles of the user.This service class implements GetClientsRoleService and handles the load all clients from a role service request, process it and save the details in DB.This service class implements AddClientRoleService and handles the add client to role service request, process it and save the details in DB.