AppserverIo\Appserver\ServletEngine\Security\DependencyInjection\DeploymentDescriptorParser::getAuthenticationContext PHP Méthode

getAuthenticationContext() public méthode

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