TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Rsaauth\Backend\BackendFactory Class Reference
Inheritance diagram for TYPO3\CMS\Rsaauth\Backend\BackendFactory:
tx_rsaauth_backendfactory

Static Protected Attributes

static $availableBackends
 
static $initialized = FALSE
 
static $selectedBackend = NULL
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! This class contains a factory for the RSA backends.

Author
Dmitry Dulepov dmitr.nosp@m.y@ty.nosp@m.po3.o.nosp@m.rg

Definition at line 21 of file BackendFactory.php.

Member Data Documentation

◆ $availableBackends

TYPO3\CMS\Rsaauth\Backend\BackendFactory::$availableBackends
staticprotected
Initial value:
= array(
'TYPO3\\CMS\\Rsaauth\\Backend\\PhpBackend',
'TYPO3\\CMS\\Rsaauth\\Backend\\CommandLineBackend'
)

Definition at line 30 of file BackendFactory.php.

◆ $initialized

TYPO3\CMS\Rsaauth\Backend\BackendFactory::$initialized = FALSE
staticprotected

Definition at line 41 of file BackendFactory.php.

◆ $selectedBackend

TYPO3\CMS\Rsaauth\Backend\BackendFactory::$selectedBackend = NULL
staticprotected

Definition at line 50 of file BackendFactory.php.