SimpleFormAuthenticatorInterface deprecated

interface SimpleFormAuthenticatorInterface implements SimpleAuthenticatorInterface

deprecated

Deprecated since version 2.8, to be removed in 3.0. Use the same interface from Security\Http\Authentication instead.

Methods

authenticateToken(TokenInterface $token, UserProviderInterface $userProvider, $providerKey) from SimpleAuthenticatorInterface
supportsToken(TokenInterface $token, $providerKey) from SimpleAuthenticatorInterface
createToken(Request $request, $username, $password, $providerKey)

Details

authenticateToken(TokenInterface $token, UserProviderInterface $userProvider, $providerKey)

Parameters

TokenInterface $token
UserProviderInterface $userProvider
$providerKey

supportsToken(TokenInterface $token, $providerKey)

Parameters

TokenInterface $token
$providerKey

createToken(Request $request, $username, $password, $providerKey)

Parameters

Request $request
$username
$password
$providerKey