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

Fonctions membres publiques

 onPrivacyCollectAdminCapabilities ()
 
 onUserAuthenticate ($credentials, $options, &$response)
 
 onUserAfterLogin ($options)
 
 onUserAfterLogout ($options)
 
- 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 protégés

 $app
 
 $db
 
- Attributs protégés hérités de CMSPlugin
 $_name = null
 
 $_type = null
 
 $autoloadLanguage = false
 
 $allowLegacyListeners = true
 

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 ()
 

Description détaillée

Documentation des fonctions membres

◆ onPrivacyCollectAdminCapabilities()

onPrivacyCollectAdminCapabilities ( )

Reports the privacy related capabilities for this plugin to site administrators.

Renvoie
array
Depuis
3.9.0

◆ onUserAfterLogin()

onUserAfterLogin (   $options)

We set the authentication cookie only after login is successfully finished. We set a new cookie either for a user with no cookies or one where the user used a cookie to authenticate.

Paramètres
array$optionsArray holding options
Renvoie
boolean True on success
Depuis
3.2

Références $options, $query, $results, elseif, null, et true.

◆ onUserAfterLogout()

onUserAfterLogout (   $options)

This is where we delete any authentication cookie when a user logs out

Paramètres
array$optionsArray holding options (length, timeToExpiration)
Renvoie
boolean True on success
Depuis
3.2

Références $query.

◆ 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
boolean
Depuis
3.2

Références $now, $query, $result, $results, et $user.

Documentation des champs

◆ $app

$app
protected

◆ $db

$db
protected

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