TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Openid\Wizard Class Reference
Inheritance diagram for TYPO3\CMS\Openid\Wizard:
TYPO3\CMS\Openid\OpenidService TYPO3\CMS\Core\Service\AbstractService

Public Member Functions

 main ()
 
- Public Member Functions inherited from TYPO3\CMS\Openid\OpenidService
 __construct ()
 
 init ()
 
 initAuth ($subType, array $loginData, array $authenticationInformation, AbstractUserAuthentication &$parentObject)
 
 processLoginData (array &$loginData, $passwordTransmissionStrategy)
 
 getUser ()
 
 authUser (array $userRecord)
 
- Public Member Functions inherited from TYPO3\CMS\Core\Service\AbstractService
 getServiceInfo ()
 
 getServiceKey ()
 
 getServiceTitle ()
 
 getServiceOption ($optionName, $defaultValue='', $includeDefaultConfig=TRUE)
 
 devLog ($msg, $severity=0, $dataVar=FALSE)
 
 errorPush ($errNum=T3_ERR_SV_GENERAL, $errMsg='Unspecified error occurred')
 
 errorPull ()
 
 getLastError ()
 
 getLastErrorMsg ()
 
 getErrorMsgArray ()
 
 getLastErrorArray ()
 
 resetErrors ()
 
 checkExec ($progList)
 
 deactivateService ()
 
 checkInputFile ($absFile)
 
 readFile ($absFile, $length=0)
 
 writeFile ($content, $absFile='')
 
 tempFile ($filePrefix)
 
 registerTempFile ($absFile)
 
 unlinkTempFiles ()
 
 setInput ($content, $type='')
 
 setInputFile ($absFile, $type='')
 
 getInput ()
 
 getInputFile ($createFile='')
 
 setOutputFile ($absFile)
 
 getOutput ()
 
 getOutputFile ($absFile='')
 
 init ()
 
 reset ()
 
 __destruct ()
 

Protected Member Functions

 getSelfUrl ()
 
 getReturnUrl ()
 
- Protected Member Functions inherited from TYPO3\CMS\Openid\OpenidService
 injectDatabaseConnection (\TYPO3\CMS\Core\Database\DatabaseConnection $databaseConnection=NULL)
 
 includePHPOpenIDLibrary ()
 
 getUserRecord ($openIDIdentifier)
 
 getOpenIDConsumer ()
 
 sendOpenIDRequest ($openIDIdentifier)
 
 getReturnURL ($claimedIdentifier)
 
 getSignature ($parameter)
 
 normalizeOpenID ($openIDIdentifier)
 
 getBackPath ()
 
 getFinalOpenIDIdentifier ()
 
 getSignedClaimedOpenIDIdentifier ()
 
 getSignedParameter ($parameterName)
 
 writeLog ($message)
 

Protected Attributes

 $claimedId
 
 $parentFormItemName
 
 $parentFormFieldChangeFunc
 
- Protected Attributes inherited from TYPO3\CMS\Openid\OpenidService
 $loginData = array()
 
 $authenticationInformation = array()
 
 $openIDResponse = NULL
 
 $parentObject
 
 $databaseConnection
 
- Protected Attributes inherited from TYPO3\CMS\Core\Service\AbstractService
 $shutdownRegistry = array()
 
 $prefixId = ''
 

Additional Inherited Members

- Public Attributes inherited from TYPO3\CMS\Openid\OpenidService
 $extKey = 'openid'
 
- Public Attributes inherited from TYPO3\CMS\Core\Service\AbstractService
 $info = array()
 
 $error = array()
 
 $writeDevLog = FALSE
 
 $out = ''
 
 $inputFile = ''
 
 $inputContent = ''
 
 $inputType = ''
 
 $outputFile = ''
 
 $tempFiles = array()
 
- Static Protected Attributes inherited from TYPO3\CMS\Openid\OpenidService
static $openIDLibrariesIncluded = FALSE
 

Detailed Description

OpenID selection wizard for the backend

Author
Christian Weiske cweis.nosp@m.ke@c.nosp@m.weisk.nosp@m.e.de

Definition at line 25 of file Wizard.php.

Member Function Documentation

◆ getReturnUrl()

TYPO3\CMS\Openid\Wizard::getReturnUrl ( )
protected

Return URL that shall be called by the OpenID server

Returns
string Full URL with protocol and hostname

Definition at line 107 of file Wizard.php.

References $GLOBALS, Auth_OpenID_CANCEL, Auth_OpenID_SUCCESS, TYPO3\CMS\Core\Messaging\AbstractMessage\ERROR, TYPO3\CMS\Openid\OpenidService\getSignedParameter(), and TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().

Referenced by TYPO3\CMS\Openid\Wizard\main().

◆ getSelfUrl()

TYPO3\CMS\Openid\Wizard::getSelfUrl ( )
protected

Return URL to this wizard

Returns
string Full URL with protocol and hostname

Definition at line 97 of file Wizard.php.

References $GLOBALS, and TYPO3\CMS\Core\Utility\GeneralUtility\getIndpEnv().

◆ main()

Member Data Documentation

◆ $claimedId

TYPO3\CMS\Openid\Wizard::$claimedId
protected

Definition at line 31 of file Wizard.php.

◆ $parentFormFieldChangeFunc

TYPO3\CMS\Openid\Wizard::$parentFormFieldChangeFunc
protected

Definition at line 45 of file Wizard.php.

◆ $parentFormItemName

TYPO3\CMS\Openid\Wizard::$parentFormItemName
protected

Definition at line 38 of file Wizard.php.