|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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.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 | This package provides a security framework for the ProActive middleware. |
org.objectweb.proactive.ext.security.domain | Helper functions to create "domains", i.e. high-level security entities. |
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 |
MetaObjectFactory.getProActiveSecurityManager()
Creates the ProActiveSecurityManager |
ProActiveSecurityManager |
AbstractBody.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.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,
FutureResult result,
ProActiveSecurityManager psm)
|
|
ReplyImpl(UniqueID senderID,
long sequenceNumber,
java.lang.String methodName,
FutureResult result,
ProActiveSecurityManager psm,
boolean isAutomaticContinuation)
|
Uses of ProActiveSecurityManager in org.objectweb.proactive.core.body.request |
---|
Methods in org.objectweb.proactive.core.body.request with parameters of type ProActiveSecurityManager | |
---|---|
boolean |
BodyRequest.crypt(ProActiveSecurityManager psm,
UniversalBody destinationBody)
|
boolean |
RequestImpl.crypt(ProActiveSecurityManager psm,
UniversalBody destinationBody)
|
boolean |
AwaitedRequest.crypt(ProActiveSecurityManager psm,
UniversalBody destinationBody)
|
boolean |
BodyRequest.decrypt(ProActiveSecurityManager psm)
|
boolean |
RequestImpl.decrypt(ProActiveSecurityManager psm)
|
boolean |
AwaitedRequest.decrypt(ProActiveSecurityManager psm)
|
Uses of ProActiveSecurityManager in org.objectweb.proactive.core.descriptor.data |
---|
Fields in org.objectweb.proactive.core.descriptor.data declared as ProActiveSecurityManager | |
---|---|
protected ProActiveSecurityManager |
ProActiveDescriptorImpl.proactiveSecurityManager
security rules |
Uses of ProActiveSecurityManager in org.objectweb.proactive.core.node |
---|
Methods in org.objectweb.proactive.core.node with parameters of type ProActiveSecurityManager | |
---|---|
static Node |
NodeFactory.createNode(java.lang.String url,
boolean replacePreviousBinding,
ProActiveSecurityManager psm,
java.lang.String vnname)
Creates a new node on the local machine. |
Uses of ProActiveSecurityManager in org.objectweb.proactive.core.runtime |
---|
Methods in org.objectweb.proactive.core.runtime that return ProActiveSecurityManager | |
---|---|
ProActiveSecurityManager |
ProActiveRuntimeImpl.getProActiveSecurityManager()
|
ProActiveSecurityManager |
LocalNode.getSecurityManager()
|
Methods in org.objectweb.proactive.core.runtime with parameters of type ProActiveSecurityManager | |
---|---|
java.lang.String |
ProActiveRuntimeAdapterImpl.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager policyServer,
java.lang.String vnName,
java.lang.String jobId)
|
java.lang.String |
RemoteProActiveRuntime.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager securityManager,
java.lang.String VNname,
java.lang.String jobId)
|
java.lang.String |
ProActiveRuntimeImpl.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager nodeSecurityManager,
java.lang.String vnName,
java.lang.String jobId)
|
java.lang.String |
ProActiveRuntime.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager nodeSecurityManager,
java.lang.String vnName,
java.lang.String jobId)
Creates a new Node in the same VM as this ProActiveRuntime |
java.lang.String |
ProActiveRuntimeAdapterForwarderImpl.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager psm,
java.lang.String vnName,
java.lang.String jobId)
|
java.lang.String |
ProActiveRuntimeForwarderImpl.createLocalNode(UniqueRuntimeID urid,
java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager psm,
java.lang.String vnName,
java.lang.String jobId)
|
java.lang.String |
ProActiveRuntimeForwarder.createLocalNode(UniqueRuntimeID urid,
java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager psm,
java.lang.String vnName,
java.lang.String jobId)
|
java.lang.String |
RemoteProActiveRuntimeForwarder.createLocalNode(UniqueRuntimeID ruid,
java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager psm,
java.lang.String VNname,
java.lang.String jobId)
|
static void |
ProActiveRuntimeImpl.setProActiveSecurityManager(ProActiveSecurityManager server)
set the runtime security manager |
void |
LocalNode.setSecurityManager(ProActiveSecurityManager securityManager)
|
Constructors in org.objectweb.proactive.core.runtime with parameters of type ProActiveSecurityManager | |
---|---|
LocalNode(java.lang.String nodeName,
java.lang.String jobId,
ProActiveSecurityManager securityManager,
java.lang.String virtualNodeName)
|
Uses of ProActiveSecurityManager in org.objectweb.proactive.core.runtime.http |
---|
Methods in org.objectweb.proactive.core.runtime.http with parameters of type ProActiveSecurityManager | |
---|---|
java.lang.String |
HttpProActiveRuntime.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager securityManager,
java.lang.String vname,
java.lang.String jobId)
|
Uses of ProActiveSecurityManager in org.objectweb.proactive.core.runtime.ibis |
---|
Methods in org.objectweb.proactive.core.runtime.ibis with parameters of type ProActiveSecurityManager | |
---|---|
java.lang.String |
IbisProActiveRuntimeImpl.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager securityManager,
java.lang.String vnname,
java.lang.String jobId)
|
Uses of ProActiveSecurityManager in org.objectweb.proactive.core.runtime.jini |
---|
Methods in org.objectweb.proactive.core.runtime.jini with parameters of type ProActiveSecurityManager | |
---|---|
java.lang.String |
JiniRuntimeImpl.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager securityManager,
java.lang.String vnname,
java.lang.String jobId)
|
Uses of ProActiveSecurityManager in org.objectweb.proactive.core.runtime.rmi |
---|
Methods in org.objectweb.proactive.core.runtime.rmi with parameters of type ProActiveSecurityManager | |
---|---|
java.lang.String |
RmiProActiveRuntimeImpl.createLocalNode(java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager securityManager,
java.lang.String VNname,
java.lang.String jobId)
|
java.lang.String |
RmiProActiveRuntimeForwarderImpl.createLocalNode(UniqueRuntimeID urid,
java.lang.String nodeName,
boolean replacePreviousBinding,
ProActiveSecurityManager ps,
java.lang.String VNname,
java.lang.String jobId)
|
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 |
ProActiveSecurityManager.generateSiblingCertificate(java.lang.String siblingName)
|
ProActiveSecurityManager |
EncryptedBody.getProActiveSecurityManager()
|
ProActiveSecurityManager |
ProActiveSecurityManager.getProActiveSecurityManager()
|
ProActiveSecurityManager |
DefaultProActiveSecurityManager.getProActiveSecurityManager()
|
ProActiveSecurityManager |
ProActiveSecurityManagerFactory.newProActiveSecurityManager()
|
Methods in org.objectweb.proactive.ext.security with parameters of type ProActiveSecurityManager | |
---|---|
boolean |
Securizable.crypt(ProActiveSecurityManager psm,
UniversalBody destinationBody)
|
boolean |
Securizable.decrypt(ProActiveSecurityManager psm)
|
Uses of ProActiveSecurityManager in org.objectweb.proactive.ext.security.domain |
---|
Methods in org.objectweb.proactive.ext.security.domain that return ProActiveSecurityManager | |
---|---|
ProActiveSecurityManager |
DomainImpl.getProActiveSecurityManager()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |