From 5b2a9c4570bea77d78e302049db4def103f24028 Mon Sep 17 00:00:00 2001 From: Jaime Perez Crespo <jaime.perez@uninett.no> Date: Mon, 19 Jan 2015 11:59:58 +0100 Subject: [PATCH] Remove isAuthenticated() from SimpleSAML_Session. --- lib/SimpleSAML/Session.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/SimpleSAML/Session.php b/lib/SimpleSAML/Session.php index 7dc286228..170b8560e 100644 --- a/lib/SimpleSAML/Session.php +++ b/lib/SimpleSAML/Session.php @@ -553,16 +553,6 @@ class SimpleSAML_Session { return $this->authData[$this->authority]['Expire'] - time(); } - /** - * Is the user authenticated. This function does not check the session duration. - * - * @return bool TRUE if the user is authenticated, FALSE otherwise. - * @deprecated - */ - public function isAuthenticated() { - return isset($this->authData[$this->authority]); - } - /** * Retrieve the time the user was authenticated. -- GitLab