PHP Класс Newscoop\NewscoopBundle\Security\Http\Authentication\AuthenticationSuccessHandler

Наследование: extends Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$authAdapter
$em
$userService

Открытые методы

Метод Описание
__construct ( HttpUtils $httpUtils, array $options, $authAdapter, $em, $userService ) Constructor
onAuthenticationSuccess ( Request $request, Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token ) : Response This is called when an interactive authentication attempt succeeds. This is called by authentication listeners inheriting from AbstractAuthenticationListener.

Описание методов

__construct() публичный Метод

Constructor
public __construct ( HttpUtils $httpUtils, array $options, $authAdapter, $em, $userService )
$httpUtils Symfony\Component\Security\Http\HttpUtils
$options array

onAuthenticationSuccess() публичный Метод

This is called when an interactive authentication attempt succeeds. This is called by authentication listeners inheriting from AbstractAuthenticationListener.
public onAuthenticationSuccess ( Request $request, Symfony\Component\Security\Core\Authentication\Token\TokenInterface $token ) : Response
$request Symfony\Component\HttpFoundation\Request
$token Symfony\Component\Security\Core\Authentication\Token\TokenInterface
Результат Symfony\Component\HttpFoundation\Response The response to return

Описание свойств

$authAdapter защищенное свойство

protected $authAdapter

$em защищенное свойство

protected $em

$userService защищенное свойство

protected $userService