]
David Lloyd updated WFLY-3916:
------------------------------
Component/s: Security
Eliminate customized usage of RuntimePermission
-----------------------------------------------
Key: WFLY-3916
URL:
https://issues.jboss.org/browse/WFLY-3916
Project: WildFly
Issue Type: Task
Components: Naming, Security
Reporter: David Lloyd
Assignee: Eduardo Martins
Fix For: 9.0.0.CR1
The JDK defines the entire domain of valid RuntimePermission names.
Here's a listing:
{noformat}
org.jboss.as.naming.NamingContext#SET_ACTIVE_NAMING_STORE
org.jboss.as.security.remoting.RemotingContext#SET_CONNECTION_PERMISSION
org.jboss.as.security.remoting.RemotingContext#CLEAR_CONNECTION_PERMISSION
org.jboss.as.security.remoting.RemotingContext#GET_CONNECTION_PERMISSION
org.jboss.as.security.remoting.RemotingContext#IS_SET_PERMISSION
{noformat}