From 4a53f2bde6b2549bb7d8e027c04a02af2ed8ced6 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Thu, 31 Jan 2008 09:00:51 +0000 Subject: [PATCH] Removed unnecessary class variables from Shib13:AuthnResponse class. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@230 44740490-163a-0410-bde0-09ae8108e29a --- lib/SimpleSAML/XML/Shib13/AuthnResponse.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/SimpleSAML/XML/Shib13/AuthnResponse.php b/lib/SimpleSAML/XML/Shib13/AuthnResponse.php index 726c56d68..9eeae6137 100644 --- a/lib/SimpleSAML/XML/Shib13/AuthnResponse.php +++ b/lib/SimpleSAML/XML/Shib13/AuthnResponse.php @@ -18,20 +18,12 @@ require_once('xmlseclibs.php'); */ class SimpleSAML_XML_Shib13_AuthnResponse extends SimpleSAML_XML_AuthnResponse { - private $configuration = null; - private $metadata = 'default.php'; - - private $message = null; - private $dom; - private $relayState = null; - /** * This variable contains an XML validator for this message. */ private $validator = null; - const PROTOCOL = 'urn:oasis:names:tc:SAML:2.0'; const SHIB_PROTOCOL_NS = 'urn:oasis:names:tc:SAML:1.0:protocol'; const SHIB_ASSERT_NS = 'urn:oasis:names:tc:SAML:1.0:assertion'; -- GitLab