ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilSamlIdpXmlMetadataParser. More...
Public Member Functions | |
parse (string $xml) | |
hasErrors () | |
getErrors () | |
getEntityId () | |
Protected Attributes | |
$errors = [] | |
$entityId = '' | |
Private Member Functions | |
pushError (string $error) | |
Class ilSamlIdpXmlMetadataParser.
Definition at line 8 of file class.ilSamlIdpXmlMetadataParser.php.
ilSamlIdpXmlMetadataParser::getEntityId | ( | ) |
Definition at line 71 of file class.ilSamlIdpXmlMetadataParser.php.
References $entityId.
ilSamlIdpXmlMetadataParser::getErrors | ( | ) |
Definition at line 63 of file class.ilSamlIdpXmlMetadataParser.php.
References $errors.
Referenced by hasErrors().
ilSamlIdpXmlMetadataParser::hasErrors | ( | ) |
Definition at line 55 of file class.ilSamlIdpXmlMetadataParser.php.
References getErrors().
ilSamlIdpXmlMetadataParser::parse | ( | string | $xml | ) |
string | $xml |
Definition at line 18 of file class.ilSamlIdpXmlMetadataParser.php.
References pushError().
|
private |
string | $error |
Definition at line 47 of file class.ilSamlIdpXmlMetadataParser.php.
Referenced by parse().
|
protected |
Definition at line 13 of file class.ilSamlIdpXmlMetadataParser.php.
Referenced by getEntityId().
|
protected |
Definition at line 11 of file class.ilSamlIdpXmlMetadataParser.php.
Referenced by getErrors().