Neos\Flow\Security\Channel\HttpsInterceptor::__construct PHP Méthode

__construct() public méthode

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
    public function __construct(Context $securityContext, AuthenticationManagerInterface $authenticationManager, SystemLoggerInterface $logger)
    {
    }
HttpsInterceptor