interface SecurityFactoryInterface

SecurityFactoryInterface is the interface for all security authentication listener.

Methods

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

No description

string
getPosition()

Defines the position at which the provider is called.

getKey()

No description

addConfiguration(NodeDefinition $builder)

No description

Details

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

Parameters

ContainerBuilder $container
$id
$config
$userProvider
$defaultEntryPoint

at line line 32
string getPosition()

Defines the position at which the provider is called.

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

Return Value

string

at line line 34
getKey()

at line line 36
addConfiguration(NodeDefinition $builder)

Parameters

NodeDefinition $builder