PHP Class Neos\Flow\Security\Authentication\Token\UsernamePasswordHttpBasic

Inheritance: extends UsernamePassword, implements SessionlessTokenInterface
Exibir arquivo Open project: neos/flow-development-collection Class Usage Examples

Public Methods

Method Description
updateCredentials ( ActionRequest $actionRequest ) : void Updates the username and password credentials from the HTTP authorization header.

Method Details

updateCredentials() public method

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
return void