Uses of Class
com.skava.auth.model.rest.entities.SessionVO
Packages that use SessionVO
Package
Description
Data transfer classes for session to transfer data from service to SessionController.
Support classes for hold the reusable functionalities.
-
Uses of SessionVO in com.skava.auth.model.response.session
Constructors in com.skava.auth.model.response.session with parameters of type SessionVO -
Uses of SessionVO in com.skava.auth.util
Methods in com.skava.auth.util that return SessionVOModifier and TypeMethodDescriptionstatic SessionVO
SessionUtil.createSession
(Long userId, Long collectionId, com.skava.core.auth.AuthGrantedAuthority authGrantedAuthority, boolean isGuest, long tokenExpiryTime, AuthSessionHandler authSessionHandler, UserSessionRepository userSessionRepository) static SessionVO
SessionUtil.refreshClientSession
(String sessionId, String[] clientIds, Long collectionId, com.skava.core.auth.AuthGrantedAuthority authGrantedAuthority, boolean isGuest, long tokenExpiryTime, AuthSessionHandler authSessionHandler) This method creates a new session with existing session identifier.static SessionVO
SessionUtil.refreshSession
(String sessionId, Long[] userIds, Long collectionId, com.skava.core.auth.AuthGrantedAuthority authGrantedAuthority, boolean isGuest, long tokenExpiryTime, AuthSessionHandler authSessionHandler) This method creates a new session with existing session identifier.