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