Skip to content
Snippets Groups Projects
Commit 66febba0 authored by Jaime Perez Crespo's avatar Jaime Perez Crespo
Browse files

Finally remove the $authority property from SimpleSAML_Session.

parent 4b872013
No related branches found
No related tags found
No related merge requests found
...@@ -70,12 +70,6 @@ class SimpleSAML_Session { ...@@ -70,12 +70,6 @@ class SimpleSAML_Session {
private $trackid = 0; private $trackid = 0;
/**
* @deprecated
*/
private $authority = null;
private $rememberMeExpire = null; private $rememberMeExpire = null;
...@@ -385,7 +379,6 @@ class SimpleSAML_Session { ...@@ -385,7 +379,6 @@ class SimpleSAML_Session {
} }
$this->authData[$authority] = $data; $this->authData[$authority] = $data;
$this->authority = $authority;
$this->authToken = SimpleSAML_Utilities::generateID(); $this->authToken = SimpleSAML_Utilities::generateID();
$sessionHandler = SimpleSAML_SessionHandler::getSessionHandler(); $sessionHandler = SimpleSAML_SessionHandler::getSessionHandler();
......
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