class DigestAuthenticationListener implements ListenerInterface
DigestAuthenticationListener implements Digest HTTP authentication.
Methods
| __construct(SecurityContextInterface $securityContext, UserProviderInterface $provider, $providerKey, DigestAuthenticationEntryPoint $authenticationEntryPoint, LoggerInterface $logger = null) | ||
|
handle(GetResponseEvent $event)
This interface must be implemented by firewall listeners. |
Details
at line 40
public
__construct(SecurityContextInterface $securityContext, UserProviderInterface $provider, $providerKey, DigestAuthenticationEntryPoint $authenticationEntryPoint, LoggerInterface $logger = null)
at line 60
public
handle(GetResponseEvent $event)
This interface must be implemented by firewall listeners.