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