X509Factory
class X509Factory implements SecurityFactoryInterface
X509Factory creates services for X509 certificate authentication.
Methods
| create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint) | ||
| string |  getPosition()  Defines the position at which the provider is called.  |  |
| getKey() | ||
| addConfiguration(NodeDefinition $node) | 
Details
create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)
Parameters
| ContainerBuilder | $container | |
| $id | ||
| $config | ||
| $userProvider | ||
| $defaultEntryPoint | 
string getPosition()
Defines the position at which the provider is called.
Possible values: preauth, form, http, and rememberme.
Return Value
| string | 
getKey()
addConfiguration(NodeDefinition $node)
Parameters
| NodeDefinition | $node | 
    © 2004–2017 Fabien Potencier
Licensed under the MIT License.
    http://api.symfony.com/3.1/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/X509Factory.html