PHP 클래스 Ojs\UserBundle\Provider\FOSUBUserProvider

상속: extends HWI\Bundle\OAuthBundle\Security\Core\User\FOSUBUserProvider
파일 보기 프로젝트 열기: ojs/ojs

공개 메소드들

메소드 설명
__construct ( Symfony\Bridge\Doctrine\RegistryInterface $registry, FOS\UserBundle\Model\UserManagerInterface $userManager, array $properties ) FOSUBUserProvider constructor.
connect ( Symfony\Component\Security\Core\User\UserInterface $user, HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface $response )
loadUserByOAuthUserResponse ( HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface $response )

메소드 상세

__construct() 공개 메소드

FOSUBUserProvider constructor.
public __construct ( Symfony\Bridge\Doctrine\RegistryInterface $registry, FOS\UserBundle\Model\UserManagerInterface $userManager, array $properties )
$registry Symfony\Bridge\Doctrine\RegistryInterface
$userManager FOS\UserBundle\Model\UserManagerInterface
$properties array

connect() 공개 메소드

public connect ( Symfony\Component\Security\Core\User\UserInterface $user, HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface $response )
$user Symfony\Component\Security\Core\User\UserInterface
$response HWI\Bundle\OAuthBundle\OAuth\Response\UserResponseInterface

loadUserByOAuthUserResponse() 공개 메소드

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