Documentation

SamlResponse
in package

This class takes DomElement XML as an input and converts it to a SAML Response object.

Table of Contents

$ownerDocument  : mixed
$assertions  : mixed
$certificates  : mixed
$destination  : mixed
$signatureData  : mixed
$statusCode  : mixed
$xml  : mixed
__construct()  : mixed
Response constructor.
__toString()  : mixed
getAssertions()  : mixed
Retrieve the assertions in this response.
getCertificates()  : mixed
getDestination()  : mixed
getSignatureData()  : mixed
getStatusCode()  : mixed
getXML()  : mixed
setAssertions()  : mixed
Set the assertions that should be included in this response.

Properties

Methods

__construct()

Response constructor.

public __construct([DOMElement|null $xml = NULL ]) : mixed
Parameters
$xml : DOMElement|null = NULL
Tags
throws
Exception
Return values
mixed

__toString()

public __toString() : mixed
Return values
mixed

getAssertions()

Retrieve the assertions in this response.

public getAssertions() : mixed
Return values
mixed

getCertificates()

public getCertificates() : mixed
Return values
mixed

getDestination()

public getDestination() : mixed
Return values
mixed

getSignatureData()

public getSignatureData() : mixed
Return values
mixed

getStatusCode()

public getStatusCode() : mixed
Return values
mixed

getXML()

public getXML() : mixed
Return values
mixed

setAssertions()

Set the assertions that should be included in this response.

public setAssertions(array<string|int, mixed> $assertions) : mixed
Parameters
$assertions : array<string|int, mixed>
Return values
mixed

Search results