Uses of Interface
com.skava.auth.repository.ClientSessionRepository
Packages that use ClientSessionRepository
Package
Description
Implementation classes to represent the service layer implementations of the session.
Support classes for hold the reusable functionalities.
-
Uses of ClientSessionRepository in com.skava.auth.service.impl.session
Fields in com.skava.auth.service.impl.session declared as ClientSessionRepositoryModifier and TypeFieldDescriptionprotected ClientSessionRepository
RepositoryBeans.clientSessionRepository
client session repository -
Uses of ClientSessionRepository in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type ClientSessionRepositoryModifier and TypeMethodDescriptionstatic ClientSessionVO
SessionUtil.createClientSession
(String clientId, Long collectionId, com.skava.core.auth.AuthGrantedAuthority authGrantedAuthority, boolean isGuest, long tokenExpiryTime, AuthSessionHandler authSessionHandler, ClientSessionRepository clientSessionRepository) static ClientSession
SessionUtil.getClientSession
(String sessionId, ClientSessionRepository clientSessionRepository)