AppserverIo\Appserver\ServletEngine\Security\DependencyInjection\DeploymentDescriptorParser::getAuthenticationContext PHP Метод

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

Returns the servlet context instance.
public getAuthenticationContext ( ) : AppserverIo\Psr\Servlet\ServletContextInterface
Результат AppserverIo\Psr\Servlet\ServletContextInterface The servlet context instance
    public function getAuthenticationContext()
    {
        return $this->authenticationContext;
    }