W3cubDocs

/Symfony 4.1

RemoteUserAuthenticationListener

class RemoteUserAuthenticationListener extends AbstractPreAuthenticatedListener

REMOTE_USER authentication listener.

Properties

protected $logger from AbstractPreAuthenticatedListener

Methods

__construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, string $providerKey, string $userKey = 'REMOTE_USER', LoggerInterface $logger = null, EventDispatcherInterface $dispatcher = null)
handle(GetResponseEvent $event)

Handles pre-authentication.

from AbstractPreAuthenticatedListener
setSessionAuthenticationStrategy(SessionAuthenticationStrategyInterface $sessionStrategy)

Call this method if your authentication token is stored to a session.

from AbstractPreAuthenticatedListener
array getPreAuthenticatedData(Request $request)

Gets the user and credentials from the Request.

Details

__construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, string $providerKey, string $userKey = 'REMOTE_USER', LoggerInterface $logger = null, EventDispatcherInterface $dispatcher = null)

Parameters

TokenStorageInterface $tokenStorage
AuthenticationManagerInterface $authenticationManager
string $providerKey
string $userKey
LoggerInterface $logger
EventDispatcherInterface $dispatcher

final handle(GetResponseEvent $event)

Handles pre-authentication.

Parameters

GetResponseEvent $event

setSessionAuthenticationStrategy(SessionAuthenticationStrategyInterface $sessionStrategy)

Call this method if your authentication token is stored to a session.

Parameters

SessionAuthenticationStrategyInterface $sessionStrategy

protected array getPreAuthenticatedData(Request $request)

Gets the user and credentials from the Request.

Parameters

Request $request

Return Value

array An array composed of the user and the credentials