GuardAuthenticationFactory
class GuardAuthenticationFactory implements SecurityFactoryInterface
Configures the "guard" authentication provider key under a firewall.
Methods
string | getPosition() Defines the position at which the provider is called. | |
getKey() | ||
addConfiguration(NodeDefinition $node) | ||
create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint) |
Details
string getPosition()
Defines the position at which the provider is called.
Possible values: preauth, form, http, and rememberme.
Return Value
string |
getKey()
addConfiguration(NodeDefinition $node)
Parameters
NodeDefinition | $node |
create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)
Parameters
ContainerBuilder | $container | |
$id | ||
$config | ||
$userProvider | ||
$defaultEntryPoint |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.0/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/GuardAuthenticationFactory.html