Свойство | Type | Description | |
---|---|---|---|
$objectManager | Neos\Flow\ObjectManagement\ObjectManagerInterface |
Méthode | Description | |
---|---|---|
__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. |
public __construct ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager ) | ||
$objectManager | Neos\Flow\ObjectManagement\ObjectManagerInterface | The object manager |
public resolveProviderClass ( string $providerName ) : string | ||
$providerName | string | The (short) name of the provider |
Résultat | string | The object name of the authentication provider |