long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
tasks-controller-lib
/
org.artofdev.tasks.controller.lib
/
SecurityContext
Security
Context
data
class
SecurityContext
(
val
tenantId
:
Int
?
,
val
userId
:
Int
)
Members
Constructors
Security
Context
Link copied to clipboard
constructor
(
tenantId
:
Int
?
,
userId
:
Int
)
Properties
tenant
Id
Link copied to clipboard
val
tenantId
:
Int
?
user
Id
Link copied to clipboard
val
userId
:
Int
Functions
is
Service
Link copied to clipboard
fun
isService
(
)
:
Boolean