InvalidSignatureInResponseException
extends SAMLResponseException
in package
Exception denotes that the Signature In the SAML request is invalid.
Table of Contents
- $certInResponse : mixed
- $isCertError : mixed
- $pluginCert : mixed
- $samlResponse : mixed
- $xml : mixed
- __construct() : mixed
- __toString() : 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
$certInResponse
private
mixed
$certInResponse
$isCertError
private
mixed
$isCertError
$pluginCert
private
mixed
$pluginCert
$samlResponse
private
mixed
$samlResponse
$xml
private
mixed
$xml
Methods
__construct()
public
__construct(mixed $pluginCert, mixed $certInResponse, mixed $xml) : mixed
Parameters
- $pluginCert : mixed
- $certInResponse : mixed
- $xml : mixed
Return values
mixed —__toString()
public
__toString() : 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