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

Packages that use PolicyServer
org.objectweb.proactive Provides the main classes for creating active objects and futures.  
org.objectweb.proactive.core.body Provides all classes used for implementing the active part of an active object.  
org.objectweb.proactive.core.descriptor.data Provides all classes needed to create java objects related to XML Deployment Descriptor.  
org.objectweb.proactive.core.node Defines the generic Nodes used in ProActive.  
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.security   
 

Uses of PolicyServer in org.objectweb.proactive
 

Methods in org.objectweb.proactive with parameters of type PolicyServer
 void Body.setPolicyServer(PolicyServer server)
          set the policy server of the active object
 

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

Methods in org.objectweb.proactive.core.body with parameters of type PolicyServer
 void AbstractBody.setPolicyServer(PolicyServer server)
           
 

Uses of PolicyServer in org.objectweb.proactive.core.descriptor.data
 

Fields in org.objectweb.proactive.core.descriptor.data declared as PolicyServer
 PolicyServer ProActiveDescriptorImpl.policyServer
          security rules
 

Methods in org.objectweb.proactive.core.descriptor.data that return PolicyServer
 PolicyServer VirtualNodeLookup.getPolicyServer()
           
 PolicyServer VirtualNodeImpl.getPolicyServer()
           
 PolicyServer ProActiveDescriptorImpl.getPolicyServer()
           
 PolicyServer ProActiveDescriptor.getPolicyServer()
           
 PolicyServer VirtualNode.getPolicyServer()
           
 

Methods in org.objectweb.proactive.core.descriptor.data with parameters of type PolicyServer
 void VirtualNodeImpl.setPolicyServer(PolicyServer server)
           
 

Uses of PolicyServer in org.objectweb.proactive.core.node
 

Methods in org.objectweb.proactive.core.node with parameters of type PolicyServer
static Node NodeFactory.createNode(java.lang.String url, boolean replacePreviousBinding, PolicyServer ps, java.lang.String vnname)
          Creates a new node on the local machine.
 

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

Methods in org.objectweb.proactive.core.runtime that return PolicyServer
 PolicyServer ProActiveRuntimeImpl.getPolicyServer()
           
 PolicyServer ProActiveRuntimeImpl.getNodePolicyServer(java.lang.String nodeName)
           
 PolicyServer ProActiveRuntime.getPolicyServer()
           
 PolicyServer ProActiveRuntime.getNodePolicyServer(java.lang.String nodeName)
           
 

Methods in org.objectweb.proactive.core.runtime with parameters of type PolicyServer
 java.lang.String ProActiveRuntimeImpl.createLocalNode(java.lang.String nodeName, boolean replacePreviousBinding, PolicyServer ps, java.lang.String vnName, java.lang.String jobId)
           
 java.lang.String ProActiveRuntime.createLocalNode(java.lang.String nodeName, boolean replacePreviousBinding, PolicyServer policyServer, java.lang.String vnName, java.lang.String jobId)
          Creates a new Node in the same VM as this ProActiveRuntime
 

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

Methods in org.objectweb.proactive.core.runtime.http that return PolicyServer
 PolicyServer HttpRuntimeAdapter.getPolicyServer()
           
 PolicyServer HttpRuntimeAdapter.getNodePolicyServer(java.lang.String nodeName)
           
 PolicyServer HttpRemoteRuntimeAdapterImpl.getPolicyServer()
           
 PolicyServer HttpRemoteRuntimeAdapterImpl.getNodePolicyServer(java.lang.String nodeName)
           
 

Methods in org.objectweb.proactive.core.runtime.http with parameters of type PolicyServer
 java.lang.String HttpRuntimeAdapter.createLocalNode(java.lang.String nodeName, boolean replacePreviousBinding, PolicyServer ps, java.lang.String vname, java.lang.String jobId)
           
 java.lang.String HttpRemoteRuntimeAdapterImpl.createLocalNode(java.lang.String nodeName, boolean replacePreviousBinding, PolicyServer ps, java.lang.String vname, java.lang.String jobId)
           
 

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

Methods in org.objectweb.proactive.core.runtime.ibis that return PolicyServer
 PolicyServer RemoteProActiveRuntimeImpl.getPolicyServer()
           
 PolicyServer RemoteProActiveRuntimeImpl.getNodePolicyServer(java.lang.String nodeName)
           
 PolicyServer RemoteProActiveRuntimeAdapter.getPolicyServer()
           
 PolicyServer RemoteProActiveRuntimeAdapter.getNodePolicyServer(java.lang.String nodeName)
           
 PolicyServer RemoteProActiveRuntime.getPolicyServer()
           
 PolicyServer RemoteProActiveRuntime.getNodePolicyServer(java.lang.String nodeName)
           
 

