FormLoginFactory

class FormLoginFactory extends AbstractFactory

FormLoginFactory creates services for form login authentication.

Methods

create(ContainerBuilder $container, $id, $config, $userProviderId, $defaultEntryPointId) from AbstractFactory
addConfiguration(NodeDefinition $node)
addOption($name, $default = null) from AbstractFactory
__construct()
string getPosition()

Defines the position at which the provider is called.

getKey()

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

__construct()

string getPosition()

Defines the position at which the provider is called.

Possible values: preauth, form, http, and rememberme.

Return Value

string

getKey()