class UsernamePasswordFormAuthenticator implements AuthenticatorInterface

Methods

__construct( Request $request, BaseForm $loginForm, UserProviderInterface $userProvider, array $options = array())

No description

string
getUsername()

No description

getAuthentifiedUser()

No description

Details

at line 34
__construct( Request $request, BaseForm $loginForm, UserProviderInterface $userProvider, array $options = array())

Parameters

Request $request
BaseForm $loginForm
UserProviderInterface $userProvider
array $options

at line 53
string getUsername()

Return Value

string the username value

at line 61
getAuthentifiedUser()

See also

\Thelia\Core\Security\Authentication\AuthenticatorInterface::getAuthentifiedUser()