Author: ron.sigal(a)jboss.com
Date: 2008-04-11 20:53:13 -0400 (Fri, 11 Apr 2008)
New Revision: 3931
Modified:
remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java
Log:
JBREM-934: Added SKIP_ACCESS_CONTROL.
Modified: remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java
===================================================================
--- remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java 2008-04-12 00:52:18
UTC (rev 3930)
+++ remoting2/branches/2.x/src/main/org/jboss/remoting/Remoting.java 2008-04-12 00:53:13
UTC (rev 3931)
@@ -22,6 +22,7 @@
package org.jboss.remoting;
+
public class Remoting
{
private Remoting() {}
@@ -68,4 +69,10 @@
* Key for configuring Remoting wire version.
*/
public static final String REMOTING_VERSION = "remotingVersion";
+
+ /**
+ * Key for telling Remoting to execute security sensitive code outside of
+ * java.security.AccessController.doPrivileged() calls.
+ */
+ public static final String SKIP_ACCESS_CONTROL = "skipAccessControl";
}
Show replies by date