HttpBasicLdapFactory
class HttpBasicLdapFactory extends HttpBasicFactory
HttpBasicFactory creates services for HTTP basic authentication.
Methods
create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint) | ||
string | getPosition() Defines the position at which the provider is called. | from HttpBasicFactory |
getKey() | ||
addConfiguration(NodeDefinition $node) |
Details
create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)
Parameters
ContainerBuilder | $container | |
$id | ||
$config | ||
$userProvider | ||
$defaultEntryPoint |
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 |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.8/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicLdapFactory.html