Skip to content

Commit 74cfc84

Browse files
fabpotSeldaek
authored andcommitted
marked some classes as being experimental in 2.3
1 parent 471e5bc commit 74cfc84

File tree

9 files changed

+18
-0
lines changed

9 files changed

+18
-0
lines changed

src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimpleFormFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
/**
2020
* @author Jordi Boggiano <j.boggiano@seld.be>
21+
*
22+
* @experimental This feature is experimental in 2.3 and might change in future versions
2123
*/
2224
class SimpleFormFactory extends FormLoginFactory
2325
{

src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SimplePreAuthenticationFactory.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818

1919
/**
2020
* @author Jordi Boggiano <j.boggiano@seld.be>
21+
*
22+
* @experimental This feature is experimental in 2.3 and might change in future versions
2123
*/
2224
class SimplePreAuthenticationFactory implements SecurityFactoryInterface
2325
{

src/Symfony/Component/Security/Core/Authentication/Provider/SimpleAuthenticationProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
/**
2626
* @author Jordi Boggiano <j.boggiano@seld.be>
27+
*
28+
* @experimental This feature is experimental in 2.3 and might change in future versions
2729
*/
2830
class SimpleAuthenticationProvider implements AuthenticationProviderInterface
2931
{

src/Symfony/Component/Security/Core/Authentication/SimpleAuthenticatorInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
/**
1818
* @author Jordi Boggiano <j.boggiano@seld.be>
19+
*
20+
* @experimental This feature is experimental in 2.3 and might change in future versions
1921
*/
2022
interface SimpleAuthenticatorInterface
2123
{

src/Symfony/Component/Security/Core/Authentication/SimpleFormAuthenticatorInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
/**
1717
* @author Jordi Boggiano <j.boggiano@seld.be>
18+
*
19+
* @experimental This feature is experimental in 2.3 and might change in future versions
1820
*/
1921
interface SimpleFormAuthenticatorInterface extends SimpleAuthenticatorInterface
2022
{

src/Symfony/Component/Security/Core/Authentication/SimplePreAuthenticatorInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
/**
1717
* @author Jordi Boggiano <j.boggiano@seld.be>
18+
*
19+
* @experimental This feature is experimental in 2.3 and might change in future versions
1820
*/
1921
interface SimplePreAuthenticatorInterface extends SimpleAuthenticatorInterface
2022
{

src/Symfony/Component/Security/Http/Authentication/SimpleAuthenticationHandler.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
* the default handlers are triggered.
2727
*
2828
* @author Jordi Boggiano <j.boggiano@seld.be>
29+
*
30+
* @experimental This feature is experimental in 2.3 and might change in future versions
2931
*/
3032
class SimpleAuthenticationHandler implements AuthenticationFailureHandlerInterface, AuthenticationSuccessHandlerInterface
3133
{

src/Symfony/Component/Security/Http/Firewall/SimpleFormAuthenticationListener.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232

3333
/**
3434
* @author Jordi Boggiano <j.boggiano@seld.be>
35+
*
36+
* @experimental This feature is experimental in 2.3 and might change in future versions
3537
*/
3638
class SimpleFormAuthenticationListener extends AbstractAuthenticationListener
3739
{

src/Symfony/Component/Security/Http/Firewall/SimplePreAuthenticationListener.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
* SimplePreAuthenticationListener implements simple proxying to an authenticator.
2929
*
3030
* @author Jordi Boggiano <j.boggiano@seld.be>
31+
*
32+
* @experimental This feature is experimental in 2.3 and might change in future versions
3133
*/
3234
class SimplePreAuthenticationListener implements ListenerInterface
3335
{

0 commit comments

Comments
 (0)