Neos\Flow\Security\Authentication\AuthenticationProviderManager::setSecurityContext PHP Method

setSecurityContext() public method

Sets the security context
public setSecurityContext ( Context $securityContext ) : void
$securityContext Neos\Flow\Security\Context The security context of the current request
return void
    public function setSecurityContext(Context $securityContext)
    {
        $this->securityContext = $securityContext;
    }