Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
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)
 

Attributs protégés

 $app
 
 $db
 

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 $filter, $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 $filter, et $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 $filter, $query, $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 :