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

Packages that use SecurityContext
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.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.rmi RMI implementation of ProActiveRuntime
org.objectweb.proactive.ext.mixedlocation   
org.objectweb.proactive.ext.security This package provides a security framework for the ProActive middleware. 
org.objectweb.proactive.ext.security.crypto **For internal use only** Provides the cryptographic services. 
org.objectweb.proactive.ext.security.domain Helper functions to create "domains", i.e. high-level security entities. 
 

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

Methods in org.objectweb.proactive.core.body that return SecurityContext
 SecurityContext BodyAdapterForwarder.getPolicy(SecurityContext securityContext)
           
 SecurityContext BodyAdapterImpl.getPolicy(SecurityContext securityContext)
          Ask the entity to fill the securityContext parameters with its own policy according to the communication details contained in the given securityContext
 SecurityContext AbstractBody.getPolicy(SecurityContext securityContext)
           
 SecurityContext UniversalBodyForwarder.getPolicy(UniqueID id, SecurityContext securityContext)
           
 SecurityContext BodyForwarderImpl.getPolicy(UniqueID id, SecurityContext securityContext)
           
 SecurityContext RemoteBodyForwarder.getPolicy(UniqueID id, SecurityContext securityContext)
           
 

Methods in org.objectweb.proactive.core.body with parameters of type SecurityContext
 SecurityContext BodyAdapterForwarder.getPolicy(SecurityContext securityContext)
           
 SecurityContext BodyAdapterImpl.getPolicy(SecurityContext securityContext)
          Ask the entity to fill the securityContext parameters with its own policy according to the communication details contained in the given securityContext
 SecurityContext AbstractBody.getPolicy(SecurityContext securityContext)
           
 SecurityContext UniversalBodyForwarder.getPolicy(UniqueID id, SecurityContext securityContext)
           
 SecurityContext BodyForwarderImpl.getPolicy(UniqueID id, SecurityContext securityContext)
           
 SecurityContext RemoteBodyForwarder.getPolicy(UniqueID id, SecurityContext securityContext)
           
 

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

Methods in org.objectweb.proactive.core.body.http that return SecurityContext
 SecurityContext HttpRemoteBodyImpl.getPolicy(SecurityContext securityContext)
           
 

Methods in org.objectweb.proactive.core.body.http with parameters of type SecurityContext
 SecurityContext HttpRemoteBodyImpl.getPolicy(SecurityContext securityContext)
           
 

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

Methods in org.objectweb.proactive.core.body.ibis that return SecurityContext
 SecurityContext IbisRemoteBodyImpl.getPolicy(SecurityContext securityContext)
           
 

Methods in org.objectweb.proactive.core.body.ibis with parameters of type SecurityContext
 SecurityContext IbisRemoteBodyImpl.getPolicy(SecurityContext securityContext)
           
 

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

Methods in org.objectweb.proactive.core.body.rmi that return SecurityContext
 SecurityContext RmiRemoteBodyImpl.getPolicy(SecurityContext securityContext)
           
 SecurityContext RmiRemoteBodyForwarderImpl.getPolicy(UniqueID id, SecurityContext securityContext)
           
 

Methods in org.objectweb.proactive.core.body.rmi with parameters of type SecurityContext
 SecurityContext RmiRemoteBodyImpl.getPolicy(SecurityContext securityContext)
           
 SecurityContext RmiRemoteBodyForwarderImpl.getPolicy(UniqueID id, SecurityContext securityContext)
           
 

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

Methods in org.objectweb.proactive.core.runtime that return SecurityContext
 SecurityContext ProActiveRuntimeAdapterImpl.getPolicy(SecurityContext securityContext)
           
 SecurityContext RemoteProActiveRuntime.getPolicy(SecurityContext securityContext)
           
 SecurityContext ProActiveRuntimeImpl.getPolicy(SecurityContext sc)
           
 SecurityContext ProActiveRuntimeAdapterForwarderImpl.getPolicy(SecurityContext securityContext)
           
 SecurityContext ProActiveRuntimeForwarderImpl.getPolicy(UniqueRuntimeID urid, SecurityContext sc)
           
 SecurityContext ProActiveRuntimeForwarder.getPolicy(UniqueRuntimeID urid, SecurityContext securityContext)
           
 SecurityContext RemoteProActiveRuntimeForwarder.getPolicy(UniqueRuntimeID ruid, SecurityContext securityContext)
           
 

Methods in org.objectweb.proactive.core.runtime with parameters of type SecurityContext
 SecurityContext ProActiveRuntimeAdapterImpl.getPolicy(SecurityContext securityContext)
           
 SecurityContext RemoteProActiveRuntime.getPolicy(SecurityContext securityContext)
           
 SecurityContext ProActiveRuntimeImpl.getPolicy(SecurityContext sc)
           
 SecurityContext ProActiveRuntimeAdapterForwarderImpl.getPolicy(SecurityContext securityContext)
           
 SecurityContext ProActiveRuntimeForwarderImpl.getPolicy(UniqueRuntimeID urid, SecurityContext sc)
           
 SecurityContext ProActiveRuntimeForwarder.getPolicy(UniqueRuntimeID urid, SecurityContext securityContext)
           
 SecurityContext RemoteProActiveRuntimeForwarder.getPolicy(UniqueRuntimeID ruid, SecurityContext securityContext)
           
 

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

