AppserverIo\Appserver\ServletEngine\Http\Request::getAuthenticationManager PHP Méthode

getAuthenticationManager() public méthode

Return's the authentication manager instance.
public getAuthenticationManager ( ) : AppserverIo\Appserver\ServletEngine\Security\AuthenticationManagerInterface
Résultat AppserverIo\Appserver\ServletEngine\Security\AuthenticationManagerInterface The authentication manager instance
    public function getAuthenticationManager()
    {
        return $this->authenticationManager;
    }