class RememberMeFactory implements SecurityFactoryInterface
Methods
create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint) | ||
string | getPosition() Defines the position at which the provider is called. | |
getKey() | ||
addConfiguration(NodeDefinition $node) |
Details
create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)
string getPosition()
Defines the position at which the provider is called.
Possible values: preauth, form, http, and rememberme.
Please login to continue.