toggle menu
api-services
JVM
switch theme
search in API
api-services
/
org.cryptotrader.api.library.services
/
SessionService
Session
Service
@
Service
open
class
SessionService
Members
Constructors
Session
Service
Link copied to clipboard
constructor
(
)
Functions
get
User
From
Session
Link copied to clipboard
open
fun
getUserFromSession
(
session
:
HttpSession
)
:
Optional
<
ProductUser
>
remove
Session
User
Link copied to clipboard
open
fun
removeSessionUser
(
session
:
HttpSession
)
set
Session
User
Link copied to clipboard
open
fun
setSessionUser
(
session
:
HttpSession
,
user
:
User
)
user
In
Session
Link copied to clipboard
open
fun
userInSession
(
session
:
HttpSession
)
:
Boolean