interface SecurityFactoryInterface
SecurityFactoryInterface is the interface for all security authentication listener.
Methods
array | create(ContainerBuilder $container, string $id, array $config, string $userProvider, string $defaultEntryPoint) Configures the container services required to use the authentication listener. | |
string | getPosition() Defines the position at which the provider is called. | |
string | getKey() Defines the configuration key used to reference the provider in the firewall configuration. | |
addConfiguration(NodeDefinition $builder) |
Details
array create(ContainerBuilder $container, string $id, array $config, string $userProvider, string $defaultEntryPoint)
Configures the container services required to use the authentication listener.
string getPosition()
Defines the position at which the provider is called.
Possible values: preauth, form, http, and rememberme.
string getKey()
Defines the configuration key used to reference the provider in the firewall configuration.
Please login to continue.