Package com.skava.auth.service.impl.authgroup
package com.skava.auth.service.impl.authgroup
Implementation classes to represent the service layer implementations of the group attribute.
- Author:
- Infosys Equinox
-
ClassesClassDescriptionService Implementation class which implements AddRolesToAuthGroupService and it handles the adding roles to auth group service request, process request and save the details in DB.This service class implements AddUsersToAuthGroupService and handles the add users to auth group service request, process it and save the details in DB.This service class implements CreateAuthGroupService and handles the create auth group service request, process it and save the details in DB.This service class implements DeleteAuthGroupService and handles the delete an auth group service request, process it and save the details in DB.This service class implements GetAuthGroupService and handles the get auth group service request, process it and save the details in DB.This service class implements GetAllAuthGroupsService and handles the get all auth group service request, process it and save the details in DB.This service class implements GetRolesOfAuthGroupService and handles the get roles of auth group service request, process it and save the details in DB.This service class implements GetUsersOfAuthGroupService and handles the get users of auth group service request and process it.This service class implements RemoveRolesFromAuthGroupService and handles the remove roles from auth group service request, process it and save the details in DB.This service class implements RemoveUsersFromAuthGroupService and handles the remove users from auth group service request, process it and save the details in DB.This service class implements UpdateAuthGroupService and handles the update auth group service request, process it and save the details in DB.