W3cubDocs

/Symfony 4.1

HttpBasicLdapFactory

class HttpBasicLdapFactory extends HttpBasicFactory

HttpBasicFactory creates services for HTTP basic authentication.

Methods

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

Configures the container services required to use the authentication listener.

string getPosition()

Defines the position at which the provider is called.

from HttpBasicFactory
string getKey()

Defines the configuration key used to reference the provider in the firewall configuration.

addConfiguration(NodeDefinition $node)
createEntryPoint($container, $id, $config, $defaultEntryPoint) from HttpBasicFactory

Details

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

Configures the container services required to use the authentication listener.

Parameters

ContainerBuilder $container
string $id The unique id of the firewall
array $config The options array for the listener
string $userProvider The service id of the user provider
string $defaultEntryPoint

Return Value

array containing three values: - the provider id - the listener id - the entry point id

string getPosition()

Defines the position at which the provider is called.

Possible values: pre_auth, form, http, and remember_me.

Return Value

string

string getKey()

Defines the configuration key used to reference the provider in the firewall configuration.

Return Value

string

addConfiguration(NodeDefinition $node)

Parameters

NodeDefinition $node

protected createEntryPoint($container, $id, $config, $defaultEntryPoint)

Parameters

$container
$id
$config
$defaultEntryPoint