◆ 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 | $options | Array 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 | $options | Array 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 | $credentials | Array holding the user credentials |
array | $options | Array of extra options |
object | &$response | Authentication response object |
- Renvoie
- boolean
- Depuis
- 3.2
Références $filter, $query, $results, et $user.
◆ $app
◆ $db
La documentation de cette classe a été générée à partir du fichier suivant :