[keycloak-dev] How to do default claim mappings?
Bill Burke
bburke at redhat.com
Mon Feb 23 13:04:32 EST 2015
On 2/23/2015 3:07 AM, Stian Thorgersen wrote:
> What about adding a general purpose event listener framework for providers? We can add
>
> * ProviderEventListener ProviderFactory.getProviderEventListener()
>
> The bootstrapping process would after calling init on all ProviderFactory, call getProviderEventListener. If it returns null it won't register it, but otherwise it'll add it to the list of listeners.
>
> ProviderEventListener would have the following method:
>
> * void onEvent(ProviderEvent event)
>
Ok, general purpose provider event listeners added. Also
ProviderFactory.preprocess() is named postInit().
--
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com
More information about the keycloak-dev
mailing list