22 parent::__construct($a_title, $a_postvar);
39 $valid = parent::checkInput();
47 $this->idpMetadataParser->parse($httpValue);
48 if ($this->idpMetadataParser->hasErrors()) {
49 $this->
setAlert(implode(
'<br />', $this->idpMetadataParser->getErrors()));
53 if (!$this->idpMetadataParser->getEntityId()) {
54 $this->
setAlert(
$GLOBALS[
'DIC']->language()->txt(
'auth_saml_add_idp_md_error'));
58 $this->
setAlert(
$GLOBALS[
'DIC']->language()->txt(
'auth_saml_add_idp_md_error'));
$GLOBALS['loaded']
Global hash that tracks already loaded includes.
This class represents a text area property in a property form.