abstract class GropiusAuthorizationContextBase(val checkPermission: Boolean) : AuthorizationContext

Base gropius authorization context Provides flexibility how to define the userNode

Parameters

checkPermission

if false, no authorization checks should be performed

Inheritors

Constructors

Link copied to clipboard
constructor(checkPermission: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
abstract val userNode: Node

Should be used in authorization check expressions