marked some classes as being experimental in 2.3

This commit is contained in:
Fabien Potencier 2013-05-08 14:19:47 +02:00 committed by Jordi Boggiano
parent 471e5bc21a
commit 74cfc84c87
9 changed files with 18 additions and 0 deletions

View File

@ -18,6 +18,8 @@ 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,6 +18,8 @@ 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,6 +24,8 @@ 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,6 +16,8 @@ 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,6 +15,8 @@ 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,6 +15,8 @@ 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,6 +26,8 @@ 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,6 +32,8 @@ 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,6 +28,8 @@ 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
{