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()

No description

addConfiguration(NodeDefinition $node)

No description

create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)

No description

Details

at line line 26
string getPosition()

Defines the position at which the provider is called.

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

Return Value

string

at line line 31
getKey()

at line line 36
addConfiguration(NodeDefinition $node)

Parameters

NodeDefinition $node

at line line 57
create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)

Parameters

ContainerBuilder $container
$id
$config
$userProvider
$defaultEntryPoint