Methods in org.objectweb.proactive.core.runtime.http that return SecurityContext
 SecurityContext HttpProActiveRuntime.getPolicy(SecurityContext securityContext)
           
 

Methods in org.objectweb.proactive.core.runtime.http with parameters of type SecurityContext
 SecurityContext HttpProActiveRuntime.getPolicy(SecurityContext securityContext)
           
 

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

Methods in org.objectweb.proactive.core.runtime.ibis that return SecurityContext
 SecurityContext IbisProActiveRuntimeImpl.getPolicy(SecurityContext securityContext)
           
 

Methods in org.objectweb.proactive.core.runtime.ibis with parameters of type SecurityContext
 SecurityContext IbisProActiveRuntimeImpl.getPolicy(SecurityContext securityContext)
           
 

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

Methods in org.objectweb.proactive.core.runtime.rmi that return SecurityContext
 SecurityContext RmiProActiveRuntimeImpl.getPolicy(SecurityContext securityContext)
           
 SecurityContext RmiProActiveRuntimeForwarderImpl.getPolicy(UniqueRuntimeID urid, SecurityContext sc)
           
 

Methods in org.objectweb.proactive.core.runtime.rmi with parameters of type SecurityContext
 SecurityContext RmiProActiveRuntimeImpl.getPolicy(SecurityContext securityContext)
           
 SecurityContext RmiProActiveRuntimeForwarderImpl.getPolicy(UniqueRuntimeID urid, SecurityContext sc)
           
 

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

Methods in org.objectweb.proactive.ext.mixedlocation that return SecurityContext
 SecurityContext UniversalBodyWrapper.getPolicy(SecurityContext securityContext)
           
 

Methods in org.objectweb.proactive.ext.mixedlocation with parameters of type SecurityContext
 SecurityContext UniversalBodyWrapper.getPolicy(SecurityContext securityContext)
           
 

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

Methods in org.objectweb.proactive.ext.security that return SecurityContext
 SecurityContext Secure.execute(SecurityContext sc)
           
 SecurityContext PolicyServer.getPolicy(SecurityContext securityContext)
           
 SecurityContext EncryptedBody.getPolicy(SecurityContext securityContext)
           
 SecurityContext InternalBodySecurity.getPolicy(SecurityContext securityContext)
           
 SecurityContext ProActiveSecurityManager.getPolicy(SecurityContext securityContext)
          Method getPolicyTo.
 SecurityContext SecurityEntity.getPolicy(SecurityContext securityContext)
          Ask the entity to fill the securityContext parameters with its own policy according to the communication details contained in the given securityContext
 SecurityContext Secure.receiveRequest(SecurityContext sc)
           
 

Methods in org.objectweb.proactive.ext.security with parameters of type SecurityContext
 SecurityContext Secure.execute(SecurityContext sc)
           
 SecurityContext PolicyServer.getPolicy(SecurityContext securityContext)
           
 SecurityContext EncryptedBody.getPolicy(SecurityContext securityContext)
           
 SecurityContext InternalBodySecurity.getPolicy(SecurityContext securityContext)
           
 SecurityContext ProActiveSecurityManager.getPolicy(SecurityContext securityContext)
          Method getPolicyTo.
 SecurityContext SecurityEntity.getPolicy(SecurityContext securityContext)
          Ask the entity to fill the securityContext parameters with its own policy according to the communication details contained in the given securityContext
 SecurityContext Secure.receiveRequest(SecurityContext sc)
           
 

Uses of SecurityContext in org.objectweb.proactive.ext.security.crypto
 

Fields in org.objectweb.proactive.ext.security.crypto declared as SecurityContext
 SecurityContext Session.securityContext
           
 

Methods in org.objectweb.proactive.ext.security.crypto that return SecurityContext
 SecurityContext Session.getSecurityContext()
           
 

Methods in org.objectweb.proactive.ext.security.crypto with parameters of type SecurityContext
 void Session.setSecurityContext(SecurityContext securityContext)
           
 

Uses of SecurityContext in org.objectweb.proactive.ext.security.domain
 

Methods in org.objectweb.proactive.ext.security.domain that return SecurityContext
 SecurityContext SecurityDomain.getPolicy(SecurityContext securityContext)
           
 SecurityContext DomainImpl.getPolicy(SecurityContext securityContext)
           
 

Methods in org.objectweb.proactive.ext.security.domain with parameters of type SecurityContext
 SecurityContext SecurityDomain.getPolicy(SecurityContext securityContext)
           
 SecurityContext DomainImpl.getPolicy(SecurityContext securityContext)
           
 



Copyright 2001-2007 INRIA All Rights Reserved.