Uses of Class
com.skava.auth.model.entities.UserSession
Packages that use UserSession
Package
Description
Models to represent the entity classes.
Repository classes to represent the data access layer of the entities.
Support classes for hold the reusable functionalities.
-
Uses of UserSession in com.skava.auth.model.entities
Constructor parameters in com.skava.auth.model.entities with type arguments of type UserSessionModifierConstructorDescriptionQUserSession
(com.querydsl.core.types.Path<? extends UserSession> path) -
Uses of UserSession in com.skava.auth.repository
Methods in com.skava.auth.repository that return types with arguments of type UserSessionModifier and TypeMethodDescriptionUserSessionRepository.findAllByUserIdAndStatus
(Long userId, int status) UserSessionRepository.findAllByUserIdAndStatusOrderByStartTimeDesc
(Long userId, int status, org.springframework.data.domain.Pageable pageable) UserSessionRepository.findTopBySessionId
(String sessionId) Service definition to find user session by session id. -
Uses of UserSession in com.skava.auth.util
Methods in com.skava.auth.util that return UserSessionModifier and TypeMethodDescriptionstatic UserSession
SessionUtil.getUserSession
(String sessionId, UserSessionRepository userSessionRepository) Methods in com.skava.auth.util with parameters of type UserSessionModifier and TypeMethodDescriptionstatic void
SessionUtil.clearSession
(String sessionId, UserSession session, AuthCommonServices authCommonServices) clearSessionMethod parameters in com.skava.auth.util with type arguments of type UserSessionModifier and TypeMethodDescriptionstatic void
SessionUtil.clearOrchestrationCache
(List<UserSession> sessionList, org.springframework.data.redis.core.RedisTemplate<Object, Object> redisTemplate) This method will clear the adminorchestration cache in redis