Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe Basic
+ Graphe d'héritage de Basic:

Fonctions membres publiques

 __construct (DispatcherInterface $dispatcher, array $config, UserFactoryInterface $userFactory)
 
 onUserAuthenticate ($credentials, $options, &$response)
 
- Fonctions membres publiques hérités de CMSPlugin
 __construct (&$subject, $config=array())
 
 loadLanguage ($extension='', $basePath=JPATH_ADMINISTRATOR)
 
 setApplication (CMSApplicationInterface $application)
 
- Fonctions membres publiques hérités de DispatcherAwareInterface
 setDispatcher (DispatcherInterface $dispatcher)
 
- Fonctions membres publiques hérités de PluginInterface
 registerListeners ()
 

Attributs privés

 $userFactory
 

Membres hérités additionnels

- Champs de données hérités de CMSPlugin
 $params = null
 
- Fonctions membres protégées hérités de CMSPlugin
 registerLegacyListener (string $methodName)
 
 registerListener (string $methodName)
 
 getApplication ()
 
- Attributs protégés hérités de CMSPlugin
 $_name = null
 
 $_type = null
 
 $autoloadLanguage = false
 
 $allowLegacyListeners = true
 

Description détaillée

Joomla Authentication plugin

Depuis
4.0.0

Documentation des constructeurs et destructeur

◆ __construct()

__construct ( DispatcherInterface  $dispatcher,
array  $config,
UserFactoryInterface  $userFactory 
)

Constructor.

Paramètres
DispatcherInterface$dispatcherThe dispatcher
array$configAn optional associative array of configuration settings
UserFactoryInterface$userFactoryThe user factory
Depuis
4.2.0

Références $config, Joomla\CMS\Application\$userFactory, et Symfony\Contracts\Service\__construct().

Documentation des fonctions membres

◆ onUserAuthenticate()

onUserAuthenticate (   $credentials,
  $options,
$response 
)

This method should handle any authentication and report back to the subject

Paramètres
array$credentialsArray holding the user credentials
array$optionsArray of extra options
object&$responseAuthentication response object
Renvoie
void
Depuis
4.0.0

Références $db, $password, $query, $result, $user, Joomla\Database\getDatabase(), UserHelper\hashPassword(), Authentication\STATUS_FAILURE, et Authentication\STATUS_SUCCESS.

Documentation des champs

◆ $userFactory

$userFactory
private

La documentation de cette classe a été générée à partir du fichier suivant :