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

Additional Inherited Members

- 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 ()
 
- 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()
 
- 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 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 = ''
 
- Static Protected Attributes inherited from TYPO3\CMS\Openid\OpenidService
static $openIDLibrariesIncluded = FALSE
 

Detailed Description

Deprecated:
since 6.0 will be removed in 7.0

Definition at line 5622 of file LegacyClassesForIde.php.