Uses of Class
com.skava.auth.model.rest.entities.ClientSessionVO
Packages that use ClientSessionVO
Package
Description
Data transfer classes for session to transfer data from service to SessionController.
Support classes for hold the reusable functionalities.
-
Uses of ClientSessionVO in com.skava.auth.model.response.session
Constructors in com.skava.auth.model.response.session with parameters of type ClientSessionVOModifierConstructorDescriptionClientSessionResponse
(String responseCode, ClientSessionVO session) -
Uses of ClientSessionVO in com.skava.auth.util
Methods in com.skava.auth.util that return ClientSessionVOModifier and TypeMethodDescriptionstatic ClientSessionVO
SessionUtil.createClientSession
(String clientId, Long collectionId, com.skava.core.auth.AuthGrantedAuthority authGrantedAuthority, boolean isGuest, long tokenExpiryTime, AuthSessionHandler authSessionHandler, ClientSessionRepository clientSessionRepository)