ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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 . 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 . 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 | |
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 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. |
Definition at line 53 of file Issuer.php.
References SAML2\XML\saml\NameIDType\$value, SAML2\DOMDocumentFactory\create(), SAML2\Constants\NAMEID_ENTITY, and SAML2\Constants\NS_SAML.
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.