mediatekformation

AnonymousAuthenticationListener extends AbstractListener
in package
implements ListenerInterface Uses LegacyListenerTrait

AnonymousAuthenticationListener automatically adds a Token if none is already present.

Tags
author

Fabien Potencier fabien@symfony.com

final

since Symfony 4.3

Interfaces, Classes, Traits and Enums

ListenerInterface
Interface that must be implemented by firewall listeners.

Table of Contents

$authenticationManager  : mixed
$logger  : mixed
$secret  : mixed
$tokenStorage  : mixed
__construct()  : mixed
__invoke()  : mixed
authenticate()  : mixed
Handles anonymous authentication.
supports()  : bool|null
Tells whether the authenticate() method should be called or not depending on the incoming request.

Properties

Methods

supports()

Tells whether the authenticate() method should be called or not depending on the incoming request.

public supports(Request $request) : bool|null
Parameters
$request : Request
Return values
bool|null

Search results