Свойство | Type | Description | |
---|---|---|---|
$authenticationManager | |||
$logger | |||
$securityContext |
Méthode | Description | |
---|---|---|
__construct ( Symfony\Component\Security\SecurityContext $securityContext, Symfony\Component\Security\Authentication\AuthenticationManagerInterface $authenticationManager, Symfony\Component\HttpKernel\Log\LoggerInterface $logger = null ) | ||
handle ( Symfony\Component\EventDispatcher\Event $event ) | Handles X509 authentication. | |
register ( |
Méthode | Description | |
---|---|---|
getPreAuthenticatedData ( |
Gets the user and credentials from the Request. |
public __construct ( Symfony\Component\Security\SecurityContext $securityContext, Symfony\Component\Security\Authentication\AuthenticationManagerInterface $authenticationManager, Symfony\Component\HttpKernel\Log\LoggerInterface $logger = null ) | ||
$securityContext | Symfony\Component\Security\SecurityContext | |
$authenticationManager | Symfony\Component\Security\Authentication\AuthenticationManagerInterface | |
$logger | Symfony\Component\HttpKernel\Log\LoggerInterface |
abstract protected getPreAuthenticatedData ( |
||
$request | A Request instance | |
Résultat | array | An array composed of the user and the credentials |
public handle ( Symfony\Component\EventDispatcher\Event $event ) | ||
$event | Symfony\Component\EventDispatcher\Event | An Event instance |