Uses of Class
com.skava.auth.model.entities.ClientSession
Packages that use ClientSession
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 ClientSession in com.skava.auth.model.entities
Constructor parameters in com.skava.auth.model.entities with type arguments of type ClientSessionModifierConstructorDescriptionQClientSession
(com.querydsl.core.types.Path<? extends ClientSession> path) -
Uses of ClientSession in com.skava.auth.repository
Methods in com.skava.auth.repository that return types with arguments of type ClientSessionModifier and TypeMethodDescriptionClientSessionRepository.findAllByClientIdAndStatus
(String clientId, int status) ClientSessionRepository.findTopBySessionId
(String sessionId) Service definition to find client session by session id. -
Uses of ClientSession in com.skava.auth.util
Methods in com.skava.auth.util that return ClientSessionModifier and TypeMethodDescriptionstatic ClientSession
SessionUtil.getClientSession
(String sessionId, ClientSessionRepository clientSessionRepository)