Created
November 2, 2012 21:55
-
-
Save baldurrensch/4004576 to your computer and use it in GitHub Desktop.
AbstractAuthenticationListener
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <service id="rest.security.authentication.listener" class="Acme\TestBundle\Security\Firewall\RestListener" public="false"> | |
| <argument type="service" id="security.context"/> | |
| <argument type="service" id="security.authentication.manager" /> | |
| <argument type="service" id="doctrine"/> | |
| <argument type="service" id="event_dispatcher" /> | |
| <argument type="service" id="security.authentication.success_handler" /> | |
| </service> |
ghost
commented
Nov 2, 2012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment