AppserverIo\Appserver\ServletEngine\Security\DependencyInjection\DeploymentDescriptorParser::getAuthenticationContext PHP Method

getAuthenticationContext() public method

Returns the servlet context instance.
public getAuthenticationContext ( ) : AppserverIo\Psr\Servlet\ServletContextInterface
return AppserverIo\Psr\Servlet\ServletContextInterface The servlet context instance
    public function getAuthenticationContext()
    {
        return $this->authenticationContext;
    }