PHP Class OAuthBundle\Provider\UserProvider

Author: Alfonso M. GarcĂ­a Astorga ([email protected])
Inheritance: extends HWI\Bundle\OAuthBundle\Security\Core\User\OAuthUserProvider
Show file Open project: alfonsomga/symfony.demo.on.roids

Protected Properties

Property Type Description
$container
$entityManager

Public Methods

Method Description
__construct ( EntityManager $entityManager, Symfony\Component\DependencyInjection\ContainerInterface $container ) UserProvider constructor.
loadUserByOAuthUserResponse ( HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface $response ) : mixed

Method Details

__construct() public method

UserProvider constructor.
public __construct ( EntityManager $entityManager, Symfony\Component\DependencyInjection\ContainerInterface $container )
$entityManager Doctrine\ORM\EntityManager
$container Symfony\Component\DependencyInjection\ContainerInterface

loadUserByOAuthUserResponse() public method

public loadUserByOAuthUserResponse ( HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface $response ) : mixed
$response HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface
return mixed

Property Details

$container protected property

protected $container

$entityManager protected property

protected $entityManager