summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML
diff options
context:
space:
mode:
authorJaime Perez Crespo <jaime.perez@uninett.no>2016-02-18 15:57:16 +0100
committerJaime Perez Crespo <jaime.perez@uninett.no>2016-02-18 15:57:16 +0100
commit88ea9b8ab3d56db51d32b418046b1387dcbe93c3 (patch)
treecd5a652b48384146d6f488b00e6f9acfdfb4492f /lib/SimpleSAML
parent61735f8eb116d066aab5b036b94170c18ad7e946 (diff)
downloadsimplesamlphp-88ea9b8ab3d56db51d32b418046b1387dcbe93c3.zip
simplesamlphp-88ea9b8ab3d56db51d32b418046b1387dcbe93c3.tar.gz
simplesamlphp-88ea9b8ab3d56db51d32b418046b1387dcbe93c3.tar.bz2
Mark the old Auth MemCookie implementation as deprecated.
Diffstat (limited to 'lib/SimpleSAML')
-rw-r--r--lib/SimpleSAML/AuthMemCookie.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/SimpleSAML/AuthMemCookie.php b/lib/SimpleSAML/AuthMemCookie.php
index c896656..ab69515 100644
--- a/lib/SimpleSAML/AuthMemCookie.php
+++ b/lib/SimpleSAML/AuthMemCookie.php
@@ -7,6 +7,8 @@
*
* @author Olav Morken, UNINETT AS.
* @package SimpleSAMLphp
+ *
+ * @deprecated This class has been deprecated and will be removed in SSP 2.0. Use the memcookie module instead.
*/
class SimpleSAML_AuthMemCookie
{