Package com.skava.auth.service.impl.dynamicprivilege
package com.skava.auth.service.impl.dynamicprivilege
Implementation classes to represent the service layer implementations of the dynamic privilege.
- Author:
- Infosys Equinox
-
ClassesClassDescriptionThis service class implements CreateDynamicPrivilegeService and handles the create dynamic privilege service request, process it and save the details in DB.This service class implements DeleteDynamicPrivilegeService and handles the delete dynamic privilege service request, process it and save the details in DB.This service class implements GetAllDynamicPrivilegeService and handles the get all dynamic privilege service request, process it and save the details in DB.This service class implements GetDynamicPrivilegeService and handles the get dynamic privilege service request, process it and save the details in DB.This service class implements UpdateDynamicPrivilegeService and handles the update dynamic privileges service request, process it and save the details in DB.