AbstractFactory
class AbstractFactory implements SecurityFactoryInterface
AbstractFactory is the base class for all classes inheriting from AbstractAuthenticationListener.
Methods
| create(ContainerBuilder $container, $id, $config, $userProviderId, $defaultEntryPointId) | ||
| addConfiguration(NodeDefinition $node) | ||
| addOption($name, $default = null) | 
Details
create(ContainerBuilder $container, $id, $config, $userProviderId, $defaultEntryPointId)
Parameters
| ContainerBuilder | $container | |
| $id | ||
| $config | ||
| $userProviderId | ||
| $defaultEntryPointId | 
addConfiguration(NodeDefinition $node)
Parameters
| NodeDefinition | $node | 
final addOption($name, $default = null)
Parameters
| $name | ||
| $default | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/3.1/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.html