PHP Класс Neos\Flow\Security\Channel\HttpsInterceptor

Наследование: implements Neos\Flow\Security\Authorization\InterceptorInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$useSSL boolean

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

Метод Описание
__construct ( Context $securityContext, Neos\Flow\Security\Authentication\AuthenticationManagerInterface $authenticationManager, Neos\Flow\Log\SystemLoggerInterface $logger ) Constructor.
invoke ( ) : boolean Redirects the current request to HTTP or HTTPS depending on $this->useSSL;

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

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

Constructor.
public __construct ( Context $securityContext, Neos\Flow\Security\Authentication\AuthenticationManagerInterface $authenticationManager, Neos\Flow\Log\SystemLoggerInterface $logger )
$securityContext Neos\Flow\Security\Context The current security context
$authenticationManager Neos\Flow\Security\Authentication\AuthenticationManagerInterface The authentication Manager
$logger Neos\Flow\Log\SystemLoggerInterface A logger to log security relevant actions

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

Redirects the current request to HTTP or HTTPS depending on $this->useSSL;
public invoke ( ) : boolean
Результат boolean TRUE if the security checks was passed

Описание свойств

$useSSL защищенное свойство

protected bool $useSSL
Результат boolean