Neos\Flow\Security\Authentication\AuthenticationProviderManager::getSecurityContext PHP 메소드

getSecurityContext() 공개 메소드

Returns the security context
public getSecurityContext ( ) : Context
리턴 Neos\Flow\Security\Context $securityContext The security context of the current request
    public function getSecurityContext()
    {
        return $this->securityContext;
    }