Newscoop\NewscoopBundle\Security\Http\Authentication\AuthenticationSuccessHandler::__construct PHP Method

__construct() public method

Constructor
public __construct ( HttpUtils $httpUtils, array $options, $authAdapter, $em, $userService )
$httpUtils Symfony\Component\Security\Http\HttpUtils
$options array
    public function __construct(HttpUtils $httpUtils, array $options, $authAdapter, $em, $userService)
    {
        $this->authAdapter = $authAdapter;
        $this->em = $em;
        $this->userService = $userService;
        parent::__construct($httpUtils, $options);
    }
AuthenticationSuccessHandler