PHP Класс Neos\Flow\Security\Authentication\AuthenticationProviderResolver

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface

Открытые методы

Метод Описание
__construct ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) Constructor.
resolveProviderClass ( string $providerName ) : string Resolves the class name of an authentication provider. If a valid provider class name is given, it is just returned.

Описание методов

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

Constructor.
public __construct ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager )
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface The object manager

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

Resolves the class name of an authentication provider. If a valid provider class name is given, it is just returned.
public resolveProviderClass ( string $providerName ) : string
$providerName string The (short) name of the provider
Результат string The object name of the authentication provider

Описание свойств

$objectManager защищенное свойство

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
Результат Neos\Flow\ObjectManagement\ObjectManagerInterface