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

Fonctions membres publiques

 onUserMultifactorGetMethod (GetMethod $event)
 
- 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 ()
 

Fonctions membres publiques statiques

static getSubscribedEvents ()
 

Attributs protégés

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

Fonctions membres privées

 decodeRecordOptions (MfaTable $record)
 

Attributs privés

 $mfaMethodName = 'fixed'
 

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

Joomla! Multi-factor Authentication using a fixed code.

Requires a static string (password), different for each user. It effectively works as a second password. The fixed code is stored hashed, like a regular password.

This is NOT to be used on production sites. It serves as a demonstration plugin and as a template for developers to create their own custom Multi-factor Authentication plugins.

Depuis
4.2.0

Documentation des fonctions membres

◆ decodeRecordOptions()

decodeRecordOptions ( MfaTable  $record)
private

Decodes the options from a record into an options object.

Paramètres
MfaTable$recordThe record to decode options for
Renvoie
object
Depuis
4.2.0

Références $options.

◆ getSubscribedEvents()

static getSubscribedEvents ( )
static

Returns an array of events this subscriber will listen to.

Renvoie
array
Depuis
4.2.0

Implémente SubscriberInterface.

◆ onUserMultifactorGetMethod()

onUserMultifactorGetMethod ( GetMethod  $event)

Gets the identity of this MFA Method

Paramètres
GetMethod$eventThe event we are handling
Renvoie
void
Depuis
4.2.0

Références Text\_(), et ResultAwareInterface\addResult().

Documentation des champs

◆ $allowLegacyListeners

$allowLegacyListeners = false
protected

◆ $autoloadLanguage

$autoloadLanguage = true
protected

◆ $mfaMethodName

$mfaMethodName = 'fixed'
private

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