Neos\Flow\Security\Authentication\AuthenticationProviderManager::getProviders PHP 메소드

getProviders() 공개 메소드

Returns all configured authentication providers
public getProviders ( ) : array
리턴 array Array of \Neos\Flow\Security\Authentication\AuthenticationProviderInterface
    public function getProviders()
    {
        return $this->providers;
    }