DependencyInjection\Security\Factory\GuardAuthenticationFactory (Bundle\SecurityBundle)

Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory\GuardAuthenticationFactory

class GuardAuthenticationFactory implements SecurityFactoryInterface

Configures the "guard" authentication provider key under a firewall.

Methods

string getPosition()

Defines the position at which the provider is called.

getKey()
addConfiguration(NodeDefinition $node)
create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)

Details

public string getPosition()

Defines the position at which the provider is called.

Possible values: preauth, form, http, and rememberme.

Return Value

string

public getKey()

public addConfiguration(NodeDefinition $node)

Parameters

NodeDefinition $node

public create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)

Parameters

ContainerBuilder $container
$id
$config
$userProvider
$defaultEntryPoint
在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部