SAMLResponseException
extends Exception
in package
Exception denotes a SAMLResponseException.
This exception is not thrown but is extended by other exception classes.
Table of Contents
- $isCertError : mixed
- $samlResponse : mixed
- $xml : mixed
- __construct() : mixed
- getCertInResponse() : mixed
- getPluginCert() : mixed
- getSamlResponse() : mixed
- isCertError() : mixed
- parseXML() : mixed
- This function is used to show an XML in the plain text format for debugging purposes.
Properties
$isCertError
private
mixed
$isCertError
$samlResponse
private
mixed
$samlResponse
$xml
private
mixed
$xml
Methods
__construct()
public
__construct(mixed $message, mixed $code, mixed $xml, mixed $isCertError) : mixed
Parameters
- $message : mixed
- $code : mixed
- $xml : mixed
- $isCertError : mixed
Return values
mixed —getCertInResponse()
public
getCertInResponse() : mixed
Return values
mixed —getPluginCert()
public
getPluginCert() : mixed
Return values
mixed —getSamlResponse()
public
getSamlResponse() : mixed
Return values
mixed —isCertError()
public
isCertError() : mixed
Return values
mixed —parseXML()
This function is used to show an XML in the plain text format for debugging purposes.
public
static parseXML(mixed $xml) : mixed
Parameters
- $xml : mixed