FormLoginFactory

FormLoginFactory

class FormLoginFactory extends AbstractFactory

FormLoginFactory creates services for form login authentication.

Methods

create(ContainerBuilder $container, $id, $config, $userProviderId, $defaultEntryPointId) from AbstractFactory
addConfiguration(NodeDefinition $node)
addOption($name, $default = null) from AbstractFactory
__construct()
string getPosition()

Defines the position at which the provider is called.

getKey()

Details

create(ContainerBuilder $container, $id, $config, $userProviderId, $defaultEntryPointId)

Parameters

ContainerBuilder $container
$id
$config
$userProviderId
$defaultEntryPointId

addConfiguration(NodeDefinition $node)

Parameters

NodeDefinition $node

final addOption($name, $default = null)

Parameters

$name
$default

__construct()

string getPosition()

Defines the position at which the provider is called.

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

Return Value

string

getKey()

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部