Package com.skava.auth.service.session
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 TypeMethodDescriptiontokenExpirationFromCollection
(Long collectionId, boolean isGuest) Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator, getValidator, process
-
Method Details
-
tokenExpirationFromCollection
-