SAML 2 Logout Response
__construct(\OneLogin_Saml2_Settings $settings, string|null $response = null)
\OneLogin_Saml2_Settings
Settings.
string|null
An UUEncoded SAML Logout response from the IdP.
getIssuer() : string|null
string|null
$issuer The Issuer
getStatus() : string
string
The Status
getError() : string
string
Cause
build(string $inResponseTo)
string
InResponseTo value for the Logout Response.
getResponse() : string
string
Logout Response deflated and base64 encoded
isValid(string $requestId = null) : bool
throws | |
---|---|
string
The ID of the LogoutRequest sent by this SP to the IdP
bool
Returns if the SAML LogoutResponse is or not valid
_query(string $query) : \DOMNodeList
string
Xpath Expresion
\DOMNodeList
The queried node
_settings : \OneLogin_Saml2_Settings
var | |
---|---|
\OneLogin_Saml2_Settings
_logoutResponse : string
var | |
---|---|
string
document : \DomDocument
var | |
---|---|
\DomDocument
_error : string
var | |
---|---|
string