[
https://issues.jboss.org/browse/WFCORE-135?page=com.atlassian.jira.plugin...
]
David Lloyd updated WFCORE-135:
-------------------------------
Description:
The JDK defines the entire domain of valid RuntimePermission names.
Here's a listing:
{noformat}
org.jboss.as.controller.AccessAuditContext#GET_ACCESS_AUDIT_CONTEXT
org.jboss.as.controller.ModelController#ACCESS_PERMISSION
org.jboss.as.controller.access.Caller#CREATE_CALLER_PERMISSION
org.jboss.as.controller.access.Caller#GET_SUBJECT_PERMISSION
org.jboss.as.controller.registry.ImmutableManagementResourceRegistration#ACCESS_PERMISSION
org.jboss.as.server.CurrentServiceContainer#LOOKUP_CURRENT_SERVICE_CONTAINER
org.jboss.as.server.CurrentServiceContainer#SET_CURRENT_SERVICE_CONTAINER
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex#DEPLOYMENT_REFLECTION_INDEX_PERMISSION
org.jboss.as.server.deployment.service.SecuredServiceRegistry#PERMISSION
{noformat}
was:
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}
Eliminate customized usage of RuntimePermission
-----------------------------------------------
Key: WFCORE-135
URL:
https://issues.jboss.org/browse/WFCORE-135
Project: WildFly Core
Issue Type: Task
Components: Server
Reporter: David Lloyd
Assignee: Eduardo Martins
Fix For: 1.0.0.CR1
The JDK defines the entire domain of valid RuntimePermission names.
Here's a listing:
{noformat}
org.jboss.as.controller.AccessAuditContext#GET_ACCESS_AUDIT_CONTEXT
org.jboss.as.controller.ModelController#ACCESS_PERMISSION
org.jboss.as.controller.access.Caller#CREATE_CALLER_PERMISSION
org.jboss.as.controller.access.Caller#GET_SUBJECT_PERMISSION
org.jboss.as.controller.registry.ImmutableManagementResourceRegistration#ACCESS_PERMISSION
org.jboss.as.server.CurrentServiceContainer#LOOKUP_CURRENT_SERVICE_CONTAINER
org.jboss.as.server.CurrentServiceContainer#SET_CURRENT_SERVICE_CONTAINER
org.jboss.as.server.deployment.reflect.DeploymentReflectionIndex#DEPLOYMENT_REFLECTION_INDEX_PERMISSION
org.jboss.as.server.deployment.service.SecuredServiceRegistry#PERMISSION
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)