Symfony2 API
Class

Symfony\Component\Security\Http\Firewall\DigestAuthenticationListener

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)

Parameters

SecurityContextInterface $securityContext
UserProviderInterface $provider
$providerKey
DigestAuthenticationEntryPoint $authenticationEntryPoint
LoggerInterface $logger

at line 60
public handle(GetResponseEvent $event)

This interface must be implemented by firewall listeners.

Parameters

GetResponseEvent $event A GetResponseEvent instance