HttpBasicFactory
class HttpBasicFactory implements SecurityFactoryInterface
HttpBasicFactory создаёт сервисы для аутентификации HTTP Basic.
Методы
| create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint) | ||
| string | getPosition() Определяет позицию, в которой вызывается провайдер. | |
| getKey() | ||
| addConfiguration(NodeDefinition $node) |
Подробности
create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)
Параметры
| ContainerBuilder | $container | |
| $id | ||
| $config | ||
| $userProvider | ||
| $defaultEntryPoint |
string getPosition()
Определяет позицию, в которой вызывается провайдер.
Возможные значения: preauth, form, http, и rememberme.
Значение возврата
| string |
getKey()
addConfiguration(NodeDefinition $node)
Параметры
| NodeDefinition | $node |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/3.2/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicFactory.html