diff options
author | Olav Morken <olav.morken@uninett.no> | 2008-01-31 09:00:51 +0000 |
---|---|---|
committer | Olav Morken <olav.morken@uninett.no> | 2008-01-31 09:00:51 +0000 |
commit | 4a53f2bde6b2549bb7d8e027c04a02af2ed8ced6 (patch) | |
tree | a77e0e387cab79357f2c6d09fe4d8f3a13f08d2d /lib/SimpleSAML/XML/Shib13/AuthnResponse.php | |
parent | 550dd2dc54349d7d625274e8d0547b07c89256b1 (diff) | |
download | simplesamlphp-4a53f2bde6b2549bb7d8e027c04a02af2ed8ced6.zip simplesamlphp-4a53f2bde6b2549bb7d8e027c04a02af2ed8ced6.tar.gz simplesamlphp-4a53f2bde6b2549bb7d8e027c04a02af2ed8ced6.tar.bz2 |
Removed unnecessary class variables from Shib13:AuthnResponse class.
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@230 44740490-163a-0410-bde0-09ae8108e29a
Diffstat (limited to 'lib/SimpleSAML/XML/Shib13/AuthnResponse.php')
-rw-r--r-- | lib/SimpleSAML/XML/Shib13/AuthnResponse.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/SimpleSAML/XML/Shib13/AuthnResponse.php b/lib/SimpleSAML/XML/Shib13/AuthnResponse.php index 726c56d..9eeae61 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'; |