Skip to content
Snippets Groups Projects
Commit 4a53f2bd authored by Olav Morken's avatar Olav Morken
Browse files

Removed unnecessary class variables from Shib13:AuthnResponse class.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@230 44740490-163a-0410-bde0-09ae8108e29a
parent 550dd2dc
No related branches found
No related tags found
No related merge requests found
......@@ -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';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment