AppserverIo\Appserver\ServletEngine\Authenticator\AbstractAuthenticator::getAuthenticationManager PHP Метод

getAuthenticationManager() публичный Метод

Return's the authentication manager instance.
public getAuthenticationManager ( ) : AppserverIo\Appserver\ServletEngine\Security\AuthenticationManagerInterface
Результат AppserverIo\Appserver\ServletEngine\Security\AuthenticationManagerInterface The authentication manager instance
    public function getAuthenticationManager()
    {
        return $this->authenticationManager;
    }