class FormLoginLdapFactory extends FormLoginFactory
FormLoginLdapFactory creates services for form login ldap authentication.
Methods
| array | create(ContainerBuilder $container, string $id, array $config, $userProviderId, $defaultEntryPointId) Configures the container services required to use the authentication listener. | from AbstractFactory |
| addConfiguration(NodeDefinition $node) | ||
| addOption($name, $default = null) | from AbstractFactory | |
| __construct() | from FormLoginFactory | |
| string | getPosition() Defines the position at which the provider is called. | from FormLoginFactory |
| getKey() |
Details
array create(ContainerBuilder $container, string $id, array $config, $userProviderId, $defaultEntryPointId)
Configures the container services required to use the authentication listener.
addConfiguration(NodeDefinition $node)
final addOption($name, $default = null)
__construct()
string getPosition()
Defines the position at which the provider is called.
Possible values: preauth, form, http, and rememberme.
Please login to continue.