Uses of Class
com.skava.auth.helper.AuthSessionHandler
Packages that use AuthSessionHandler
-
Uses of AuthSessionHandler in com.skava.auth.util
Methods in com.skava.auth.util with parameters of type AuthSessionHandlerModifier and TypeMethodDescriptionstatic ClientSessionVO
SessionUtil.createClientSession
(String clientId, Long collectionId, com.skava.core.auth.AuthGrantedAuthority authGrantedAuthority, boolean isGuest, long tokenExpiryTime, AuthSessionHandler authSessionHandler, ClientSessionRepository clientSessionRepository) static SessionVO
SessionUtil.createSession
(Long userId, Long collectionId, com.skava.core.auth.AuthGrantedAuthority authGrantedAuthority, boolean isGuest, long tokenExpiryTime, AuthSessionHandler authSessionHandler, UserSessionRepository userSessionRepository) static com.skava.core.auth.AuthGrantedAuthority
AuthGrandManipluationUtil.getAuthorityFromCache
(Long userId, AuthSessionHandler authSessionHandler) This method returns the authority from the cache by user identifier.static com.skava.core.auth.AuthGrantedAuthority
AuthGrandManipluationUtil.getClientAuthorityFromCache
(String clientId, AuthSessionHandler authSessionHandler) This method returns the authority from the cache by user identifier.static boolean
SessionUtil.isGuest
(com.skava.core.auth.AuthGrantedAuthority authGrantedAuthority, AuthSessionHandler authSessionHandler) 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.