mediatekformation

DaoAuthenticationProvider extends UserAuthenticationProvider
in package

DaoAuthenticationProvider uses a UserProviderInterface to retrieve the user for a UsernamePasswordToken.

Tags
author

Fabien Potencier fabien@symfony.com

Table of Contents

$encoderFactory  : mixed
$hideUserNotFoundExceptions  : mixed
$providerKey  : mixed
$userChecker  : mixed
$userProvider  : mixed
__construct()  : mixed
authenticate()  : mixed
{@inheritdoc}
supports()  : bool
Checks whether this provider supports the given token.
checkAuthentication()  : mixed
Does additional checks on the user and token (like validating the credentials).
retrieveUser()  : UserInterface
Retrieves the user from an implementation-specific location.
getRoles()  : array<string|int, mixed>
Retrieves roles from user and appends SwitchUserRole if original token contained one.

Properties

Methods

Search results