You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by bdemers <gi...@git.apache.org> on 2016/07/11 21:22:44 UTC

[GitHub] shiro pull request #30: WIP: First pass at using the new EventBus to fire Au...

GitHub user bdemers opened a pull request:

    https://github.com/apache/shiro/pull/30

    WIP: First pass at using the new EventBus to fire AuthC events.

    I'm digging the simplicity of the `EventBus`, but currently it is only `really`* used by the `ReflectionBuilder`
    
    This is attempt to see what publishing auth events from the `AuthenticationRealm` would look like.
    
    
    * The plumbing exists for custom realms, to make full use of the EventBus, it is just that none of the stock `Realms` make direct use of it at the moment.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/bdemers/shiro authc-events

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/shiro/pull/30.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #30
    
----
commit d676993bacdc24c02f202ded4f4f5769b014bd16
Author: Brian Demers <bd...@apache.org>
Date:   2016-07-11T20:38:05Z

    First pass at using the new EventBus to fire AuthC events.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---