![]() |
TYPO3
7.6
|
Static Public Member Functions | |
static | getStorage () |
static | setPreferredStorage ($preferredStorage) |
Static Protected Attributes | |
static | $preferredStorage = \TYPO3\CMS\Rsaauth\Storage\SplitStorage::class |
static | $storageInstance = null |
This class contains a factory for the RSA backends.
Definition at line 20 of file StorageFactory.php.
|
static |
Obtains a storage. This function will return a non-abstract class, which is derived from . Applications should not use any methods that are not declared in the .
Definition at line 49 of file StorageFactory.php.
|
static |
Sets the preferred storage to the factory. This method can be called from another extension or ext_localconf.php
string | $preferredStorage | Preferred storage |
Definition at line 64 of file StorageFactory.php.
References StorageFactory\$preferredStorage.
|
staticprotected |
Definition at line 29 of file StorageFactory.php.
Referenced by StorageFactory\setPreferredStorage().
|
staticprotected |
Definition at line 40 of file StorageFactory.php.