Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
Fonctions membres publiques | |
findOneByAAGUID (string $aaguid) | |
getKnownAuthenticators () | |
Fonctions membres privées | |
load () | |
Attributs privés | |
$mdsCache = [] | |
$mdsMap = [] | |
$loaded = false | |
Authenticator metadata repository.
This repository contains the metadata of all FIDO authenticators as published by the FIDO Alliance in their MDS version 3.0.
findOneByAAGUID | ( | string | $aaguid | ) |
Find an authenticator metadata statement given an AAGUID
string | $aaguid | The AAGUID to find |
Implémente MetadataStatementRepository.
Références null.
getKnownAuthenticators | ( | ) |
|
private |
Load the authenticator metadata cache
This prevents an error when we're asking for attestation on authenticators which don't allow it. We are really not interested in the attestation per se, but requiring an attestation is the only way we can get the AAGUID of the authenticator.
Références MetadataStatement\createFromArray(), Configuration\forUnsecuredSigner(), JPATH_PLUGINS, et null.
|
private |
|
private |
|
private |