|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.jini | The body of an active object act as a hub of communication with other remote objects. |
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 | |
org.objectweb.proactive.ext.security.crypto | **For internal use only** Provides the cryptographic services. |
org.objectweb.proactive.ext.security.test |
Uses of SecurityContext in org.objectweb.proactive.core.body |
Methods in org.objectweb.proactive.core.body that return SecurityContext | |
SecurityContext |
AbstractBody.getPolicy(SecurityContext securityContext)
|
SecurityContext |
UniversalBody.getPolicy(SecurityContext securityContext)
|
Methods in org.objectweb.proactive.core.body with parameters of type SecurityContext | |
SecurityContext |
AbstractBody.getPolicy(SecurityContext securityContext)
|
SecurityContext |
UniversalBody.getPolicy(SecurityContext securityContext)
|
Uses of SecurityContext in org.objectweb.proactive.core.body.http |
Methods in org.objectweb.proactive.core.body.http that return SecurityContext | |
SecurityContext |
RemoteBodyAdapter.getPolicy(SecurityContext securityContext)
|
SecurityContext |
HttpRemoteBodyImpl.getPolicy(SecurityContext securityContext)
|
Methods in org.objectweb.proactive.core.body.http with parameters of type SecurityContext | |
SecurityContext |
RemoteBodyAdapter.getPolicy(SecurityContext 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)
|
SecurityContext |
IbisRemoteBodyAdapter.getPolicy(SecurityContext securityContext)
|
SecurityContext |
IbisRemoteBody.getPolicy(SecurityContext securityContext)
|
Methods in org.objectweb.proactive.core.body.ibis with parameters of type SecurityContext | |
SecurityContext |
IbisRemoteBodyImpl.getPolicy(SecurityContext securityContext)
|
SecurityContext |
IbisRemoteBodyAdapter.getPolicy(SecurityContext securityContext)
|
SecurityContext |
IbisRemoteBody.getPolicy(SecurityContext securityContext)
|
Uses of SecurityContext in org.objectweb.proactive.core.body.jini |
Methods in org.objectweb.proactive.core.body.jini that return SecurityContext | |
SecurityContext |
JiniBodyImpl.getPolicy(SecurityContext securityContext)
|
SecurityContext |
JiniBodyAdapter.getPolicy(SecurityContext securityContext)
|
SecurityContext |
JiniBody.getPolicy(SecurityContext securityContext)
|
Methods in org.objectweb.proactive.core.body.jini with parameters of type SecurityContext | |
SecurityContext |
JiniBodyImpl.getPolicy(SecurityContext securityContext)
|
SecurityContext |
JiniBodyAdapter.getPolicy(SecurityContext securityContext)
|
SecurityContext |
JiniBody.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 |
RemoteBodyImpl.getPolicy(SecurityContext securityContext)
|
SecurityContext |
RemoteBodyAdapter.getPolicy(SecurityContext securityContext)
|
SecurityContext |
RemoteBody.getPolicy(SecurityContext securityContext)
|
Methods in org.objectweb.proactive.core.body.rmi with parameters of type SecurityContext | |
SecurityContext |
RemoteBodyImpl.getPolicy(SecurityContext securityContext)
|
SecurityContext |
RemoteBodyAdapter.getPolicy(SecurityContext securityContext)
|
SecurityContext |
RemoteBody.getPolicy(SecurityContext securityContext)
|
Uses of SecurityContext in org.objectweb.proactive.core.runtime |
Methods in org.objectweb.proactive.core.runtime that return SecurityContext | |
SecurityContext |
ProActiveRuntimeImpl.getPolicy(SecurityContext sc)
|
SecurityContext |
ProActiveRuntime.getPolicy(SecurityContext sc)
|
Methods in org.objectweb.proactive.core.runtime with parameters of type SecurityContext | |
SecurityContext |
ProActiveRuntimeImpl.getPolicy(SecurityContext sc)
|
SecurityContext |
ProActiveRuntime.getPolicy(SecurityContext sc)
|
Uses of SecurityContext in org.objectweb.proactive.core.runtime.http |
Methods in org.objectweb.proactive.core.runtime.http that return SecurityContext | |
SecurityContext |
HttpRuntimeAdapter.getPolicy(SecurityContext sc)
|
SecurityContext |
HttpRemoteRuntimeAdapterImpl.getPolicy(SecurityContext sc)
|
Methods in org.objectweb.proactive.core.runtime.http with parameters of type SecurityContext | |
SecurityContext |
HttpRuntimeAdapter.getPolicy(SecurityContext sc)
|
SecurityContext |
HttpRemoteRuntimeAdapterImpl.getPolicy(SecurityContext sc)
|
Uses of SecurityContext in org.objectweb.proactive.core.runtime.ibis |
Methods in org.objectweb.proactive.core.runtime.ibis that return SecurityContext | |
SecurityContext |
RemoteProActiveRuntimeImpl.getPolicy(SecurityContext sc)
|
SecurityContext |
RemoteProActiveRuntimeAdapter.getPolicy(SecurityContext sc)
|
SecurityContext |
RemoteProActiveRuntime.getPolicy(SecurityContext sc)
|
Methods in org.objectweb.proactive.core.runtime.ibis with parameters of type SecurityContext | |
SecurityContext |
RemoteProActiveRuntimeImpl.getPolicy(SecurityContext sc)
|
SecurityContext |
RemoteProActiveRuntimeAdapter.getPolicy(SecurityContext sc)
|
SecurityContext |
RemoteProActiveRuntime.getPolicy(SecurityContext sc)
|
Uses of SecurityContext in org.objectweb.proactive.core.runtime.jini |
Methods in org.objectweb.proactive.core.runtime.jini that return SecurityContext | |
SecurityContext |
JiniRuntimeImpl.getPolicy(SecurityContext sc)
|
SecurityContext |
JiniRuntimeAdapter.getPolicy(SecurityContext sc)
|
SecurityContext |
JiniRuntime.getPolicy(SecurityContext sc)
|
Methods in org.objectweb.proactive.core.runtime.jini with parameters of type SecurityContext | |
SecurityContext |
JiniRuntimeImpl.getPolicy(SecurityContext sc)
|
SecurityContext |
JiniRuntimeAdapter.getPolicy(SecurityContext sc)
|
SecurityContext |
JiniRuntime.getPolicy(SecurityContext sc)
|
Uses of SecurityContext in org.objectweb.proactive.core.runtime.rmi |
Methods in org.objectweb.proactive.core.runtime.rmi that return SecurityContext | |
SecurityContext |
RemoteProActiveRuntimeImpl.getPolicy(SecurityContext sc)
|
SecurityContext |
RemoteProActiveRuntimeAdapter.getPolicy(SecurityContext sc)
|
SecurityContext |
RemoteProActiveRuntime.getPolicy(SecurityContext sc)
|
Methods in org.objectweb.proactive.core.runtime.rmi with parameters of type SecurityContext | |
SecurityContext |
RemoteProActiveRuntimeImpl.getPolicy(SecurityContext sc)
|
SecurityContext |
RemoteProActiveRuntimeAdapter.getPolicy(SecurityContext sc)
|
SecurityContext |
RemoteProActiveRuntime.getPolicy(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.receiveRequest(SecurityContext sc)
|
SecurityContext |
Secure.execute(SecurityContext sc)
|
SecurityContext |
InternalBodySecurity.getPolicy(SecurityContext securityContext)
|
SecurityContext |
ProActiveSecurityManager.getPolicy(SecurityContext securityContext)
Method getPolicyTo. |
SecurityContext |
PolicyServer.getPolicy(SecurityContext securityContext)
|
Methods in org.objectweb.proactive.ext.security with parameters of type SecurityContext | |
SecurityContext |
Secure.receiveRequest(SecurityContext sc)
|
SecurityContext |
Secure.execute(SecurityContext sc)
|
SecurityContext |
InternalBodySecurity.getPolicy(SecurityContext securityContext)
|
SecurityContext |
ProActiveSecurityManager.getPolicy(SecurityContext securityContext)
Method getPolicyTo. |
SecurityContext |
PolicyServer.getPolicy(SecurityContext securityContext)
|
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.test |
Methods in org.objectweb.proactive.ext.security.test that return SecurityContext | |
SecurityContext |
Flower.receiveRequest(SecurityContext sc)
|
SecurityContext |
Flower.execute(SecurityContext sc)
|
Methods in org.objectweb.proactive.ext.security.test with parameters of type SecurityContext | |
SecurityContext |
Flower.receiveRequest(SecurityContext sc)
|
SecurityContext |
Flower.execute(SecurityContext sc)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |