19 declare(strict_types=1);
36 public function __construct(?array $a_data,
int $a_id,
bool $a_call_by_reference =
true,
bool $a_prepare_output =
true)
39 $DIC->language()->loadLanguageModule(
'lti');
44 if ($DIC->http()->wrapper()->query()->has(
"cid")) {
45 $this->consumer_id = (
int) $DIC->http()->wrapper()->query()->retrieve(
"cid", $DIC->refinery()->kindlyTo()->int());
51 $next_class = $this->
ctrl->getNextClass($this);
52 $cmd = $this->
ctrl->getCmd();
56 switch ($next_class) {
57 case 'ilpermissiongui':
58 $GLOBALS[
'ilTabs']->activateTab(
'perm_settings');
60 $this->
ctrl->forwardCommand($perm_gui);
63 case 'illticonsumeradministrationgui':
64 $this->tabs_gui->activateTab(
'lti_consuming');
66 $this->
ctrl->forwardCommand($gui);
70 $this->tabs_gui->activateTab(
'lti_providing');
71 if (!$cmd || $cmd ==
'view') {
72 $cmd =
'listConsumers';
73 } elseif ($cmd ==
'createconsumer') {
74 $cmd =
"initConsumerForm";
88 if ($this->rbac_system->checkAccess(
"visible,read", $this->object->getRefId())) {
89 $this->tabs_gui->addTab(
91 $this->
lng->txt(
"lti_providing_tab"),
92 $this->
ctrl->getLinkTarget($this,
"listConsumers")
95 $this->tabs_gui->addTab(
97 $this->
lng->txt(
"lti_consuming_tab"),
98 $this->
ctrl->getLinkTargetByClass(
'ilLTIConsumerAdministrationGUI')
101 if ($this->
ctrl->getCmdClass() ==
'ilobjltiadministrationgui') {
106 if ($this->rbac_system->checkAccess(
'edit_permission', $this->object->getRefId())) {
107 $this->tabs_gui->addTab(
109 $this->
lng->txt(
"perm_settings"),
110 $this->
ctrl->getLinkTargetByClass(
'ilpermissiongui',
"perm")
117 if ($this->rbac_system->checkAccess(
"visible,read", $this->object->getRefId())) {
123 $this->tabs_gui->addSubTab(
125 $this->
lng->txt(
"consumers"),
126 $this->
ctrl->getLinkTarget($this,
"listConsumers")
129 if ($this->rbac_system->checkAccess(
"visible,read", $this->object->getRefId())) {
130 $this->tabs_gui->addSubTab(
132 $this->
lng->txt(
"lti_released_objects"),
133 $this->
ctrl->getLinkTarget($this,
"releasedObjects")
143 $this->tabs_gui->activateSubTab(
"settings");
144 $this->tpl->setContent($form->getHTML());
211 $role->setTitle(
"il_lti_global_role");
212 $role->setDescription(
"This global role should only contain the permission 'read' for repository and categories. Do not rename this role.");
214 $this->rbac_admin->assignRoleToFolder($role->getId(), 8,
'y');
215 $this->rbac_admin->setProtected(8, $role->getId(),
'y');
216 $this->rbac_admin->setRolePermission($role->getId(),
'root', [3], 8);
217 $this->rbac_admin->setRolePermission($role->getId(),
'cat', [3], 8);
218 $this->rbac_admin->grantPermission($role->getId(), [3],
ROOT_FOLDER_ID);
219 $role->changeExistingObjects(
226 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"lti_user_role_created"),
true);
238 $this->tpl->setContent($form->getHTML());
243 $this->tabs_gui->activateSubTab(
"consumers");
248 $ti_title->setRequired(
true);
249 $form->addItem($ti_title);
250 $ti_description =
new ilTextInputGUI($this->
lng->txt(
"description"),
'description');
251 $form->addItem($ti_description);
253 $ti_prefix->setInfo($this->
lng->txt(
"prefix_info"));
254 $ti_prefix->setRequired(
true);
255 $form->addItem($ti_prefix);
256 #$ti_key = new ilTextInputGUI($this->lng->txt("lti_consumer_key"), 'key'); 257 #$ti_key->setRequired(true); 258 #$ti_secret = new ilTextInputGUI($this->lng->txt("lti_consumer_secret"), 'secret'); 259 #$ti_secret->setRequired(true); 261 $languages = $this->
lng->getInstalledLanguages();
264 foreach ($languages as $lang_key) {
270 $form->addItem($si_language);
275 $valid_obj_types = $this->
object->getLTIObjectTypes();
276 foreach ($valid_obj_types as $obj_type) {
277 $object_name = $this->
lng->txt(
'objs_' . $obj_type);
280 $form->addItem($cb_obj_types);
283 $roles = $this->
object->getLTIRoles();
284 foreach ($roles as $role_id => $role_name) {
285 $options[$role_id] = $role_name;
289 $form->addItem($si_roles);
292 $form->addItem($cb_active);
294 if ($a_mode ==
'edit') {
295 $form->setFormAction($this->
ctrl->getFormAction($this,
'editLTIConsumer'));
296 $form->setTitle($this->
lng->txt(
"lti_edit_consumer"));
297 $form->addCommandButton(
"updateLTIConsumer", $this->
lng->txt(
"save"));
299 $form->setFormAction($this->
ctrl->getFormAction($this,
'createLTIConsumer'));
300 $form->setTitle($this->
lng->txt(
"lti_create_consumer"));
301 $form->addCommandButton(
"createLTIConsumer", $this->
lng->txt(
"save"));
302 $form->addCommandButton(
'listConsumers', $this->
lng->txt(
'cancel'));
314 $this->
ctrl->setParameter($this,
"cid", $this->consumer_id);
316 if (!$this->consumer_id) {
317 $this->
ctrl->redirect($this,
"listConsumers");
323 $a_form->getItemByPostVar(
"title")->setValue($consumer->getTitle());
324 $a_form->getItemByPostVar(
"description")->setValue($consumer->getDescription());
325 $a_form->getItemByPostVar(
"prefix")->setValue($consumer->getPrefix());
326 $a_form->getItemByPostVar(
"language")->setValue($consumer->getLanguage());
327 $a_form->getItemByPostVar(
"active")->setChecked($consumer->getActive());
328 $a_form->getItemByPostVar(
"role")->setValue($consumer->getRole());
329 $a_form->getItemByPostVar(
"types")->setValue($this->
object->getActiveObjectTypes($this->consumer_id));
331 $this->tpl->setContent($a_form->getHTML());
343 if ($form->checkInput()) {
347 $consumer->setTitle($form->getInput(
'title'));
348 $consumer->setDescription($form->getInput(
'description'));
349 $consumer->setPrefix($form->getInput(
'prefix'));
350 $consumer->setLanguage($form->getInput(
'language'));
351 $consumer->setActive((
bool) $form->getInput(
'active'));
352 $consumer->setRole((
int) $form->getInput(
'role'));
353 $consumer->saveGlobalToolConsumerSettings($this->dataConnector);
355 $this->
object->saveConsumerObjectTypes(
356 $consumer->getExtConsumerId(),
357 $form->getInput(
'types')
359 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"lti_consumer_created"),
true);
360 $this->
ctrl->redirect($this,
'listConsumers');
363 $form->setValuesByPost();
375 if (!$this->consumer_id) {
376 $this->
ctrl->redirect($this,
"listConsumers");
379 $this->
ctrl->setParameter($this,
"cid", $this->consumer_id);
383 if ($form->checkInput()) {
384 $consumer->setTitle($form->getInput(
'title'));
385 $consumer->setDescription($form->getInput(
'description'));
386 $consumer->setPrefix($form->getInput(
'prefix'));
387 $consumer->setLanguage($form->getInput(
'language'));
388 $consumer->setActive((
bool) $form->getInput(
'active'));
389 $consumer->setRole((
int) $form->getInput(
'role'));
390 $consumer->saveGlobalToolConsumerSettings($this->dataConnector);
391 $this->
object->saveConsumerObjectTypes($this->consumer_id, $form->getInput(
'types'));
393 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"lti_consumer_updated"),
true);
404 if ($this->request_wrapper->has(
'cid')) {
405 $consumer_id = (
int) $this->request_wrapper->retrieve(
'cid', $this->refinery->kindlyTo()->int());
408 if ($consumer_id == 0) {
409 $this->
ctrl->redirect($this,
"listConsumers");
412 $consumer->deleteGlobalToolConsumerSettings($this->dataConnector);
413 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt(
"lti_consumer_deleted"),
true);
414 $this->
ctrl->redirect($this,
'listConsumers');
425 $this->
lng->txt(
'lti_create_consumer'),
426 $this->
ctrl->getLinkTarget($this,
'createconsumer')
430 $this->
lng->txt(
'lti_create_lti_user_role'),
431 $this->
ctrl->getLinkTarget($this,
'createLtiUserRole')
433 $this->
toolbar->addText($this->
lng->txt(
'lti_user_role_info'));
437 $this->tabs_gui->activateSubTab(
"consumers");
443 $this->tpl->setContent($tbl->getHTML());
451 if (!$this->consumer_id) {
452 $this->
ctrl->redirect($this,
"listConsumers");
456 if ($consumer->getActive()) {
457 $consumer->setActive(
false);
458 $msg =
"lti_consumer_set_inactive";
460 $consumer->setActive(
true);
461 $msg =
"lti_consumer_set_active";
463 $consumer->saveGlobalToolConsumerSettings($this->dataConnector);
464 $this->tpl->setOnScreenMessage(
'success', $this->
lng->txt($msg),
true);
466 $this->
ctrl->redirect($this,
'listConsumers');
474 $this->tabs_gui->activateSubTab(
'releasedObjects');
480 $this->tpl->setContent($table->getHTML());
changeStatusLTIConsumer()
Change activation status.
getConsumerForm(string $a_mode='')
This class represents an option in a checkbox group.
Class ilObjLTIAdministrationGUI.
createLTIConsumer()
Create new lti consumer.
prepareOutput(bool $show_sub_objects=true)
__construct(?array $a_data, int $a_id, bool $a_call_by_reference=true, bool $a_prepare_output=true)
deleteLTIConsumer()
Delete consumers.
updateLTIConsumer()
Update lti consumer settings.
ilLTIDataConnector $dataConnector
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
initSettingsForm(?ilPropertyFormGUI $form=null)
TableGUI class for LTI consumer listing.
Class ilObjectGUI Basic methods of all Output classes.
Description of class class.
initConsumerForm(?ilPropertyFormGUI $form=null)
static _getIdsForTitle(string $title, string $type='', bool $partial_match=false)
checkPermissionBool(string $perm, string $cmd="", string $type="", ?int $ref_id=null)
listConsumers()
List consumers.
__construct(Container $dic, ilPlugin $plugin)
const MODE_UNPROTECTED_KEEP_LOCAL_POLICIES
releasedObjects()
Show relases objects.
editConsumer(?ilPropertyFormGUI $a_form=null)
Edit consumer.
static _lookupEntry(string $a_lang_key, string $a_mod, string $a_id)
checkPermission(string $perm, string $cmd="", string $type="", ?int $ref_id=null)