[
https://issues.apache.org/jira/browse/KARAF-6156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Pavlovich updated KARAF-6156:
----------------------------------
Description: JAASHelper prevents extension of Karaf's JAAS Principal
classes [User, Group,Role]Principal by doing a class.getName().equals(..). This
change replaces it with a class.isAssignableFrom( .. ) comparison to allow for
JAAS providers to extend the Karaf Principal classes (was: The SecurityContext
in a CXFJAX-RS service is ~75% of the time returning a RolePrincipal instead of
UserPrincipal.
* Custom JAAS provider
* Only one JAAS provider
* Realm named 'karaf'
Seems like same issue posted to karaf-users mailinglist [Nabble
link|http://karaf.922171.n3.nabble.com/securityContext-getUserPrincipal-in-JAX-RS-return-unexpected-RolePrincipal-Why-tt4053628.html])
> Support extending Karaf JAAS Principal classes
> ----------------------------------------------
>
> Key: KARAF-6156
> URL: https://issues.apache.org/jira/browse/KARAF-6156
> Project: Karaf
> Issue Type: Bug
> Components: karaf
> Affects Versions: 4.1.6
> Reporter: Matt Pavlovich
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 4.3.0, 4.1.8, 4.2.4
>
>
> JAASHelper prevents extension of Karaf's JAAS Principal classes [User,
> Group,Role]Principal by doing a class.getName().equals(..). This change
> replaces it with a class.isAssignableFrom( .. ) comparison to allow for JAAS
> providers to extend the Karaf Principal classes
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)