-
Bug
-
Resolution: Done
-
Major
-
18.0.0.Final
-
None
https://issues.apache.org/jira/browse/CXF-7815 changed to use reflection to access Group's member for java.security.acl APIs removal in JDK 13.
Now the SimpleGroup which created to store the roles from Elytron securityIdentity is a private static class: https://github.com/wildfly/wildfly/blob/18.0.0.Final/webservices/server-integration/src/main/java/org/jboss/as/webservices/util/SubjectUtil.java#L185
It should be change to put it in a public class for CXF or other integration layer to easily access.
- clones
-
JBWS-4180 UsernameAuthorizationTestCase & UsernameAuthorizationDigestTestCase fail with elytron profile after upgrade to CXF 3.3.x
- Resolved
- is cloned by
-
JBEAP-17923 Move inner class org.jboss.as.webservices.util.SubjectUtil$SimpleGroup to outter level
- Closed
- links to