diff --git a/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimpleFormFactory.php b/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimpleFormFactory.php index f13fd5e08d..8fdef89a74 100644 --- a/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimpleFormFactory.php +++ b/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimpleFormFactory.php @@ -18,8 +18,6 @@ use Symfony\Component\DependencyInjection\Reference; /** * @author Jordi Boggiano - * - * @experimental This feature is experimental in 2.3 and might change in future versions */ class SimpleFormFactory extends FormLoginFactory { diff --git a/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimplePreAuthenticationFactory.php b/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimplePreAuthenticationFactory.php index 689316e26f..27d8c5f050 100644 --- a/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimplePreAuthenticationFactory.php +++ b/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimplePreAuthenticationFactory.php @@ -18,8 +18,6 @@ use Symfony\Component\DependencyInjection\Reference; /** * @author Jordi Boggiano - * - * @experimental This feature is experimental in 2.3 and might change in future versions */ class SimplePreAuthenticationFactory implements SecurityFactoryInterface { diff --git a/src/Symfony/Component/Security/Core/Authentication/Provider/SimpleAuthenticationProvider.php b/src/Symfony/Component/Security/Core/Authentication/Provider/SimpleAuthenticationProvider.php index 50c9a08a7a..8f8ccebb43 100644 --- a/src/Symfony/Component/Security/Core/Authentication/Provider/SimpleAuthenticationProvider.php +++ b/src/Symfony/Component/Security/Core/Authentication/Provider/SimpleAuthenticationProvider.php @@ -24,8 +24,6 @@ use Symfony\Component\Security\Core\Exception\AuthenticationException; /** * @author Jordi Boggiano - * - * @experimental This feature is experimental in 2.3 and might change in future versions */ class SimpleAuthenticationProvider implements AuthenticationProviderInterface { diff --git a/src/Symfony/Component/Security/Core/Authentication/SimpleAuthenticatorInterface.php b/src/Symfony/Component/Security/Core/Authentication/SimpleAuthenticatorInterface.php index e8ad7b8fe7..868d072714 100644 --- a/src/Symfony/Component/Security/Core/Authentication/SimpleAuthenticatorInterface.php +++ b/src/Symfony/Component/Security/Core/Authentication/SimpleAuthenticatorInterface.php @@ -16,8 +16,6 @@ use Symfony\Component\Security\Core\User\UserProviderInterface; /** * @author Jordi Boggiano - * - * @experimental This feature is experimental in 2.3 and might change in future versions */ interface SimpleAuthenticatorInterface { diff --git a/src/Symfony/Component/Security/Core/Authentication/SimpleFormAuthenticatorInterface.php b/src/Symfony/Component/Security/Core/Authentication/SimpleFormAuthenticatorInterface.php index bfc3ec240e..95ee881c18 100644 --- a/src/Symfony/Component/Security/Core/Authentication/SimpleFormAuthenticatorInterface.php +++ b/src/Symfony/Component/Security/Core/Authentication/SimpleFormAuthenticatorInterface.php @@ -15,8 +15,6 @@ use Symfony\Component\HttpFoundation\Request; /** * @author Jordi Boggiano - * - * @experimental This feature is experimental in 2.3 and might change in future versions */ interface SimpleFormAuthenticatorInterface extends SimpleAuthenticatorInterface { diff --git a/src/Symfony/Component/Security/Core/Authentication/SimplePreAuthenticatorInterface.php b/src/Symfony/Component/Security/Core/Authentication/SimplePreAuthenticatorInterface.php index 8fa7037d39..6164e7d986 100644 --- a/src/Symfony/Component/Security/Core/Authentication/SimplePreAuthenticatorInterface.php +++ b/src/Symfony/Component/Security/Core/Authentication/SimplePreAuthenticatorInterface.php @@ -15,8 +15,6 @@ use Symfony\Component\HttpFoundation\Request; /** * @author Jordi Boggiano - * - * @experimental This feature is experimental in 2.3 and might change in future versions */ interface SimplePreAuthenticatorInterface extends SimpleAuthenticatorInterface { diff --git a/src/Symfony/Component/Security/Http/Authentication/SimpleAuthenticationHandler.php b/src/Symfony/Component/Security/Http/Authentication/SimpleAuthenticationHandler.php index 88be8e4b1f..ce56ee3f88 100644 --- a/src/Symfony/Component/Security/Http/Authentication/SimpleAuthenticationHandler.php +++ b/src/Symfony/Component/Security/Http/Authentication/SimpleAuthenticationHandler.php @@ -26,8 +26,6 @@ use Symfony\Component\Security\Core\Authentication\SimpleAuthenticatorInterface; * the default handlers are triggered. * * @author Jordi Boggiano - * - * @experimental This feature is experimental in 2.3 and might change in future versions */ class SimpleAuthenticationHandler implements AuthenticationFailureHandlerInterface, AuthenticationSuccessHandlerInterface { diff --git a/src/Symfony/Component/Security/Http/Firewall/SimpleFormAuthenticationListener.php b/src/Symfony/Component/Security/Http/Firewall/SimpleFormAuthenticationListener.php index 8325bb1920..7c4b9716ad 100644 --- a/src/Symfony/Component/Security/Http/Firewall/SimpleFormAuthenticationListener.php +++ b/src/Symfony/Component/Security/Http/Firewall/SimpleFormAuthenticationListener.php @@ -32,8 +32,6 @@ use Psr\Log\LoggerInterface; /** * @author Jordi Boggiano - * - * @experimental This feature is experimental in 2.3 and might change in future versions */ class SimpleFormAuthenticationListener extends AbstractAuthenticationListener { diff --git a/src/Symfony/Component/Security/Http/Firewall/SimplePreAuthenticationListener.php b/src/Symfony/Component/Security/Http/Firewall/SimplePreAuthenticationListener.php index 637ed396a0..2a6b4d5c0d 100644 --- a/src/Symfony/Component/Security/Http/Firewall/SimplePreAuthenticationListener.php +++ b/src/Symfony/Component/Security/Http/Firewall/SimplePreAuthenticationListener.php @@ -28,8 +28,6 @@ use Symfony\Component\Security\Http\Authentication\AuthenticationSuccessHandlerI * SimplePreAuthenticationListener implements simple proxying to an authenticator. * * @author Jordi Boggiano - * - * @experimental This feature is experimental in 2.3 and might change in future versions */ class SimplePreAuthenticationListener implements ListenerInterface {