|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for SAML2\XML\saml\Issuer:
Collaboration diagram for SAML2\XML\saml\Issuer:Public Member Functions | |
| toXML (\DOMElement $parent=null) | |
| Convert this Issuer to XML. More... | |
Public Member Functions inherited from SAML2\XML\saml\NameIDType | |
| __construct (\DOMElement $xml=null) | |
| Initialize a saml:NameIDType, either from scratch or from an existing \DOMElement. More... | |
| toXML (\DOMElement $parent=null) | |
| Convert this NameIDType to XML. More... | |
Public Member Functions inherited from SAML2\XML\saml\BaseIDType | |
| __construct (\DOMElement $xml=null) | |
| Initialize a saml:BaseID, either from scratch or from an existing \DOMElement. More... | |
| toXML (\DOMElement $parent=null) | |
| Convert this BaseID to XML. More... | |
| __toString () | |
| Get a string representation of this BaseIDType object. More... | |
Data Fields | |
| $Format = Constants::NAMEID_ENTITY | |
| $Saml2IssuerShowAll = false | |
Data Fields inherited from SAML2\XML\saml\NameIDType | |
| $Format = null | |
| $SPProvidedID = null | |
| $value = null | |
Data Fields inherited from SAML2\XML\saml\BaseIDType | |
| $NameQualifier = null | |
| $SPNameQualifier = null | |
Protected Attributes | |
| $nodeName = 'saml:Issuer' | |
Protected Attributes inherited from SAML2\XML\saml\BaseIDType | |
| $nodeName | |
Additional Inherited Members | |
Static Public Member Functions inherited from SAML2\XML\saml\NameIDType | |
| static | fromArray (array $nameId) |
| Create a \SAML2\XML\saml\NameID object from an array with its contents. More... | |
Definition at line 14 of file Issuer.php.
| SAML2\XML\saml\Issuer::toXML | ( | \DOMElement | $parent = null | ) |
| \DOMElement | null | $parent | The element we should append to. |
Reimplemented from SAML2\XML\saml\NameIDType.
Definition at line 68 of file Issuer.php.
References SAML2\XML\saml\NameIDType\$value, SAML2\DOMDocumentFactory\create(), SAML2\Constants\NAMEID_ENTITY, and SAML2\Constants\NS_SAML.
Here is the call graph for this function:| SAML2\XML\saml\Issuer::$Format = Constants::NAMEID_ENTITY |
Definition at line 36 of file Issuer.php.
|
protected |
Definition at line 43 of file Issuer.php.
| SAML2\XML\saml\Issuer::$Saml2IssuerShowAll = false |
Definition at line 57 of file Issuer.php.