TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Openid\OpenidModuleSetup Class Reference
Inheritance diagram for TYPO3\CMS\Openid\OpenidModuleSetup:
tx_openid_mod_setup

Public Member Functions

 accessLevelCheck (array $config)
 
 renderOpenID (array $parameters, \TYPO3\CMS\Setup\Controller\SetupModuleController $parent)
 

Detailed Description

This class is the OpenID return script for the TYPO3 Backend (used in the user-settings module).

Author
Steffen Gebert steff.nosp@m.en@s.nosp@m.teffe.nosp@m.n-ge.nosp@m.bert..nosp@m.de

Definition at line 24 of file OpenidModuleSetup.php.

Member Function Documentation

◆ accessLevelCheck()

TYPO3\CMS\Openid\OpenidModuleSetup::accessLevelCheck ( array  $config)

Checks weather BE user has access to change its OpenID identifier

Parameters
array$config,Configuration of the field
Returns
boolean Whether it is allowed to modify the given field

Definition at line 32 of file OpenidModuleSetup.php.

References $GLOBALS.

◆ renderOpenID()

TYPO3\CMS\Openid\OpenidModuleSetup::renderOpenID ( array  $parameters,
\TYPO3\CMS\Setup\Controller\SetupModuleController  $parent 
)

Render OpenID identifier field for user setup

Parameters
array$parametersConfiguration of the field
\TYPO3\CMS\Setup\Controller\SetupModuleController$parent,The calling parent object
Returns
string HTML input field to change the OpenId

Definition at line 47 of file OpenidModuleSetup.php.

References $GLOBALS, TYPO3\CMS\Backend\Utility\BackendUtility\getModuleUrl(), and TYPO3\CMS\Core\Utility\GeneralUtility\quoteJSvalue().