Uses of Class
com.skava.auth.model.response.session.SessionResponse
Packages that use SessionResponse
Package
Description
Implementation classes to represent the service layer implementations of the session.
-
Uses of SessionResponse in com.skava.auth.service.impl.session
Methods in com.skava.auth.service.impl.session that return SessionResponseModifier and TypeMethodDescriptionCreateSessionServiceImpl.process
(SessionRequest input) This method process the create session request and creates the user session whether given request is valid.DeleteSessionServiceImpl.process
(GetSessionRequest input) GetSessionServiceImpl.process
(GetSessionRequest input) RefreshSessionServiceImpl.process
(GetSessionRequest input)