Hi Nolan, Not at the moment, but please do open a Jira feature request for this (explaining when you would expect to be notified).
A really great addition to Shiro recently is that of an EventBus which will allow us to send all types of events in a decoupled way for future Shiro releases - we could easily add in authorization notifications once we figure out what they should be (and what people want). Best, -- Les Hazlewood | @lhazlewood CTO, Stormpath | http://stormpath.com | @goStormpath | 888.391.5282 On Wed, Mar 13, 2013 at 4:47 PM, Nolan Darilek <[email protected]> wrote: > When a user logs into my app, I currently modify the menu and other > components to reflect any new options available to them. My initial thinking > was to make the class that renders my main app UI into an > AuthenticationListener. Unfortunately this doesn't completely meet my use > case, since AuthenticationListener is called after authentication only, and > I need a listener that gets called when authorization information becomes > available. > > Is there anything like this? Looking through the code suggests not, but I > could be missing something.
