SecurityFactoryInterface
interface SecurityFactoryInterface
SecurityFactoryInterface is the interface for all security authentication listener.
Methods
Details
at line line 24
create(ContainerBuilder $container, $id, $config, $userProvider, $defaultEntryPoint)
at line line 32
string
getPosition()
Defines the position at which the provider is called.
Possible values: preauth, form, http, and rememberme.