mediatekformation

PreAuthenticatedAuthenticationProvider
in package
implements AuthenticationProviderInterface

Processes a pre-authenticated authentication request.

This authentication provider will not perform any checks on authentication requests, as they should already be pre-authenticated. However, the UserProviderInterface implementation may still throw a UsernameNotFoundException, for example.

Tags
author

Fabien Potencier fabien@symfony.com

Interfaces, Classes, Traits and Enums

AuthenticationProviderInterface
AuthenticationProviderInterface is the interface for all authentication providers.

Table of Contents

$providerKey  : mixed
$userChecker  : mixed
$userProvider  : mixed
__construct()  : mixed
authenticate()  : mixed
{@inheritdoc}
supports()  : bool
Checks whether this provider supports the given token.

Properties

Methods

Search results