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

getApplication() public method

Returns the application context instance the servlet context is bound to.
public getApplication ( ) : AppserverIo\Psr\Application\ApplicationInterface
return AppserverIo\Psr\Application\ApplicationInterface The application context instance
    public function getApplication()
    {
        return $this->getAuthenticationContext()->getApplication();
    }