RetryAuthenticationEntryPoint

RetryAuthenticationEntryPoint

class RetryAuthenticationEntryPoint implements AuthenticationEntryPointInterface

RetryAuthenticationEntryPoint redirects URL based on the configured scheme.

This entry point is not intended to work with HTTP post requests.

Methods

__construct($httpPort = 80, $httpsPort = 443)
Response start(Request $request, AuthenticationException $authException = null)

Starts the authentication scheme.

Details

__construct($httpPort = 80, $httpsPort = 443)

Parameters

$httpPort
$httpsPort

Response start(Request $request, AuthenticationException $authException = null)

Starts the authentication scheme.

Parameters

Request $request The request that resulted in an AuthenticationException
AuthenticationException $authException The exception that started the authentication process

Return Value

Response
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部