AuthenticationEntryPoint
in package
implements
AuthenticationEntryPointInterface
Read onlyYes
FinalYes
Table of Contents
Interfaces
- AuthenticationEntryPointInterface
Properties
- $sessionContext : SessionContext
- $urlGenerator : UrlGeneratorInterface
Methods
- __construct() : mixed
- start() : Response
Properties
$sessionContext
private
SessionContext
$sessionContext
$urlGenerator
private
UrlGeneratorInterface
$urlGenerator
Methods
__construct()
public
__construct(UrlGeneratorInterface $urlGenerator, SessionContext $sessionContext) : mixed
Parameters
- $urlGenerator : UrlGeneratorInterface
- $sessionContext : SessionContext
start()
public
start(Request $request[, AuthenticationException|null $authException = null ]) : Response
Parameters
- $request : Request
- $authException : AuthenticationException|null = null