summaryrefslogtreecommitdiffstats
path: root/Core/Authentication
diff options
context:
space:
mode:
authorWouterJ <waldio.webdesign@gmail.com>2015-06-28 14:36:46 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2015-07-22 15:13:13 +0200
commita9b06e1674a54da58eafbbff5cdf1b9158f78186 (patch)
tree9dbdf0c498a8a44dd478f2774e04404b03569e8f /Core/Authentication
parentb57956299e1d75663d748645564d76efcb9e72f3 (diff)
downloadsymfony-security-a9b06e1674a54da58eafbbff5cdf1b9158f78186.zip
symfony-security-a9b06e1674a54da58eafbbff5cdf1b9158f78186.tar.gz
symfony-security-a9b06e1674a54da58eafbbff5cdf1b9158f78186.tar.bz2
[Security] Moved Simple{Form,Pre}AuthenticatorInterfaces to Security\Http
Diffstat (limited to 'Core/Authentication')
-rw-r--r--Core/Authentication/SimpleFormAuthenticatorInterface.php2
-rw-r--r--Core/Authentication/SimplePreAuthenticatorInterface.php2
2 files changed, 4 insertions, 0 deletions
diff --git a/Core/Authentication/SimpleFormAuthenticatorInterface.php b/Core/Authentication/SimpleFormAuthenticatorInterface.php
index 95ee881..ae2b58b 100644
--- a/Core/Authentication/SimpleFormAuthenticatorInterface.php
+++ b/Core/Authentication/SimpleFormAuthenticatorInterface.php
@@ -14,6 +14,8 @@ namespace Symfony\Component\Security\Core\Authentication;
use Symfony\Component\HttpFoundation\Request;
/**
+ * @deprecated Deprecated since version 2.8, to be removed in 3.0. Use the same interface from Security\Http\Authentication instead.
+ *
* @author Jordi Boggiano <j.boggiano@seld.be>
*/
interface SimpleFormAuthenticatorInterface extends SimpleAuthenticatorInterface
diff --git a/Core/Authentication/SimplePreAuthenticatorInterface.php b/Core/Authentication/SimplePreAuthenticatorInterface.php
index 6164e7d..c01f064 100644
--- a/Core/Authentication/SimplePreAuthenticatorInterface.php
+++ b/Core/Authentication/SimplePreAuthenticatorInterface.php
@@ -14,6 +14,8 @@ namespace Symfony\Component\Security\Core\Authentication;
use Symfony\Component\HttpFoundation\Request;
/**
+ * @deprecated Since version 2.8, to be removed in 3.0. Use the same interface from Security\Http\Authentication instead.
+ *
* @author Jordi Boggiano <j.boggiano@seld.be>
*/
interface SimplePreAuthenticatorInterface extends SimpleAuthenticatorInterface