Methods in org.objectweb.proactive.core.runtime.ibis with parameters of type PolicyServer
 java.lang.String RemoteProActiveRuntimeImpl.createLocalNode(java.lang.String nodeName, boolean replacePreviousBinding, PolicyServer ps, java.lang.String vnname, java.lang.String jobId)
           
 java.lang.String RemoteProActiveRuntimeAdapter.createLocalNode(java.lang.String nodeName, boolean replacePreviousBinding, PolicyServer ps, java.lang.String vname, java.lang.String jobId)
           
 java.lang.String RemoteProActiveRuntime.createLocalNode(java.lang.String nodeName, boolean replacePreviousBinding, PolicyServer ps, java.lang.String vnname, java.lang.String jobId)
           
 

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

Methods in org.objectweb.proactive.core.runtime.jini that return PolicyServer
 PolicyServer JiniRuntimeImpl.getPolicyServer()
           
 PolicyServer JiniRuntimeImpl.getNodePolicyServer(java.lang.String nodeName)
           
 PolicyServer JiniRuntimeAdapter.getPolicyServer()
           
 PolicyServer JiniRuntimeAdapter.getNodePolicyServer(java.lang.String nodeName)
           
 PolicyServer JiniRuntime.getPolicyServer()
           
 PolicyServer JiniRuntime.getNodePolicyServer(java.lang.String nodeName)
           
 

Methods in org.objectweb.proactive.core.runtime.jini with parameters of type PolicyServer
 java.lang.String JiniRuntimeImpl.createLocalNode(java.lang.String nodeName, boolean replacePreviousBinding, PolicyServer ps, java.lang.String vnname, java.lang.String jobId)
           
 java.lang.String JiniRuntimeAdapter.createLocalNode(java.lang.String nodeName, boolean replacePreviousBinding, PolicyServer ps, java.lang.String vnname, java.lang.String jobId)
           
 java.lang.String JiniRuntime.createLocalNode(java.lang.String nodeName, boolean replacePreviousBinding, PolicyServer ps, java.lang.String vnname, java.lang.String jobId)
           
 

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

Methods in org.objectweb.proactive.core.runtime.rmi that return PolicyServer
 PolicyServer RemoteProActiveRuntimeImpl.getPolicyServer()
           
 PolicyServer RemoteProActiveRuntimeImpl.getNodePolicyServer(java.lang.String nodeName)
           
 PolicyServer RemoteProActiveRuntimeAdapter.getPolicyServer()
           
 PolicyServer RemoteProActiveRuntimeAdapter.getNodePolicyServer(java.lang.String nodeName)
           
 PolicyServer RemoteProActiveRuntime.getPolicyServer()
           
 PolicyServer RemoteProActiveRuntime.getNodePolicyServer(java.lang.String nodeName)
           
 

Methods in org.objectweb.proactive.core.runtime.rmi with parameters of type PolicyServer
 java.lang.String RemoteProActiveRuntimeImpl.createLocalNode(java.lang.String nodeName, boolean replacePreviousBinding, PolicyServer ps, java.lang.String VNname, java.lang.String jobId)
           
 java.lang.String RemoteProActiveRuntimeAdapter.createLocalNode(java.lang.String nodeName, boolean replacePreviousBinding, PolicyServer ps, java.lang.String vname, java.lang.String jobId)
           
 java.lang.String RemoteProActiveRuntime.createLocalNode(java.lang.String nodeName, boolean replacePreviousBinding, PolicyServer ps, java.lang.String VNname, java.lang.String jobId)
           
 

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

Subclasses of PolicyServer in org.objectweb.proactive.ext.security
 class DefaultPolicyServer
           
 

Fields in org.objectweb.proactive.ext.security declared as PolicyServer
protected  PolicyServer ProActiveSecurityDescriptorHandler.policyServer
           
protected  PolicyServer ProActiveSecurityManager.policyServer
           
 

Methods in org.objectweb.proactive.ext.security that return PolicyServer
static PolicyServer ProActiveSecurityDescriptorHandler.createPolicyServer(java.lang.String xmlDescriptorUrl)
          Creates ProActiveDescriptor object from XML Descriptor
 PolicyServer ProActiveSecurityManager.getPolicyServer()
           
 

Methods in org.objectweb.proactive.ext.security with parameters of type PolicyServer
static void ProActiveSecurity.migrateTo(PolicyServer ps, java.lang.String bodyURL, Node nodeTo)
           
 void ProActiveSecurityManager.setPolicyServer(PolicyServer policyServer)
          Set object policy server
 

Constructors in org.objectweb.proactive.ext.security with parameters of type PolicyServer
Domain(java.lang.String file, PolicyServer ps)
           
ProActiveSecurityManager(java.security.cert.X509Certificate certificate, java.security.PrivateKey pk, PolicyServer ps)
          Method ProActiveSecurityManager.
ProActiveSecurityManager(PolicyServer server)
           
 



Copyright ? April 2005 INRIA All Rights Reserved.