Uses of Class
org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi.RMIConnectionProxy

Packages that use RMIConnectionProxy
org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi   
 

Uses of RMIConnectionProxy in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi
 

Subclasses of RMIConnectionProxy in org.apache.felix.mosgi.jmx.rmiconnector.mx4j.remote.rmi
 class RMIConnectionSubjectInvoker
          An RMIConnection proxy that wraps the call into a Subject.doAsPrivileged(javax.security.auth.Subject, java.security.PrivilegedAction, java.security.AccessControlContext) invocation, in order to execute the code under subject-based security, and to perform subject delegation.