Revert "marked some classes as being experimental in 2.3"

This reverts commit 74cfc84c87.
This commit is contained in:
Fabien Potencier 2013-06-13 10:14:47 +02:00
parent d93883490d
commit 2e50edceeb
9 changed files with 0 additions and 18 deletions

View File

@ -18,8 +18,6 @@ use Symfony\Component\DependencyInjection\Reference;
/**
* @author Jordi Boggiano <j.boggiano@seld.be>
*
* @experimental This feature is experimental in 2.3 and might change in future versions
*/
class SimpleFormFactory extends FormLoginFactory
{

View File

@ -18,8 +18,6 @@ use Symfony\Component\DependencyInjection\Reference;
/**
* @author Jordi Boggiano <j.boggiano@seld.be>
*
* @experimental This feature is experimental in 2.3 and might change in future versions
*/
class SimplePreAuthenticationFactory implements SecurityFactoryInterface
{

View File

@ -24,8 +24,6 @@ use Symfony\Component\Security\Core\Exception\AuthenticationException;
/**
* @author Jordi Boggiano <j.boggiano@seld.be>
*
* @experimental This feature is experimental in 2.3 and might change in future versions
*/
class SimpleAuthenticationProvider implements AuthenticationProviderInterface
{

View File

@ -16,8 +16,6 @@ use Symfony\Component\Security\Core\User\UserProviderInterface;
/**
* @author Jordi Boggiano <j.boggiano@seld.be>
*
* @experimental This feature is experimental in 2.3 and might change in future versions
*/
interface SimpleAuthenticatorInterface
{

View File

@ -15,8 +15,6 @@ use Symfony\Component\HttpFoundation\Request;
/**
* @author Jordi Boggiano <j.boggiano@seld.be>
*
* @experimental This feature is experimental in 2.3 and might change in future versions
*/
interface SimpleFormAuthenticatorInterface extends SimpleAuthenticatorInterface
{

View File

@ -15,8 +15,6 @@ use Symfony\Component\HttpFoundation\Request;
/**
* @author Jordi Boggiano <j.boggiano@seld.be>
*
* @experimental This feature is experimental in 2.3 and might change in future versions
*/
interface SimplePreAuthenticatorInterface extends SimpleAuthenticatorInterface
{

View File

@ -26,8 +26,6 @@ use Symfony\Component\Security\Core\Authentication\SimpleAuthenticatorInterface;
* the default handlers are triggered.
*
* @author Jordi Boggiano <j.boggiano@seld.be>
*
* @experimental This feature is experimental in 2.3 and might change in future versions
*/
class SimpleAuthenticationHandler implements AuthenticationFailureHandlerInterface, AuthenticationSuccessHandlerInterface
{

View File

@ -32,8 +32,6 @@ use Psr\Log\LoggerInterface;
/**
* @author Jordi Boggiano <j.boggiano@seld.be>
*
* @experimental This feature is experimental in 2.3 and might change in future versions
*/
class SimpleFormAuthenticationListener extends AbstractAuthenticationListener
{

View File

@ -28,8 +28,6 @@ use Symfony\Component\Security\Http\Authentication\AuthenticationSuccessHandlerI
* SimplePreAuthenticationListener implements simple proxying to an authenticator.
*
* @author Jordi Boggiano <j.boggiano@seld.be>
*
* @experimental This feature is experimental in 2.3 and might change in future versions
*/
class SimplePreAuthenticationListener implements ListenerInterface
{