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.
Please login to continue.