mediatekformation

KeycloakAuthenticator extends OAuth2Authenticator
in package
implements AuthenticationEntryPointInterface

Description of KeycloakAuthenticator

Tags
author

emds

Table of Contents

Interfaces

AuthenticationEntryPointInterface

Properties

$clientRegistry  : mixed
$entityManager  : mixed
$router  : mixed

Methods

__construct()  : mixed
authenticate()  : Passport
onAuthenticationFailure()  : Response|null
onAuthenticationSuccess()  : Response|null
start()  : Response
supports()  : bool|null

Properties

Methods

__construct()

public __construct(ClientRegistry $clientRegistry, EntityManagerInterface $entityManager, RouterInterface $router) : mixed
Parameters
$clientRegistry : ClientRegistry
$entityManager : EntityManagerInterface
$router : RouterInterface

authenticate()

public authenticate(Request $request) : Passport
Parameters
$request : Request
Return values
Passport

onAuthenticationFailure()

public onAuthenticationFailure(Request $request, AuthenticationException $exception) : Response|null
Parameters
$request : Request
$exception : AuthenticationException
Return values
Response|null

onAuthenticationSuccess()

public onAuthenticationSuccess(Request $request, TokenInterface $token, string $firewallName) : Response|null
Parameters
$request : Request
$token : TokenInterface
$firewallName : string
Return values
Response|null

start()

public start(Request $request[, AuthenticationException $authException = null ]) : Response
Parameters
$request : Request
$authException : AuthenticationException = null
Return values
Response

supports()

public supports(Request $request) : bool|null
Parameters
$request : Request
Return values
bool|null

        
On this page

Search results