Uses of Class
org.objectweb.proactive.ext.security.ProActiveSecurityManager

Packages that use ProActiveSecurityManager
org.objectweb.proactive.core.body Provides all classes used for implementing the active part of an active object.  
org.objectweb.proactive.core.body.http HTTP implementation of the remote Body
org.objectweb.proactive.core.body.ibis IBIS implementation of the remote Body
org.objectweb.proactive.core.body.jini The body of an active object act as a hub of communication with other remote objects.  
org.objectweb.proactive.core.body.reply Defines the reply messages based of the common message layer.  
org.objectweb.proactive.core.body.request Defines the request messages based of the common message layer.  
org.objectweb.proactive.core.body.rmi The body of an active object act as a hub of communication with other remote objects.  
org.objectweb.proactive.core.runtime Defines all classes needed to build a ProActiveRuntime.  
org.objectweb.proactive.core.runtime.http HTTP implementation of ProActiveRuntime
org.objectweb.proactive.core.runtime.ibis Ibis implementation of ProActiveRuntime
org.objectweb.proactive.core.runtime.jini JINI implementation of ProActiveRuntime.  
org.objectweb.proactive.core.runtime.rmi RMI implementation of ProActiveRuntime
org.objectweb.proactive.ext.mixedlocation   
org.objectweb.proactive.ext.security   
 

Uses of ProActiveSecurityManager in org.objectweb.proactive.core.body
 

Fields in org.objectweb.proactive.core.body declared as ProActiveSecurityManager
protected  ProActiveSecurityManager ProActiveMetaObjectFactory.proActiveSecurityManager
           
protected  ProActiveSecurityManager AbstractBody.psm
           
 

Methods in org.objectweb.proactive.core.body that return ProActiveSecurityManager
 ProActiveSecurityManager ProActiveMetaObjectFactory.getProActiveSecurityManager()
           
 ProActiveSecurityManager AbstractBody.getProActiveSecurityManager()
           
 ProActiveSecurityManager MetaObjectFactory.getProActiveSecurityManager()
          Creates the ProActiveSecurityManager
 ProActiveSecurityManager UniversalBody.getProActiveSecurityManager()
           
 

Methods in org.objectweb.proactive.core.body with parameters of type ProActiveSecurityManager
 void ProActiveMetaObjectFactory.setProActiveSecurityManager(ProActiveSecurityManager psm)
           
 void MetaObjectFactory.setProActiveSecurityManager(ProActiveSecurityManager psm)
           
 

Uses of ProActiveSecurityManager in org.objectweb.proactive.core.body.http
 

Methods in org.objectweb.proactive.core.body.http that return ProActiveSecurityManager
 ProActiveSecurityManager RemoteBodyAdapter.getProActiveSecurityManager()
           
 ProActiveSecurityManager HttpRemoteBodyImpl.getProActiveSecurityManager()
           
 

Uses of ProActiveSecurityManager in org.objectweb.proactive.core.body.ibis
 

Methods in org.objectweb.proactive.core.body.ibis that return ProActiveSecurityManager
 ProActiveSecurityManager IbisRemoteBodyImpl.getProActiveSecurityManager()
           
 ProActiveSecurityManager IbisRemoteBodyAdapter.getProActiveSecurityManager()
           
 ProActiveSecurityManager IbisRemoteBody.getProActiveSecurityManager()
           
 

Uses of ProActiveSecurityManager in org.objectweb.proactive.core.body.jini
 

Methods in org.objectweb.proactive.core.body.jini that return ProActiveSecurityManager
 ProActiveSecurityManager JiniBodyImpl.getProActiveSecurityManager()
           
 ProActiveSecurityManager JiniBodyAdapter.getProActiveSecurityManager()
           
 ProActiveSecurityManager JiniBody.getProActiveSecurityManager()
           
 

Uses of ProActiveSecurityManager in org.objectweb.proactive.core.body.reply
 

Fields in org.objectweb.proactive.core.body.reply declared as ProActiveSecurityManager
protected  ProActiveSecurityManager ReplyImpl.psm
           
 

Methods in org.objectweb.proactive.core.body.reply with parameters of type ProActiveSecurityManager
 boolean ReplyImpl.decrypt(ProActiveSecurityManager psm)
           
 boolean Reply.decrypt(ProActiveSecurityManager psm)
           
 

Constructors in org.objectweb.proactive.core.body.reply with parameters of type ProActiveSecurityManager
ReplyImpl(UniqueID senderID, long sequenceNumber, java.lang.String methodName, java.lang.Object result, ProActiveSecurityManager psm)
           
 

