Package com.skava.auth.service.impl.role


package com.skava.auth.service.impl.role
Implementation classes to represent the service layer implementations of the role.
Author:
Infosys Equinox
  • Classes
    Class
    Description
    This service class implements AddPrivilegeSetsToRoleService and handles the privilege set and role association service request, process it and save the details in DB.
    This service class implements CreateRoleService and handles the role creation service request, process it and save the details in DB.
    This service class implements DeleteRoleService and handles the role deletion service request, process it and delete the details in DB.
    This service class implements GetAllRoleService and handles the all role retrieval service request, process it and retrieve the details in DB.
    This service class implements GetPrivilegeSetsOfRoleService and handles the all privilege sets of role retrieval service request, process it and retrieve the details in DB.
    This service class implements GetRoleService and handles the role retrieval service request, process it and retrieve the details in DB.
    This service class implements UpdateRoleService and handles the update role service request, process it and save the details in DB.
    This service class implements RemovePrivilegeSetsFromRoleService and handles the remove privilege sets from a role service request, process it and save the details in DB.
    This service class implements UpdateRoleService and handles the update role service request, process it and save the details in DB.