Package com.skava.auth.service.impl.privilegeset
package com.skava.auth.service.impl.privilegeset
Implementation classes to represent the service layer implementations of the privilege set.
- Author:
- Infosys Equinox
-
ClassesClassDescriptionThis service class implements AddPrivilegesToPrivilegeSetService and handles the add privileges to privilege set service request, process it and save the details in DB.This service class implements CreatePrivilegeSetService and handles the create privilege set service request, process it and save the details in DB.This service class implements DeletePrivilegeSetService and handles the delete privilege set service request, process it and save the details in DB.This service class implements GetAllPrivilegeSetsService and handles the load all privilege sets service request, process it and save the details in DB.This service class implements GetPrivilegeSetService and handles the load privilege set service request, process it and save the details in DB.This service class implements GetPrivilegesOfPrivilegeSetService and handles the load all privileges from a privilege set service request, process it and save the details in DB.This service class implements RemovePrivilegesFromPrivilegeSetService and handles the remove privileges from privilege set service request, process it and save the details in DB.This service class implements UpdatePrivilegeSetService and handles the update privilege set service request, process it and save the details in DB.