long-runner
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
long-runner
tasks-controller
/
org.artofdev.tasks.controller.security
/
Authorizer
Authorizer
@
Service
class
Authorizer
(
taskTypeRepo
:
TaskTypeRepo
,
config
:
TaskControllerConfig
)
Members
Constructors
Authorizer
Link copied to clipboard
constructor
(
taskTypeRepo
:
TaskTypeRepo
,
config
:
TaskControllerConfig
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
authorize
Link copied to clipboard
fun
authorize
(
request
:
AuthorizeRequest
)
authorize
Executor
Link copied to clipboard
fun
authorizeExecutor
(
httpHeaders
:
HttpHeaders
)
authorize
Super
User
Link copied to clipboard
fun
authorizeSuperUser
(
authData
:
AuthData
?
)