[jboss-jira] [JBoss JIRA] (WFLY-12748) Move inner class org.jboss.as.webservices.util.SubjectUtil$SimpleGroup to outter level

Jan Blizňák (Jira) issues at jboss.org
Mon Nov 4 06:36:05 EST 2019


Jan Blizňák created WFLY-12748:
----------------------------------

             Summary: Move inner class org.jboss.as.webservices.util.SubjectUtil$SimpleGroup to outter level
                 Key: WFLY-12748
                 URL: https://issues.jboss.org/browse/WFLY-12748
             Project: WildFly
          Issue Type: Bug
          Components: Web Services
    Affects Versions: 18.0.0.Final
            Reporter: Jan Blizňák
            Assignee: Jim Ma
             Fix For: 19.0.0.Beta1


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.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)



More information about the jboss-jira mailing list