Uses of Interface
com.skava.auth.repository.UserSessionRepository
Packages that use UserSessionRepository
Package
Description
Implementation classes to represent the service layer implementations of the session.
Support classes for hold the reusable functionalities.
-
Uses of UserSessionRepository in com.skava.auth.service.impl.session
Fields in com.skava.auth.service.impl.session declared as UserSessionRepositoryModifier and TypeFieldDescriptionprotected UserSessionRepository
RepositoryBeans.userSessionRepository
user session repository -
Uses of UserSessionRepository in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type UserSessionRepositoryModifier and TypeMethodDescriptionstatic SessionVO
SessionUtil.createSession
(Long userId, Long collectionId, com.skava.core.auth.AuthGrantedAuthority authGrantedAuthority, boolean isGuest, long tokenExpiryTime, AuthSessionHandler authSessionHandler, UserSessionRepository userSessionRepository) static UserSession
SessionUtil.getUserSession
(String sessionId, UserSessionRepository userSessionRepository)