PHP Класс Neos\Flow\Security\Authorization\Interceptor\RequireAuthentication

It is usally used by the firewall to define secured request that need proper authentication.
Наследование: implements Neos\Flow\Security\Authorization\InterceptorInterface
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$authenticationManager Neos\Flow\Security\Authentication\AuthenticationManagerInterface

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

Метод Описание
__construct ( Neos\Flow\Security\Authentication\AuthenticationManagerInterface $authenticationManager ) Constructor.
invoke ( ) : boolean Invokes the the authentication, if needed.

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

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

Constructor.
public __construct ( Neos\Flow\Security\Authentication\AuthenticationManagerInterface $authenticationManager )
$authenticationManager Neos\Flow\Security\Authentication\AuthenticationManagerInterface The authentication Manager

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

Invokes the the authentication, if needed.
public invoke ( ) : boolean
Результат boolean TRUE if the security checks was passed

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

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

protected AuthenticationManagerInterface,Neos\Flow\Security\Authentication $authenticationManager
Результат Neos\Flow\Security\Authentication\AuthenticationManagerInterface