Annotation Interface AllowApiKeyAccess


@Target(METHOD) @Retention(RUNTIME) @PreAuthorize("@CourseSecurity.hasManagePermissionsOrApiKeyAccess(#root, #courseId)") public @interface AllowApiKeyAccess