Symfony\Bundle\SecurityBundle\DependencyInjection\Security\Factory
Classes
AbstractFactory is the base class for all classes inheriting from
AbstractAuthenticationListener
FormLoginFactory creates services for form login authentication.
HttpBasicFactory creates services for HTTP basic authentication.
HttpDigestFactory creates services for HTTP digest authentication.
X509Factory creates services for X509 certificate authentication.
Interfaces
SecurityFactoryInterface is the interface for all security authentication listener.