PHP Класс Neos\Flow\Security\Authentication\Token\PasswordToken

Наследование: extends AbstractToken
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$credentials array The password credentials
$environment Neos\Flow\Utility\Environment

Открытые методы

Метод Описание
__toString ( ) : string Returns a string representation of the token for logging purposes.
updateCredentials ( ActionRequest $actionRequest ) : void Updates the password credential from the POST vars, if the POST parameters are available. Sets the authentication status to AUTHENTICATION_NEEDED, if credentials have been sent.

Описание методов

__toString() публичный Метод

Returns a string representation of the token for logging purposes.
public __toString ( ) : string
Результат string

updateCredentials() публичный Метод

Note: You need to send the password in this POST parameter: __authentication[TYPO3][Flow][Security][Authentication][Token][PasswordToken][password]
public updateCredentials ( ActionRequest $actionRequest ) : void
$actionRequest Neos\Flow\Mvc\ActionRequest The current action request
Результат void

Описание свойств

$credentials защищенное свойство

The password credentials
protected array $credentials
Результат array

$environment защищенное свойство

protected Environment,Neos\Flow\Utility $environment
Результат Neos\Flow\Utility\Environment