TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Saltedpasswords\Evaluation\Evaluator Class Reference
Inheritance diagram for TYPO3\CMS\Saltedpasswords\Evaluation\Evaluator:
TYPO3\CMS\Saltedpasswords\Evaluation\BackendEvaluator TYPO3\CMS\Saltedpasswords\Evaluation\FrontendEvaluator

Public Member Functions

 returnFieldJS ()
 

Protected Attributes

 $mode = null
 

Detailed Description

Class implementing salted evaluation methods.

Since
2009-06-14

Definition at line 21 of file Evaluator.php.

Member Function Documentation

◆ returnFieldJS()

TYPO3\CMS\Saltedpasswords\Evaluation\Evaluator::returnFieldJS ( )

This function just return the field value as it is. No transforming, hashing will be done on server-side.

Returns
string JavaScript code for evaluating the

Definition at line 38 of file Evaluator.php.

References TYPO3\CMS\Saltedpasswords\Salt\SaltFactory\getSaltingInstance(), and TYPO3\CMS\Saltedpasswords\Utility\SaltedPasswordsUtility\isUsageEnabled().

Member Data Documentation

◆ $mode

TYPO3\CMS\Saltedpasswords\Evaluation\Evaluator::$mode = null
protected

Definition at line 30 of file Evaluator.php.