|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PolicyRule | |
---|---|
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.securityentity | Core package of the proactive security framework. |
Uses of PolicyRule in org.objectweb.proactive.ext.security |
---|
Fields in org.objectweb.proactive.ext.security with type parameters of type PolicyRule | |
---|---|
protected java.util.ArrayList<PolicyRule> |
PolicyServer.policyRules
|
protected java.util.ArrayList<PolicyRule> |
ProActiveSecurityDescriptorHandler.policyRules
|
Methods in org.objectweb.proactive.ext.security that return PolicyRule | |
---|---|
PolicyRule |
DefaultProActiveSecurityManager.getPolicyTo(java.security.cert.X509Certificate certificate)
|
Method parameters in org.objectweb.proactive.ext.security with type arguments of type PolicyRule | |
---|---|
void |
PolicyServer.setPolicies(java.util.ArrayList<PolicyRule> policies)
|
Constructors in org.objectweb.proactive.ext.security with parameters of type PolicyRule | |
---|---|
PolicyServer(PolicyRule[] policyRules)
|
Constructor parameters in org.objectweb.proactive.ext.security with type arguments of type PolicyRule | |
---|---|
PolicyServer(java.util.ArrayList<PolicyRule> policyRules)
|
|
PolicyServer(java.security.KeyStore keyStore,
java.util.ArrayList<PolicyRule> policyRules)
|
Uses of PolicyRule in org.objectweb.proactive.ext.security.crypto |
---|
Methods in org.objectweb.proactive.ext.security.crypto with parameters of type PolicyRule | |
---|---|
void |
Session.setPolicy(PolicyRule resultPolicy)
Method setPolicy. |
Uses of PolicyRule in org.objectweb.proactive.ext.security.securityentity |
---|
Methods in org.objectweb.proactive.ext.security.securityentity that return PolicyRule | |
---|---|
PolicyRule |
EntityPolicy.getPolicyTo()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |