ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (private readonly DataTypeFactory $dataFactory, private readonly ilSamlIdpXmlMetadataErrorFormatter $errorFormatter) | |
parse (string $xmlString) | |
Private Member Functions | |
beginLogging () | |
addErrors () | |
endLogging () | |
ok (string $entity_id) | |
error ($additional_errors=[]) | |
Private Attributes | |
bool | $xmlErrorState = false |
array | $errorStack = [] |
Definition at line 24 of file class.ilSamlIdpXmlMetadataParser.php.
ilSamlIdpXmlMetadataParser::__construct | ( | private readonly DataTypeFactory | $dataFactory, |
private readonly ilSamlIdpXmlMetadataErrorFormatter | $errorFormatter | ||
) |
Definition at line 30 of file class.ilSamlIdpXmlMetadataParser.php.
|
private |
Definition at line 48 of file class.ilSamlIdpXmlMetadataParser.php.
Referenced by beginLogging(), and endLogging().
|
private |
Definition at line 36 of file class.ilSamlIdpXmlMetadataParser.php.
References addErrors().
Referenced by parse().
|
private |
Definition at line 60 of file class.ilSamlIdpXmlMetadataParser.php.
References addErrors().
Referenced by ok().
|
private |
list<LibXMLError> | $additional_errors |
Definition at line 118 of file class.ilSamlIdpXmlMetadataParser.php.
References ILIAS\Data\Result\error().
Referenced by parse().
|
private |
Definition at line 108 of file class.ilSamlIdpXmlMetadataParser.php.
References endLogging().
Referenced by parse().
ilSamlIdpXmlMetadataParser::parse | ( | string | $xmlString | ) |
Definition at line 76 of file class.ilSamlIdpXmlMetadataParser.php.
References beginLogging(), error(), and ok().
|
private |
Definition at line 28 of file class.ilSamlIdpXmlMetadataParser.php.
|
private |
Definition at line 26 of file class.ilSamlIdpXmlMetadataParser.php.