‪TYPO3CMS  9.5
TYPO3\CMS\Saltedpasswords\SaltedPasswordService Class Reference
Inheritance diagram for TYPO3\CMS\Saltedpasswords\SaltedPasswordService:
TYPO3\CMS\Core\Crypto\PasswordHashing\SaltedPasswordService TYPO3\CMS\Core\Authentication\AbstractAuthenticationService TYPO3\CMS\Core\Service\AbstractService

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Crypto\PasswordHashing\SaltedPasswordService
 __construct ()
 
bool init ()
 
bool compareUident (array $user, array $loginData, $passwordCompareStrategy='')
 
int authUser (array $user)
 
 writeLogMessage ($message,... $params)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Authentication\AbstractAuthenticationService
 initAuth ($mode, $loginData, $authInfo, $pObj)
 
 writelog ($type, $action, $error, $details_nr, $details, $data, $tablename='', $recuid='', $recpid='')
 
mixed fetchUserRecord ($username, $extraWhere='', $dbUserSetup='')
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Service\AbstractService
array getServiceInfo ()
 
string getServiceKey ()
 
string getServiceTitle ()
 
mixed getServiceOption ($optionName, $defaultValue='', $includeDefaultConfig=true)
 
 devLog ($msg, $severity=0, $dataVar=false)
 
 errorPush ($errNum=self::ERROR_GENERAL, $errMsg='Unspecified error occurred')
 
 errorPull ()
 
int bool getLastError ()
 
string getLastErrorMsg ()
 
array getErrorMsgArray ()
 
array getLastErrorArray ()
 
 resetErrors ()
 
bool checkExec ($progList)
 
 deactivateService ()
 
string bool checkInputFile ($absFile)
 
string bool readFile ($absFile, $length=0)
 
string bool writeFile ($content, $absFile='')
 
string bool tempFile ($filePrefix)
 
 registerTempFile ($absFile)
 
 unlinkTempFiles ()
 
 setInput ($content, $type='')
 
 setInputFile ($absFile, $type='')
 
mixed getInput ()
 
string getInputFile ($createFile='')
 
 setOutputFile ($absFile)
 
mixed getOutput ()
 
mixed getOutputFile ($absFile='')
 
 reset ()
 
 __destruct ()
 
- ‪Public Attributes inherited from ‪TYPO3\CMS\Core\Crypto\PasswordHashing\SaltedPasswordService
string $prefixId = 'tx_saltedpasswords_sv1'
 
string $extKey = 'saltedpasswords'
 
- ‪Public Attributes inherited from ‪TYPO3\CMS\Core\Authentication\AbstractAuthenticationService
AbstractUserAuthentication $pObj
 
string $mode
 
array $login = array( )
 
array $authInfo = array( )
 
array $db_user = array( )
 
array $db_groups = array( )
 
bool $writeAttemptLog = false
 
- ‪Public Attributes inherited from ‪TYPO3\CMS\Core\Service\AbstractService
const ERROR_GENERAL = -1
 
const ERROR_SERVICE_NOT_AVAILABLE = -2
 
const ERROR_WRONG_SUBTYPE = -3
 
const ERROR_NO_INPUT = -4
 
const ERROR_FILE_NOT_FOUND = -20
 
const ERROR_FILE_NOT_READABLE = -21
 
const ERROR_FILE_NOT_WRITEABLE = -22
 
const ERROR_PROGRAM_NOT_FOUND = -40
 
const ERROR_PROGRAM_FAILED = -41
 
array $info = array( )
 
array $error = array( )
 
string $out = ''
 
string $inputFile = ''
 
string $inputContent = ''
 
string $inputType = ''
 
string $outputFile = ''
 
array $tempFiles = array( )
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Core\Crypto\PasswordHashing\SaltedPasswordService
 updatePassword ($uid, $updateFields)
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Crypto\PasswordHashing\SaltedPasswordService
mixed $extConf
 
TYPO3 CMS Core Crypto PasswordHashing PasswordHashInterface $objInstanceSaltedPW
 
bool $authenticationFailed = false
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Core\Service\AbstractService
array $shutdownRegistry = array( )
 
string $prefixId = ''
 

Detailed Description

Definition at line 28 of file LegacyClassesForIde.php.