Uses of ProActiveSecurityManager in org.objectweb.proactive.core.body.request
 

Methods in org.objectweb.proactive.core.body.request with parameters of type ProActiveSecurityManager
 boolean RequestImpl.decrypt(ProActiveSecurityManager psm)
           
 boolean BodyRequest.decrypt(ProActiveSecurityManager psm)
           
 boolean Request.decrypt(ProActiveSecurityManager psm)
           
 

Uses of ProActiveSecurityManager in org.objectweb.proactive.core.body.rmi
 

Methods in org.objectweb.proactive.core.body.rmi that return ProActiveSecurityManager
 ProActiveSecurityManager RemoteBodyImpl.getProActiveSecurityManager()
           
 ProActiveSecurityManager RemoteBodyAdapter.getProActiveSecurityManager()
           
 ProActiveSecurityManager RemoteBody.getProActiveSecurityManager()
           
 

Uses of ProActiveSecurityManager in org.objectweb.proactive.core.runtime
 

Methods in org.objectweb.proactive.core.runtime with parameters of type ProActiveSecurityManager
 void ProActiveRuntimeImpl.setProActiveSecurityManager(ProActiveSecurityManager server)
          set policy server to all virtual nodes
 void ProActiveRuntime.setProActiveSecurityManager(ProActiveSecurityManager ps)
           
 

Uses of ProActiveSecurityManager in org.objectweb.proactive.core.runtime.http
 

Methods in org.objectweb.proactive.core.runtime.http with parameters of type ProActiveSecurityManager
 void HttpRuntimeAdapter.setProActiveSecurityManager(ProActiveSecurityManager ps)
           
 void HttpRemoteRuntimeAdapterImpl.setProActiveSecurityManager(ProActiveSecurityManager ps)
           
 

Uses of ProActiveSecurityManager in org.objectweb.proactive.core.runtime.ibis
 

Methods in org.objectweb.proactive.core.runtime.ibis with parameters of type ProActiveSecurityManager
 void RemoteProActiveRuntimeImpl.setProActiveSecurityManager(ProActiveSecurityManager ps)
           
 void RemoteProActiveRuntimeAdapter.setProActiveSecurityManager(ProActiveSecurityManager ps)
           
 void RemoteProActiveRuntime.setProActiveSecurityManager(ProActiveSecurityManager ps)
           
 

Uses of ProActiveSecurityManager in org.objectweb.proactive.core.runtime.jini
 

Methods in org.objectweb.proactive.core.runtime.jini with parameters of type ProActiveSecurityManager
 void JiniRuntimeImpl.setProActiveSecurityManager(ProActiveSecurityManager ps)
           
 void JiniRuntimeAdapter.setProActiveSecurityManager(ProActiveSecurityManager ps)
           
 void JiniRuntime.setProActiveSecurityManager(ProActiveSecurityManager ps)
           
 

Uses of ProActiveSecurityManager in org.objectweb.proactive.core.runtime.rmi
 

Methods in org.objectweb.proactive.core.runtime.rmi with parameters of type ProActiveSecurityManager
 void RemoteProActiveRuntimeImpl.setProActiveSecurityManager(ProActiveSecurityManager ps)
           
 void RemoteProActiveRuntimeAdapter.setProActiveSecurityManager(ProActiveSecurityManager ps)
           
 void RemoteProActiveRuntime.setProActiveSecurityManager(ProActiveSecurityManager ps)
           
 

Uses of ProActiveSecurityManager in org.objectweb.proactive.ext.mixedlocation
 

Methods in org.objectweb.proactive.ext.mixedlocation that return ProActiveSecurityManager
 ProActiveSecurityManager UniversalBodyWrapper.getProActiveSecurityManager()
           
 

Uses of ProActiveSecurityManager in org.objectweb.proactive.ext.security
 

Subclasses of ProActiveSecurityManager in org.objectweb.proactive.ext.security
 class DefaultProActiveSecurityManager
           
 

Methods in org.objectweb.proactive.ext.security that return ProActiveSecurityManager
 ProActiveSecurityManager ProActiveSecurityManagerFactory.newProActiveSecurityManager()
           
 ProActiveSecurityManager DefaultProActiveSecurityManager.getProActiveSecurityManager()
           
 ProActiveSecurityManager InternalBodySecurity.getProActiveSecurityManager()
           
 



Copyright ? October 2004 INRIA All Rights Reserved.