Skip to content

Instantly share code, notes, and snippets.

@baldurrensch
Created November 2, 2012 21:55
Show Gist options
  • Select an option

  • Save baldurrensch/4004576 to your computer and use it in GitHub Desktop.

Select an option

Save baldurrensch/4004576 to your computer and use it in GitHub Desktop.
AbstractAuthenticationListener
<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>
Copy link
Copy Markdown

ghost commented Nov 2, 2012

oxygen.security.authentication.listener:
    class: Autodesk\GWCloudAdminBundle\Security\OxygenListener
    abstract: true
    public: false
    arguments: [@security.context, @security.authentication.manager, @security.authentication.session_strategy, @security.http_utils, ~, @security.authentication.success_handler, @security.authentication.failure_handler]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment