UserAdmin looks interesting. I am not sure though how to use it together with JAAS. In JAAS I will have a Subject with Principals. Useradmin can provide me with the roles of a user. But this get the user from the JAAS subject I would still first need to know
which principals represent a user. Any ideas how to do this?

The LoginModule stuff in felix is probably the basis for the karaf JAAS support too. I really like this as it nicely adapts JAAS to OSGi.

Christian


On 13.03.2015 09:41, Felix Meschberger wrote:
Hi Christian,

UserAdmin specification (in Compendium and Enterprise) comes to mind.

When it comes to JAAS authentication inside OSGi, namely LoginModule stuff, the 
Felix project has some work there [1] and [2].

Hope this helps

Regards
Felix

[1] http://svn.apache.org/repos/asf/felix/trunk/jaas
[2] http://felix.apache.org/documentation/subprojects/apache-felix-jaas.html


--
Christian Schneider
http://www.liquid-reality.de

Open Source Architect
http://www.talend.com

_______________________________________________
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to