Package com.skava.auth.service.impl.session


package com.skava.auth.service.impl.session
Implementation classes to represent the service layer implementations of the session.
Author:
Infosys Equinox
  • Classes
    Class
    Description
    This serivce class implements CreateClientSessionService and handles the client session creation service request, process it and retrieve the details from DB.
    This serivce class implements CreateSessionService and handles the session creation service request, process it and retrieve the details from DB.
    This service class implements DeleteSessionService and handles the role deletion service request, process it and save the details in DB.
    This service class implements DeleteSessionService and handles the role deletion service request, process it and save the details in DB.
    This service class implements GetSessionService and handles the session retrieval service request, process it and retrieve the details from DB.
    This service class implements GetSessionService and handles the session retrieval service request, process it and retrieve the details from DB.
    This class holds the repository beans for db operations.