RetryAuthenticationEntryPoint
in package
implements
AuthenticationEntryPointInterface
RetryAuthenticationEntryPoint redirects URL based on the configured scheme.
This entry point is not intended to work with HTTP post requests.
Tags
Interfaces, Classes, Traits and Enums
- AuthenticationEntryPointInterface
- Implement this interface for any classes that will be called to "start" the authentication process (see method for more details).
Table of Contents
- $httpPort : mixed
- $httpsPort : mixed
- __construct() : mixed
- start() : Response
- Returns a response that directs the user to authenticate.
Properties
$httpPort
private
mixed
$httpPort
$httpsPort
private
mixed
$httpsPort
Methods
__construct()
public
__construct([int $httpPort = 80 ][, int $httpsPort = 443 ]) : mixed
Parameters
- $httpPort : int = 80
- $httpsPort : int = 443
Return values
mixed —start()
Returns a response that directs the user to authenticate.
public
start(Request $request[, AuthenticationException $authException = null ]) : Response
Parameters
- $request : Request
- $authException : AuthenticationException = null