class GropiusAuthorizationContext(val userId: String, checkPermission: Boolean = true) : GropiusAuthorizationContextBase

Default authorization context

Parameters

userId

the id of the authenticated GropiusUser

checkPermission

if false, no authorization checks should be performed

Constructors

Link copied to clipboard
constructor(userId: String, checkPermission: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val userNode: Node

Should be used in authorization check expressions