class AbstractFactory implements SecurityFactoryInterface
AbstractFactory is the base class for all classes inheriting from AbstractAuthenticationListener.
| array | create(ContainerBuilder $container, string $id, array $config, $userProviderId, $defaultEntryPointId) Configures the container services required to use the authentication listener. | |
| addConfiguration(NodeDefinition $node) | ||
| addOption($name, $default = null) |
Configures the container services required to use the authentication listener.
| ContainerBuilder | $container | |
| string | $id | The unique id of the firewall |
| array | $config | The options array for the listener |
| $userProviderId | ||
| $defaultEntryPointId |
| array | containing three values: - the provider id - the listener id - the entry point id |
| NodeDefinition | $node |
| $name | ||
| $default |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.html