PHP Интерфейс Neos\Flow\Security\Authentication\EntryPointInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
getOptions ( ) : array Returns the options array
setOptions ( array $options ) : void Sets the options array
startAuthentication ( Request $request, Response $response ) : void Starts the authentication. (e.g. redirect to login page or send 401 HTTP header)

Описание методов

getOptions() публичный Метод

Returns the options array
public getOptions ( ) : array
Результат array An array of configuration options

setOptions() публичный Метод

Sets the options array
public setOptions ( array $options ) : void
$options array An array of configuration options
Результат void

startAuthentication() публичный Метод

Starts the authentication. (e.g. redirect to login page or send 401 HTTP header)
public startAuthentication ( Request $request, Response $response ) : void
$request Neos\Flow\Http\Request The current request
$response Neos\Flow\Http\Response The current response
Результат void