![]() |
Kohinos
2.1.5
Logiciel de gestion d'une MLC (Monnaie Locale Complémentaire)
|
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 () | |
App\Security\ApiKeyAuthenticator::getCredentials | ( | Request | $request | ) |
Called on every request. Return whatever credentials you want to be passed to getUser() as $credentials.
App\Security\ApiKeyAuthenticator::start | ( | Request | $request, |
AuthenticationException | $authException = null |
||
) |
Called when authentication is needed, but it's not sent.
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.