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;
    }