Skip to content

Comments

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

Closed
bdemers wants to merge 1 commit intoapache:mainfrom
bdemers:authc-events
Closed

WIP: First pass at using the new EventBus to fire AuthC events.#30
bdemers wants to merge 1 commit intoapache:mainfrom
bdemers:authc-events

Conversation

@bdemers
Copy link
Member

@bdemers bdemers commented Jul 11, 2016

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.

@fpapon
Copy link
Member

fpapon commented May 29, 2020

@bdemers I like this one, we can add it to the 2.0.0 work.
Thoughts?

@bdemers
Copy link
Member Author

bdemers commented May 29, 2020

@fpapon yeah!
Does the EventBusAware and the other *Aware casting usage of Shiro work well with OSGi?

@fpapon
Copy link
Member

fpapon commented May 29, 2020

@fpapon yeah!
Does the EventBusAware and the other *Aware casting usage of Shiro work well with OSGi?

I never try but we have an EventAdmin in OSGi and I think it would be nice to use it. I will take a look ;)

@bmarwell
Copy link
Contributor

Great! I am really looking forward to seeing other events, such as "configurationUpdatedEvent" (if that ever happened) or events about the realms from a SecurityManager perspective, as those could be useful for M(X)Beans.

@fpapon
Copy link
Member

fpapon commented Aug 17, 2020

I'm also thinking about to sent events to external bus like Kafka.

@github-actions github-actions bot added the Stale label Jun 25, 2023
@github-actions github-actions bot closed this Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants