PHP Class Neos\Flow\Security\Authentication\AuthenticationProviderResolver

Show file Open project: neos/flow-development-collection Class Usage Examples

Protected Properties

Property Type Description
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface

Public Methods

Method 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.

Method Details

__construct() public method

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

resolveProviderClass() public method

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
return string The object name of the authentication provider

Property Details

$objectManager protected property

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
return Neos\Flow\ObjectManagement\ObjectManagerInterface