Interface CreateSessionService

All Superinterfaces:
com.skava.core.EcommService<SessionRequest,SessionResponse>
All Known Implementing Classes:
CreateSessionServiceImpl

public interface CreateSessionService extends com.skava.core.EcommService<SessionRequest,SessionResponse>
An interface to define the service for creating session.
Author:
Infosys Equinox
  • Method Summary

    Modifier and Type
    Method
    Description
    tokenExpirationFromCollection(Long collectionId, boolean isGuest)
     

    Methods inherited from interface com.skava.core.EcommService

    getValidateException, getValidator, getValidator, process
  • Method Details

    • tokenExpirationFromCollection

      Long tokenExpirationFromCollection(Long collectionId, boolean isGuest)