19 declare(strict_types=1);
63 $lng = $DIC->language();
69 if ($this->provider->getId() !== 0) {
76 $titleInp->setValue($this->provider->getTitle());
77 $titleInp->setRequired(
true);
81 $descInp->setValue($this->provider->getDescription());
87 $iconInp->setUseCache(
false);
88 if ($this->provider->hasProviderIcon() && $this->provider->getProviderIcon()->exists()) {
89 $iconInp->setImage($this->provider->getProviderIcon()->getAbsoluteFilePath());
91 $iconInp->setImage(
'');
97 $availabilityInp->
setValue((
string) $this->provider->getAvailability());
98 $availabilityInp->setRequired(
true);
100 $lng->
txt(
'lti_con_prov_availability_create'),
103 $availabilityInp->addOption($optionCreate);
105 $lng->
txt(
'lti_con_prov_availability_existing'),
108 $availabilityInp->addOption($optionCreate);
110 $lng->
txt(
'lti_con_prov_availability_non'),
113 $availabilityInp->addOption($optionCreate);
114 $this->
addItem($availabilityInp);
118 $sectionHeader->setTitle(
$lng->
txt(
'lti_con_prov_authentication'));
119 $this->
addItem($sectionHeader);
125 if ($this->provider->getId() == 0) {
128 $versionInp->addOption($lti13);
130 $providerUrlInp->setValue($this->provider->getProviderUrl());
131 $providerUrlInp->setRequired(
true);
135 $initiateLogin->setValue($this->provider->getInitiateLogin());
136 $initiateLogin->setRequired(
true);
141 $redirectionUris->setValue(implode(
"\n", explode(
",", $this->provider->getRedirectionUris())));
142 $redirectionUris->setRequired(
true);
150 $keyType->addOption($keyRsa);
153 $publicKey->setRequired(
true);
154 $publicKey->setInfo(
$lng->
txt(
'lti_con_key_type_rsa_public_key_info'));
155 $keyRsa->addSubItem($publicKey);
158 $keyType->addOption($keyJwk);
160 $keyset->setValue($this->provider->getPublicKeyset());
161 $keyset->setRequired(
true);
162 $keyJwk->addSubItem($keyset);
164 $keyType->setValue($this->provider->getKeyType());
169 $contentItem->setChecked($this->provider->isContentItem());
172 $contentItemUrl->setValue($this->provider->getContentItemUrl());
173 $contentItem->addSubItem($contentItemUrl);
178 $gradeSynchronization->
setInfo(
$lng->
txt(
'lti_con_grade_synchronization_info'));
179 $gradeSynchronization->setValue(
'1');
180 $gradeSynchronization->setChecked($this->provider->isGradeSynchronization());
183 if ($this->provider->getId() > 0) {
186 $Lti13Info->setValue(
188 .
"\nClient ID: \t\t\t\t\t" . $this->provider->getClientId()
189 .
"\nDeployment ID: \t\t\t\t" . (string) $this->provider->getId()
194 $Lti13Info->setDisabled(
true);
198 $versionInp->setValue($this->provider->getLtiVersion());
202 $versionInp->addOption($lti11);
205 $providerUrlInp->setValue($this->provider->getProviderUrl());
206 $providerUrlInp->setRequired(
true);
207 $lti11->addSubItem($providerUrlInp);
211 if (!$this->provider->isProviderKeyCustomizable()) {
212 $keyGlobal->setChecked(
true);
214 $keyGlobal->setInfo(
$lng->
txt(
'lti_con_prov_provider_key_global_info'));
217 $providerKeyInp->setValue($this->provider->getProviderKey());
218 $providerKeyInp->setRequired(
true);
219 $keyGlobal->addSubItem($providerKeyInp);
222 $providerSecretInp->setValue($this->provider->getProviderSecret());
223 $providerSecretInp->setRequired(
true);
224 $keyGlobal->addSubItem($providerSecretInp);
225 $lti11->addSubItem($keyGlobal);
230 $sectionHeader->setTitle(
$lng->
txt(
'lti_con_prov_privacy_settings'));
231 $this->
addItem($sectionHeader);
235 $lng->
txt(
'conf_privacy_ident_il_uuid_user_id'),
238 $op->
setInfo(
$lng->
txt(
'conf_privacy_ident_il_uuid_user_id_info'));
239 $item->addOption($op);
241 $lng->
txt(
'conf_privacy_ident_il_uuid_login'),
245 $item->addOption($op);
247 $lng->
txt(
'conf_privacy_ident_il_uuid_ext_account'),
250 $op->
setInfo(
$lng->
txt(
'conf_privacy_ident_il_uuid_ext_account_info'));
251 $item->addOption($op);
253 $lng->
txt(
'conf_privacy_ident_il_uuid_sha256'),
256 $op->
setInfo(
$lng->
txt(
'conf_privacy_ident_il_uuid_sha256_info'));
257 $item->addOption($op);
259 $lng->
txt(
'conf_privacy_ident_il_uuid_sha256url'),
262 $op->
setInfo(
$lng->
txt(
'conf_privacy_ident_il_uuid_sha256url_info'));
263 $item->addOption($op);
266 $lng->
txt(
'conf_privacy_ident_il_uuid_random'),
269 $op->
setInfo(
$lng->
txt(
'conf_privacy_ident_il_uuid_random_info'));
270 $item->addOption($op);
273 $lng->
txt(
'conf_privacy_ident_real_email'),
277 $item->addOption($op);
278 $item->setValue((
string) $this->provider->getPrivacyIdent());
282 $item->setRequired(
false);
287 if ($this->provider->isInstructorSendEmail()) {
288 $item->setChecked(
true);
290 $item->setInfo(
$lng->
txt(
'lti_con_prov_instructor_email_info'));
296 $item->addOption($op);
299 $item->addOption($op);
302 $item->addOption($op);
305 $item->addOption($op);
306 $item->setValue((
string) $this->provider->getPrivacyName());
307 $item->setInfo(
$lng->
txt(
'conf_privacy_name_info'));
308 $item->setRequired(
false);
313 if ($this->provider->isInstructorSendName()) {
314 $item->setChecked(
true);
316 $item->setInfo(
$lng->
txt(
'lti_con_prov_instructor_name_info'));
320 $includeUserImage->
setInfo(
$lng->
txt(
'lti_con_prov_inc_usr_pic_info'));
321 $includeUserImage->setChecked($this->provider->getIncludeUserPicture());
322 $this->
addItem($includeUserImage);
326 if ($this->provider->IsExternalProvider()) {
327 $item->setChecked(
true);
329 $item->setInfo(
$lng->
txt(
'lti_con_prov_external_provider_info'));
334 $sectionHeader->setTitle(
$lng->
txt(
'lti_con_prov_learning_progress_options'));
335 $this->
addItem($sectionHeader);
338 if ($this->provider->getHasOutcome()) {
339 $item->setChecked(
true);
341 $item->setInfo(
$lng->
txt(
'lti_con_prov_has_outcome_service_info'));
343 $masteryScore->
setInfo(
$lng->
txt(
'lti_con_prov_mastery_score_default_info'));
344 $masteryScore->setSuffix(
'%');
345 $masteryScore->allowDecimals(
true);
346 $masteryScore->setDecimals(2);
347 $masteryScore->setMinvalueShouldBeGreater(
false);
348 $masteryScore->setMinValue(0);
349 $masteryScore->setMaxvalueShouldBeLess(
false);
350 $masteryScore->setMaxValue(100);
351 $masteryScore->setSize(4);
352 $masteryScore->setValue((
string) $this->provider->getMasteryScorePercent());
353 $item->addSubItem($masteryScore);
357 $sectionHeader->setTitle(
$lng->
txt(
'lti_con_prov_launch_options'));
358 $this->
addItem($sectionHeader);
362 if ($this->provider->getUseProviderId()) {
363 $item->setChecked(
true);
365 $item->setInfo(
$lng->
txt(
'lti_con_prov_use_provider_id_info'));
371 if ($this->provider->getAlwaysLearner()) {
372 $item->setChecked(
true);
374 $item->setInfo(
$lng->
txt(
'lti_con_prov_always_learner_info'));
379 if ($this->provider->getUseXapi()) {
380 $item->setChecked(
true);
382 $item->setInfo(
$lng->
txt(
'lti_con_prov_use_xapi_info'));
385 $subitem->setValue($this->provider->getXapiLaunchUrl());
386 $subitem->setInfo(
$lng->
txt(
'lti_con_prov_xapi_launch_url_info'));
387 $subitem->setRequired(
true);
388 $subitem->setMaxLength(255);
389 $item->addSubItem($subitem);
392 $subitem->setValue($this->provider->getXapiLaunchKey());
393 $subitem->setInfo(
$lng->
txt(
'lti_con_prov_xapi_launch_key_info'));
394 $subitem->setRequired(
true);
395 $subitem->setMaxLength(64);
396 $item->addSubItem($subitem);
399 $subitem->setValue($this->provider->getXapiLaunchSecret());
400 $subitem->setInfo(
$lng->
txt(
'lti_con_prov_xapi_launch_secret_info'));
401 $subitem->setRequired(
true);
402 $subitem->setMaxLength(64);
403 $item->addSubItem($subitem);
406 $subitem->setValue($this->provider->getXapiActivityId());
407 $subitem->setInfo(
$lng->
txt(
'lti_con_prov_xapi_activity_id_info'));
408 $subitem->setMaxLength(128);
409 $item->addSubItem($subitem);
414 $item->
setValue($this->provider->getCustomParams());
417 $item->setInfo(
$lng->
txt(
'lti_con_prov_custom_params_info'));
421 $sectionHeader->setTitle(
$lng->
txt(
'lti_con_prov_group_options'));
422 $this->
addItem($sectionHeader);
425 $item->setValue($this->provider->getKeywords());
426 $item->setInfo(
$lng->
txt(
'lti_con_prov_keywords_info'));
427 $item->setMaxLength(1000);
432 $category->setValue($this->provider->getCategory());
433 $category->setRequired(
true);
440 $sectionHeader->setTitle(
$lng->
txt(
'lti_con_prov_hints'));
441 $this->
addItem($sectionHeader);
444 $remarksInp->
setValue($this->provider->getRemarks());
445 $remarksInp->setRows(6);
452 $lng = $DIC->language();
460 $titleInp->setValue($this->provider->getTitle());
461 $titleInp->setRequired(
true);
465 $descInp->setValue($this->provider->getDescription());
471 $iconInp->setUseCache(
false);
472 if ($this->provider->hasProviderIcon() && $this->provider->getProviderIcon()->exists()) {
473 $iconInp->setImage($this->provider->getProviderIcon()->getAbsoluteFilePath());
475 $iconInp->setImage(
'');
481 $availabilityInp->
setValue((
string) $this->provider->getAvailability());
482 $availabilityInp->setRequired(
true);
484 $lng->
txt(
'lti_con_prov_availability_create'),
487 $availabilityInp->addOption($optionCreate);
489 $lng->
txt(
'lti_con_prov_availability_existing'),
492 $availabilityInp->addOption($optionCreate);
494 $lng->
txt(
'lti_con_prov_availability_non'),
497 $availabilityInp->addOption($optionCreate);
498 $this->
addItem($availabilityInp);
502 $sectionHeader->setTitle(
$lng->
txt(
'lti_con_prov_authentication'));
503 $this->
addItem($sectionHeader);
509 if ($this->provider->getId() == 0) {
512 $versionInp->addOption($lti13);
514 $providerUrlInp->setValue($this->provider->getProviderUrl());
515 $providerUrlInp->setRequired(
true);
516 $lti13->addSubItem($providerUrlInp);
519 $initiateLogin->setValue($this->provider->getInitiateLogin());
520 $initiateLogin->setRequired(
true);
521 $lti13->addSubItem($initiateLogin);
525 $redirectionUris->setValue(implode(
"\n", explode(
",", $this->provider->getRedirectionUris())));
526 $redirectionUris->setRequired(
true);
527 $lti13->addSubItem($redirectionUris);
534 $keyType->addOption($keyRsa);
537 $publicKey->setRequired(
true);
538 $publicKey->setValue($this->provider->getPublicKey());
539 $publicKey->setInfo(
$lng->
txt(
'lti_con_key_type_rsa_public_key_info'));
540 $keyRsa->addSubItem($publicKey);
543 $keyType->addOption($keyJwk);
545 $keyset->setValue($this->provider->getPublicKeyset());
546 $keyset->setRequired(
true);
547 $keyJwk->addSubItem($keyset);
549 $keyType->setValue($this->provider->getKeyType());
550 $lti13->addSubItem($keyType);
556 if (!
ilSession::has(
'lti_dynamic_registration_custom_params') && !empty($this->provider->getContentItemUrl())) {
557 $contentItem->setChecked(
true);
559 $contentItem->setChecked(
false);
562 if (empty($this->provider->getContentItemUrl())) {
563 $contentItem->setChecked(
false);
565 $contentItem->setChecked($this->provider->isContentItem());
569 $contentItemUrl->setValue($this->provider->getContentItemUrl());
570 $contentItem->addSubItem($contentItemUrl);
571 $lti13->addSubItem($contentItem);
575 $gradeSynchronization->
setInfo(
$lng->
txt(
'lti_con_grade_synchronization_info'));
576 $gradeSynchronization->setValue(
'1');
577 $gradeSynchronization->setChecked($this->provider->isGradeSynchronization());
578 $lti13->addSubItem($gradeSynchronization);
582 $Lti13Info->setValue(
584 .
"\nClient ID: \t\t\t\t\t" . $this->provider->getClientId()
585 .
"\nDeployment ID: \t\t\t\t" . (string) $this->provider->getId()
590 $Lti13Info->setDisabled(
true);
591 $lti13->addSubItem($Lti13Info);
593 $versionInp->setValue($this->provider->getLtiVersion());
597 $versionInp->addOption($lti11);
600 $providerUrlInp->setValue($this->provider->getProviderUrl());
601 $providerUrlInp->setRequired(
true);
602 $lti11->addSubItem($providerUrlInp);
606 if (!$this->provider->isProviderKeyCustomizable()) {
607 $keyGlobal->setChecked(
true);
609 $keyGlobal->setInfo(
$lng->
txt(
'lti_con_prov_provider_key_global_info'));
612 $providerKeyInp->setValue($this->provider->getProviderKey());
613 $providerKeyInp->setRequired(
true);
614 $keyGlobal->addSubItem($providerKeyInp);
617 $providerSecretInp->setValue($this->provider->getProviderSecret());
618 $providerSecretInp->setRequired(
true);
619 $keyGlobal->addSubItem($providerSecretInp);
620 $lti11->addSubItem($keyGlobal);
625 $sectionHeader->setTitle(
$lng->
txt(
'lti_con_prov_privacy_settings'));
626 $this->
addItem($sectionHeader);
630 $lng->
txt(
'conf_privacy_ident_il_uuid_user_id'),
633 $op->
setInfo(
$lng->
txt(
'conf_privacy_ident_il_uuid_user_id_info'));
634 $item->addOption($op);
636 $lng->
txt(
'conf_privacy_ident_il_uuid_login'),
640 $item->addOption($op);
642 $lng->
txt(
'conf_privacy_ident_il_uuid_ext_account'),
645 $op->
setInfo(
$lng->
txt(
'conf_privacy_ident_il_uuid_ext_account_info'));
646 $item->addOption($op);
648 $lng->
txt(
'conf_privacy_ident_il_uuid_sha256'),
651 $op->
setInfo(
$lng->
txt(
'conf_privacy_ident_il_uuid_sha256_info'));
652 $item->addOption($op);
654 $lng->
txt(
'conf_privacy_ident_il_uuid_sha256url'),
657 $op->
setInfo(
$lng->
txt(
'conf_privacy_ident_il_uuid_sha256url_info'));
658 $item->addOption($op);
661 $lng->
txt(
'conf_privacy_ident_il_uuid_random'),
664 $op->
setInfo(
$lng->
txt(
'conf_privacy_ident_il_uuid_random_info'));
665 $item->addOption($op);
668 $lng->
txt(
'conf_privacy_ident_real_email'),
672 $item->addOption($op);
673 $item->setValue((
string) $this->provider->getPrivacyIdent());
677 $item->setRequired(
false);
682 if ($this->provider->isInstructorSendEmail()) {
683 $item->setChecked(
true);
685 $item->setInfo(
$lng->
txt(
'lti_con_prov_instructor_email_info'));
691 $item->addOption($op);
694 $item->addOption($op);
697 $item->addOption($op);
700 $item->addOption($op);
701 $item->setValue((
string) $this->provider->getPrivacyName());
702 $item->setInfo(
$lng->
txt(
'conf_privacy_name_info'));
703 $item->setRequired(
false);
708 if ($this->provider->isInstructorSendName()) {
709 $item->setChecked(
true);
711 $item->setInfo(
$lng->
txt(
'lti_con_prov_instructor_name_info'));
715 $includeUserImage->
setInfo(
$lng->
txt(
'lti_con_prov_inc_usr_pic_info'));
716 $includeUserImage->setChecked($this->provider->getIncludeUserPicture());
717 $this->
addItem($includeUserImage);
721 if ($this->provider->IsExternalProvider()) {
722 $item->setChecked(
true);
724 $item->setInfo(
$lng->
txt(
'lti_con_prov_external_provider_info'));
729 $sectionHeader->setTitle(
$lng->
txt(
'lti_con_prov_learning_progress_options'));
730 $this->
addItem($sectionHeader);
733 if ($this->provider->getHasOutcome()) {
734 $item->setChecked(
true);
736 $item->setInfo(
$lng->
txt(
'lti_con_prov_has_outcome_service_info'));
738 $masteryScore->
setInfo(
$lng->
txt(
'lti_con_prov_mastery_score_default_info'));
739 $masteryScore->setSuffix(
'%');
740 $masteryScore->allowDecimals(
true);
741 $masteryScore->setDecimals(2);
742 $masteryScore->setMinvalueShouldBeGreater(
false);
743 $masteryScore->setMinValue(0);
744 $masteryScore->setMaxvalueShouldBeLess(
false);
745 $masteryScore->setMaxValue(100);
746 $masteryScore->setSize(4);
747 $masteryScore->setValue((
string) $this->provider->getMasteryScorePercent());
748 $item->addSubItem($masteryScore);
752 $sectionHeader->setTitle(
$lng->
txt(
'lti_con_prov_launch_options'));
753 $this->
addItem($sectionHeader);
757 if ($this->provider->getUseProviderId()) {
758 $item->setChecked(
true);
760 $item->setInfo(
$lng->
txt(
'lti_con_prov_use_provider_id_info'));
766 if ($this->provider->getAlwaysLearner()) {
767 $item->setChecked(
true);
769 $item->setInfo(
$lng->
txt(
'lti_con_prov_always_learner_info'));
774 if ($this->provider->getUseXapi()) {
775 $item->setChecked(
true);
777 $item->setInfo(
$lng->
txt(
'lti_con_prov_use_xapi_info'));
780 $subitem->setValue($this->provider->getXapiLaunchUrl());
781 $subitem->setInfo(
$lng->
txt(
'lti_con_prov_xapi_launch_url_info'));
782 $subitem->setRequired(
true);
783 $subitem->setMaxLength(255);
784 $item->addSubItem($subitem);
787 $subitem->setValue($this->provider->getXapiLaunchKey());
788 $subitem->setInfo(
$lng->
txt(
'lti_con_prov_xapi_launch_key_info'));
789 $subitem->setRequired(
true);
790 $subitem->setMaxLength(64);
791 $item->addSubItem($subitem);
794 $subitem->setValue($this->provider->getXapiLaunchSecret());
795 $subitem->setInfo(
$lng->
txt(
'lti_con_prov_xapi_launch_secret_info'));
796 $subitem->setRequired(
true);
797 $subitem->setMaxLength(64);
798 $item->addSubItem($subitem);
801 $subitem->setValue($this->provider->getXapiActivityId());
802 $subitem->setInfo(
$lng->
txt(
'lti_con_prov_xapi_activity_id_info'));
803 $subitem->setMaxLength(128);
804 $item->addSubItem($subitem);
813 $item->setValue($this->provider->getCustomParams());
817 $item->setInfo(
$lng->
txt(
'lti_con_prov_custom_params_info'));
821 $sectionHeader->setTitle(
$lng->
txt(
'lti_con_prov_group_options'));
822 $this->
addItem($sectionHeader);
825 $item->setValue($this->provider->getKeywords());
826 $item->setInfo(
$lng->
txt(
'lti_con_prov_keywords_info'));
827 $item->setMaxLength(1000);
832 $category->setValue($this->provider->getCategory());
833 $category->setRequired(
true);
840 $sectionHeader->setTitle(
$lng->
txt(
'lti_con_prov_hints'));
841 $this->
addItem($sectionHeader);
844 $remarksInp->
setValue($this->provider->getRemarks());
845 $remarksInp->setRows(6);
867 if (null !== $this->
getInput(
'provider_url')) {
870 if ($this->
getInput(
'provider_key_global') == 1) {
878 if (null !== $this->
getInput(
'provider_url13')) {
882 if (preg_match_all(
'/\S+/sm', $this->
getInput(
'redirection_uris'), $redirect_uris_matches)) {
933 $lng = $DIC->language();
939 $regUrlInp->setInfo(
$lng->
txt(
'lti_con_prov_dyn_reg_url_info'));
940 $regUrlInp->setRequired(
true);
942 $regParamsInp =
new ilTextInputGUI(
$lng->
txt(
'lti_con_prov_dyn_reg_params'),
'lti_dyn_reg_custom_params');
943 $regParamsInp->setInfo(
$lng->
txt(
'lti_con_prov_dyn_reg_params_info'));
944 $this->
addCommandButton(
"addDynReg", $DIC->language()->txt(
'lti_dyn_reg_add_tool'));
951 $lng = $DIC->language();
956 $src = $DIC->ctrl()->getLinkTargetByClass(ilObjLTIConsumerGUI::class,
'contentSelectionRequest');
957 $template =
new ilTemplate(
'tpl.lti_content_selection.html',
true,
true,
"Modules/LTIConsumer");
958 $template->setVariable(
'LTI_CONTENT_SELECTION_IFRAME_SRC', $src);
959 return $this->
getHTML() . $template->get();
965 $lng = $DIC->language();
967 $toolRegUrl = $this->
getInput(
'lti_dyn_reg_url');
968 $customParams = $this->
getInput(
'lti_dyn_reg_custom_params');
970 if (!empty($customParams)) {
971 $regUrl .=
"&custom_params=" . urlencode($customParams);
973 $showToolConfigUrl = $DIC->ctrl()->getLinkTargetByClass([ilRepositoryGUI::class,ilObjLTIConsumerGUI::class],
'showToolConfig');
974 $regErrorUrl = $DIC->ctrl()->getLinkTargetByClass([ilRepositoryGUI::class,ilObjLTIConsumerGUI::class],
'addDynReg');
979 $template =
new ilTemplate(
'tpl.lti_dyn_reg_request.html',
true,
true,
"Modules/LTIConsumer");
980 $template->setVariable(
'LTI_TOOL_REG_URL', $toolRegUrl);
981 $template->setVariable(
'LTI_DYN_REG_URL', $regUrl);
982 $template->setVariable(
'LTI_DYN_REG_URL_BY_POST', $toolRegUrl);
984 $template->setVariable(
'LTI_SHOW_TOOL_CONFIG_URL', $showToolConfigUrl);
985 $template->setVariable(
'LTI_REG_ERROR_URL', $regErrorUrl);
987 return $template->get() . $this->
getHTML();
993 $lng = $DIC->language();
static get(string $a_var)
setGradeSynchronization(bool $grade_synchronization)
isProviderKeyCustomizable()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setInitiateLogin(string $initiate_login)
setPublicKeyset(string $public_keyset)
const PRIVACY_IDENT_IL_UUID_USER_ID
setUseXapi(bool $use_xapi)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
setPublicKey(string $public_key)
setIsExternalProvider(bool $is_external_provider)
static getPublicKeysetUrl()
const PRIVACY_IDENT_IL_UUID_EXT_ACCOUNT
const AVAILABILITY_CREATE
setContentItemUrl(string $content_item_url)
setContentItem(bool $content_item)
const PRIVACY_NAME_LASTNAME
setRemarks(string $remarks)
setHasOutcome(bool $has_outcome)
setMasteryScorePercent(float $mastery_score_percent)
setXapiLaunchSecret(string $xapi_launch_secret)
setInstructorSendEmail(bool $instructor_send_email)
setValue(string $a_value)
setXapiLaunchUrl(string $xapi_launch_url)
setIncludeUserPicture(bool $include_user_picture)
setRedirectionUris(string $redirection_uris)
static isUserDynamicRegistrationTransaction(ilLTIConsumeProvider $provider)
const PRIVACY_NAME_FIRSTNAME
setUseProviderId(bool $use_provider_id)
static getCategoriesSelectOptions()
setPrivacyIdent(int $privacy_ident)
setCustomParams(string $custom_params)
static getAuthenticationRequestUrl()
setProviderIconUploadFileData(array $providerIconUploadFileData)
setProviderKey(string $provider_key)
setAlwaysLearner(bool $always_learner)
static getSupportedFileExtensions()
setXapiActivityId(string $xapi_activity_id)
setProviderKeyCustomizable(bool $provider_key_customizable)
setInstructorSendName(bool $instructor_send_name)
setProviderIconUploadInput(ilFormPropertyGUI $providerIconUploadInput)
setPrivacyName(int $privacy_name)
const PRIVACY_IDENT_IL_UUID_SHA256URL
static getAccessTokenUrl()
setKeyType(string $key_type)
static getRegistrationEndUrl()
setXapiLaunchKey(string $xapi_launch_key)
setLtiVersion(string $lti_version)
const PRIVACY_NAME_FULLNAME
static getRegistrationStartUrl()
isValidCategory(string $category)
setCategory(string $category)
setKeywords(string $keywords)
const PRIVACY_IDENT_REAL_EMAIL
__construct(Container $dic, ilPlugin $plugin)
setProviderSecret(string $provider_secret)
This class represents a text area property in a property form.
const PRIVACY_IDENT_IL_UUID_SHA256
const AVAILABILITY_EXISTING
const PRIVACY_IDENT_IL_UUID_RANDOM
setDescription(string $description)
setProviderUrl(string $provider_url)
setAvailability(int $availability)
const PRIVACY_IDENT_IL_UUID_LOGIN