Lines Matching refs:OneLogin_Saml2_Utils

69             OneLogin_Saml2_Utils::setBaseURL($baseURL);
75 $this->document = OneLogin_Saml2_Utils::loadXML($this->document, $this->response);
146 …$res = OneLogin_Saml2_Utils::validateXML($this->document, 'saml-schema-protocol-2.0.xsd', $this->_…
156 …$res = OneLogin_Saml2_Utils::validateXML($this->decryptedDocument, 'saml-schema-protocol-2.0.xsd',…
167 $currentURL = OneLogin_Saml2_Utils::getSelfRoutedURLNoQuery();
254 $currentURLNoRouted = OneLogin_Saml2_Utils::getSelfURLNoQuery();
326 … $noa = OneLogin_Saml2_Utils::parseSAML2Time($scnData->getAttribute('NotOnOrAfter'));
332 … $nb = OneLogin_Saml2_Utils::parseSAML2Time($scnData->getAttribute('NotBefore'));
371 …$encryptedIDNodes = OneLogin_Saml2_Utils::query($this->decryptedDocument, '/samlp:Response/saml:As…
398 …asSignedResponse && !OneLogin_Saml2_Utils::validateSign($this->document, $cert, $fingerprint, $fin…
407 …edAssertion && !OneLogin_Saml2_Utils::validateSign($documentToCheckAssertion, $cert, $fingerprint,…
471 $status = OneLogin_Saml2_Utils::getStatus($this->document);
549 … $responseIssuer = OneLogin_Saml2_Utils::query($this->document, '/samlp:Response/saml:Issuer');
592 $nameId = OneLogin_Saml2_Utils::decryptElement($encryptedData, $seckey);
721 …$notOnOrAfter = OneLogin_Saml2_Utils::parseSAML2Time($entries->item(0)->getAttribute('SessionNotOn…
943 …if ($nbAttribute && OneLogin_Saml2_Utils::parseSAML2Time($nbAttribute->textContent) > time() + One…
949 …if ($naAttribute && OneLogin_Saml2_Utils::parseSAML2Time($naAttribute->textContent) + OneLogin_Sam…
988 …$expectedSignatureNodes = OneLogin_Saml2_Utils::query($this->document, OneLogin_Saml2_Utils::RESPO…
998 … $expectedSignatureNodes = $this->_query(OneLogin_Saml2_Utils::ASSERTION_SIGNATURE_XPATH);
1071 return OneLogin_Saml2_Utils::query($this->decryptedDocument, $query);
1073 return OneLogin_Saml2_Utils::query($this->document, $query);
1129 $check = OneLogin_Saml2_Utils::loadXML($decrypted, $decryptedXML);
1157 OneLogin_Saml2_Utils::treeCopyReplace($encryptedAssertion, $decrypted);
1161 return OneLogin_Saml2_Utils::loadXML($dom, $container->ownerDocument->saveXML());