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

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

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

Метод Описание
updateCredentials ( ActionRequest $actionRequest ) : void Updates the username and password credentials from the HTTP authorization header.

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

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

Sets the authentication status to AUTHENTICATION_NEEDED, if the header has been sent, to NO_CREDENTIALS_GIVEN if no authorization header was there.
public updateCredentials ( ActionRequest $actionRequest ) : void
$actionRequest Neos\Flow\Mvc\ActionRequest The current action request instance
Результат void