Documentation

InvalidDestinationException extends SAMLResponseException
in package

Exception denotes that the destination value in the SAML Response doesn't match the one set by the plugin.

Table of Contents

$isCertError  : 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

Methods

__construct()

public __construct(mixed $destination, mixed $currenturl, mixed $xml) : mixed
Parameters
$destination : mixed
$currenturl : mixed
$xml : 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
Return values
mixed

Search results