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