ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilSamlIdpXmlMetadataParser. More...
Public Member Functions | |
parse ($xml) | |
hasErrors () | |
getErrors () | |
getEntityId () | |
Protected Attributes | |
$errors = [] | |
$entityId = '' | |
Private Member Functions | |
pushError ($error) | |
Class ilSamlIdpXmlMetadataParser.
Definition at line 8 of file class.ilSamlIdpXmlMetadataParser.php.
ilSamlIdpXmlMetadataParser::getEntityId | ( | ) |
Definition at line 76 of file class.ilSamlIdpXmlMetadataParser.php.
References $entityId.
ilSamlIdpXmlMetadataParser::getErrors | ( | ) |
Definition at line 68 of file class.ilSamlIdpXmlMetadataParser.php.
References $errors.
Referenced by hasErrors().
ilSamlIdpXmlMetadataParser::hasErrors | ( | ) |
Definition at line 60 of file class.ilSamlIdpXmlMetadataParser.php.
References getErrors().
ilSamlIdpXmlMetadataParser::parse | ( | $xml | ) |
string | $xml |
Definition at line 23 of file class.ilSamlIdpXmlMetadataParser.php.
References $xml, and pushError().
|
private |
string | $error |
Definition at line 52 of file class.ilSamlIdpXmlMetadataParser.php.
Referenced by parse().
|
protected |
Definition at line 18 of file class.ilSamlIdpXmlMetadataParser.php.
Referenced by getEntityId().
|
protected |
Definition at line 13 of file class.ilSamlIdpXmlMetadataParser.php.
Referenced by getErrors().