19 declare(strict_types=1);
37 $f = $this->dic->ui()->factory();
38 $renderer = $this->dic->ui()->renderer();
40 $this->
setId(
'saml_idp_list');
45 $federationMdUrl = rtrim(ILIAS_HTTP_PATH,
'/') .
'/Services/Saml/lib/metadata.php?client_id=' .
CLIENT_ID;
48 $this->
lng->txt(
'auth_saml_idps_info'),
49 'auth/saml/config/config.php',
50 'auth/saml/config/authsources.php',
51 $renderer->render(
$f->link()->standard(
52 'https://simplesamlphp.org/docs/stable/simplesamlphp-sp',
53 'https://simplesamlphp.org/docs/stable/simplesamlphp-sp' 55 $renderer->render(
$f->link()->standard($federationMdUrl, $federationMdUrl))
59 $this->
addColumn($this->
lng->txt(
'saml_tab_head_idp'),
'',
'80%');
71 $idp_data[] = $idp->toArray();
77 protected function fillRow(array $a_set): void
79 if ($a_set[
'is_active']) {
81 $this->tpl->setVariable(
'TXT_OK', $this->
lng->txt(
'active'));
84 $this->tpl->setVariable(
'TXT_OK', $this->
lng->txt(
'inactive'));
87 $this->tpl->setVariable(
'NAME', $a_set[
'entity_id']);
89 if ($this->hasWriteAccess) {
91 $list->setSelectionHeaderClass(
'small');
92 $list->setItemLinkClass(
'small');
93 $list->setId(
'actl_' . $a_set[
'idp_id']);
94 $list->setListTitle($this->
lng->txt(
'actions'));
98 $this->
lng->txt(
'edit'),
102 if ($a_set[
'is_active']) {
104 $this->
lng->txt(
'deactivate'),
110 $this->
lng->txt(
'activate'),
116 $this->
lng->txt(
'delete'),
122 $this->tpl->setVariable(
'ACTIONS', $list->getHTML());
static getImagePath(string $img, string $module_path="", string $mode="output", bool $offline=false)
get image path (for images located in a template directory)
setDescription(string $a_val)
__construct(object $parent_gui, string $parent_cmd, bool $hasWriteAccess)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__construct(Container $dic, ilPlugin $plugin)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)