Kohinos  2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
Référence de la classe App\Security\ApiKeyAuthenticator
Graphe d'héritage de App\Security\ApiKeyAuthenticator:

Fonctions membres publiques

 __construct (EntityManagerInterface $em)
 
 supports (Request $request)
 
 getCredentials (Request $request)
 
 getUser ($credentials, UserProviderInterface $userProvider)
 
 checkCredentials ($credentials, UserInterface $user)
 
 onAuthenticationSuccess (Request $request, TokenInterface $token, $providerKey)
 
 onAuthenticationFailure (Request $request, AuthenticationException $exception)
 
 start (Request $request, AuthenticationException $authException=null)
 
 supportsRememberMe ()
 

Documentation des fonctions membres

◆ getCredentials()

App\Security\ApiKeyAuthenticator::getCredentials ( Request  $request)

Called on every request. Return whatever credentials you want to be passed to getUser() as $credentials.

◆ start()

App\Security\ApiKeyAuthenticator::start ( Request  $request,
AuthenticationException  $authException = null 
)

Called when authentication is needed, but it's not sent

◆ supports()

App\Security\ApiKeyAuthenticator::supports ( Request  $request)

Called on every request to decide if this authenticator should be used for the request. Returning false will cause this authenticator to be skipped.


La documentation de cette classe a été générée à partir du fichier suivant :