Thank you both for your answers pointing to JACC guide. To be honest I've already gone thorough it, but it looked more like how to implement JACC provider than how to integrate already existing JACC provider into Geronimo. What puzzles me most is sentence ``So now your JACC provider is installed and configured and your app is running ...'' in ``Runtime permissions decisions'' paragraph when before it it was not discussed how to install and configure the JACC.
The kind of information I'm looking forward to reading is like: set system property x.y.z to your Policy implementation and a.b.c to your PolicyConfigurationFactory implementation. Put your JACC jars and dependencies into lib XXX and restart Geronimo. Or start Geronimo, log into the admin console, go to the node XYZ and add new JACC provider there and your JACC jars into lib AAAA. That's what I'm looking for, since my JACC provider is already working with GlassFish and WebLogic and now I just need to configure it for Geronimo. Thanks! Karel djencks wrote: > > This has been done successfully before :-). I recommend working with > geronimo 2.1.2; things may change a bit in trunk. > > There are a few hints at http://cwiki.apache.org/GMOxDEV/jacc-guide.html > > You may well have lots of questions after reading this, and please > feel free to ask. In particular it may not be clear how to provide > the identity to role association to your jacc implementation. > > Hopefully I will have time to improve the docs as your questions get > answered :-) > > thanks > david jencks > > On Aug 25, 2008, at 10:51 AM, Karel Gardas wrote: > >> >> Hello, >> I do have custom JACC provider which is working well with GlassFish >> and >> WebLogic and I would like to port it to Geronimo too. I've tried to >> search >> internet for hint/howto do this, but have not found any. Is there >> any such >> document available? >> Thanks! >> Karel >> -- >> View this message in context: >> http://www.nabble.com/How-to-integrate-custom-JACC-provider-into-Geronimo--tp19148519s134p19148519.html >> Sent from the Apache Geronimo - Users mailing list archive at >> Nabble.com. >> > > > -- View this message in context: http://www.nabble.com/How-to-integrate-custom-JACC-provider-into-Geronimo--tp19148519s134p19149382.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
