class HttpDigestFactory implements SecurityFactoryInterface
HttpDigestFactory creates services for HTTP digest 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.  |  |
| string |  getKey()  Defines the configuration key used to reference the provider in the firewall configuration.  |  |
| addConfiguration(NodeDefinition $node) | 
Details
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.
Possible values: preauth, form, http, and rememberme.
string getKey()
Defines the configuration key used to reference the provider in the firewall configuration.
Please login to continue.