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

Jim Ma (Jira) issues at jboss.org
Wed Oct 30 02:15:00 EDT 2019


     [ https://issues.jboss.org/browse/WFLY-12730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Ma updated WFLY-12730:
--------------------------
    Comment: was deleted

(was: 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 now : 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. )


> Move inner class org.jboss.as.webservices.util.SubjectUtil$SimpleGroup to outter level
> --------------------------------------------------------------------------------------
>
>                 Key: WFLY-12730
>                 URL: https://issues.jboss.org/browse/WFLY-12730
>             Project: WildFly
>          Issue Type: Bug
>          Components: Web Services
>    Affects Versions: 18.0.0.Final
>            Reporter: Jan Blizňák
>            Assignee: Jim Ma
>            Priority: Major
>             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 now : 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