|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.ext.security | This package provides a security framework for the ProActive middleware. |
| 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
|
| Methods in org.objectweb.proactive.core.descriptor.data that return PolicyServer | |
|---|---|
PolicyServer |
ProActiveDescriptor.getPolicyServer()
|
PolicyServer |
ProActiveDescriptorImpl.getPolicyServer()
|
| 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 |
ProActiveSecurityManager.policyServer
|
protected PolicyServer |
ProActiveSecurityDescriptorHandler.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 | |
|---|---|
void |
EncryptedBody.setPolicyServer(PolicyServer server)
|
void |
ProActiveSecurityManager.setPolicyServer(PolicyServer policyServer)
Set entity policy server |
| Constructors in org.objectweb.proactive.ext.security with parameters of type PolicyServer | |
|---|---|
Domain(java.lang.String file,
PolicyServer ps)
|
|
ProActiveSecurityManager(java.security.KeyStore keyStore,
PolicyServer policyServer)
|
|
ProActiveSecurityManager(PolicyServer server)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||