PHP Class Neos\Flow\Security\Authorization\Interceptor\RequireAuthentication

It is usally used by the firewall to define secured request that need proper authentication.
Inheritance: implements Neos\Flow\Security\Authorization\InterceptorInterface
Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Свойство Type Description
$authenticationManager Neos\Flow\Security\Authentication\AuthenticationManagerInterface

Méthodes publiques

Méthode Description
__construct ( Neos\Flow\Security\Authentication\AuthenticationManagerInterface $authenticationManager ) Constructor.
invoke ( ) : boolean Invokes the the authentication, if needed.

Method Details

__construct() public méthode

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

invoke() public méthode

Invokes the the authentication, if needed.
public invoke ( ) : boolean
Résultat boolean TRUE if the security checks was passed

Property Details

$authenticationManager protected_oe property

protected AuthenticationManagerInterface,Neos\Flow\Security\Authentication $authenticationManager
Résultat Neos\Flow\Security\Authentication\AuthenticationManagerInterface