|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PolicyRule in uk.ac.soton.itinnovation.grid.client.accesscontrol |
|---|
| Methods in uk.ac.soton.itinnovation.grid.client.accesscontrol with parameters of type PolicyRule | |
|---|---|
void |
ACLPluginPanel.removeRule(PolicyRule rule)
|
void |
ACLPluginPanel.updateDetails(PolicyRule rule)
|
void |
ACLPluginPanel.updateTable(PolicyRule[] rules)
|
| Constructors in uk.ac.soton.itinnovation.grid.client.accesscontrol with parameters of type PolicyRule | |
|---|---|
ACLPluginPanel.RemoveRuleThread(org.apache.axis.message.addressing.EndpointReferenceType epr,
ACLPluginPanel panel,
PolicyRule rule)
|
|
| Uses of PolicyRule in uk.ac.soton.itinnovation.grid.comms.account |
|---|
| Methods in uk.ac.soton.itinnovation.grid.comms.account that return PolicyRule | |
|---|---|
PolicyRule[] |
TradeAccountHelpers.getPolicyRules()
|
PolicyRule[] |
PrivateAccountHelpers.getPolicyRules()
|
| Methods in uk.ac.soton.itinnovation.grid.comms.account with parameters of type PolicyRule | |
|---|---|
void |
TradeAccountHelpers.addPolicyRule(PolicyRule rule)
|
void |
PrivateAccountHelpers.addPolicyRule(PolicyRule rule)
|
void |
TradeAccountHelpers.removePolicyRule(PolicyRule rule)
|
void |
PrivateAccountHelpers.removePolicyRule(PolicyRule rule)
|
| Uses of PolicyRule in uk.ac.soton.itinnovation.grid.comms.data |
|---|
| Methods in uk.ac.soton.itinnovation.grid.comms.data that return PolicyRule | |
|---|---|
PolicyRule[] |
DataStagerHelpers.getPolicyRules()
|
| Methods in uk.ac.soton.itinnovation.grid.comms.data with parameters of type PolicyRule | |
|---|---|
void |
DataStagerHelpers.addPolicyRule(PolicyRule rule)
|
String |
LocalDataService.initStagingAreaLocal(PolicyRule user,
String label,
org.apache.axis.message.addressing.EndpointReferenceType ownerEPR,
String eventListenerClassName,
boolean internal)
Create a new empty data stager managed not by a managing service, but a proxy class. |
String |
LocalDataService.initStagingAreaLocal(PolicyRule user,
String label,
StorableInStateRepository managingConversation,
boolean internal)
Create a new empty data stager. |
void |
DataStagerHelpers.removePolicyRule(PolicyRule rule)
|
| Uses of PolicyRule in uk.ac.soton.itinnovation.grid.comms.job |
|---|
| Methods in uk.ac.soton.itinnovation.grid.comms.job that return PolicyRule | |
|---|---|
PolicyRule[] |
JobHelpers.getPolicyRules()
|
| Methods in uk.ac.soton.itinnovation.grid.comms.job with parameters of type PolicyRule | |
|---|---|
void |
JobHelpers.addPolicyRule(PolicyRule rule)
|
void |
JobHelpers.removePolicyRule(PolicyRule rule)
|
| Uses of PolicyRule in uk.ac.soton.itinnovation.grid.comms.sla |
|---|
| Methods in uk.ac.soton.itinnovation.grid.comms.sla that return PolicyRule | |
|---|---|
PolicyRule[] |
SLAHelpers.getPolicyRules()
|
| Methods in uk.ac.soton.itinnovation.grid.comms.sla with parameters of type PolicyRule | |
|---|---|
void |
SLAHelpers.addPolicyRule(PolicyRule rule)
|
void |
SLAHelpers.removePolicyRule(PolicyRule rule)
|
| Uses of PolicyRule in uk.ac.soton.itinnovation.grid.pbac2.pdp |
|---|
| Methods in uk.ac.soton.itinnovation.grid.pbac2.pdp that return PolicyRule | |
|---|---|
PolicyRule[] |
PDP.getPolicyRules(String resourceID,
String processRole)
Get the list of rules for membership of the given role. |
| Methods in uk.ac.soton.itinnovation.grid.pbac2.pdp with parameters of type PolicyRule | |
|---|---|
void |
PDP.addPolicyRule(String resourceID,
PolicyRule rule)
Add a new rule for a resource. |
void |
GroupUtils.ensureGroupDeployed(String resourceID,
PolicyRule[] initialRules)
If the group 'resourceID' does not yet exist, create it and add initialRules to its control list. |
boolean |
PBACUtils.ensureServiceResource(Object serviceImpl,
PolicyRule... initialRules)
Ensure that a singleton service resource for this interface exists, creating a new one if not. |
boolean |
PBACUtils.ensureServiceResource(String type,
String resourceID,
boolean worldRole,
PolicyRule[] initialRules)
Ensure that a singleton service resource for this interface exists, creating a new one if not. |
void |
PDP.removePolicyRule(String resourceID,
PolicyRule rule)
Remove a rule from a resource. |
| Uses of PolicyRule in uk.ac.soton.itinnovation.grid.pbac2.pdp.dynamic |
|---|
| Methods in uk.ac.soton.itinnovation.grid.pbac2.pdp.dynamic that return PolicyRule | |
|---|---|
PolicyRule[] |
PDPImpl.getPolicyRules(String resourceID,
String processRole)
|
| Methods in uk.ac.soton.itinnovation.grid.pbac2.pdp.dynamic with parameters of type PolicyRule | |
|---|---|
void |
PDPImpl.addPolicyRule(String resourceID,
PolicyRule rule)
|
void |
PDPImpl.removePolicyRule(String resourceID,
PolicyRule rule)
|
| Uses of PolicyRule in uk.ac.soton.itinnovation.grid.pbac2.pdp.webadmin |
|---|
| Methods in uk.ac.soton.itinnovation.grid.pbac2.pdp.webadmin that return PolicyRule | |
|---|---|
PolicyRule[] |
ACLmodel.getRules(String role)
|
| Methods in uk.ac.soton.itinnovation.grid.pbac2.pdp.webadmin with parameters of type PolicyRule | |
|---|---|
void |
ACLmodel.addRules(PolicyRule[] rules)
|
Map<String,String> |
ACLmodel.getDeleteParameters(PolicyRule rule)
|
static Map<String,String> |
ACLadmin.getDeleteParameters(PolicyRule rule)
Get the details needed to identify a match rule to be deleted. |
boolean |
ACLmodel.hasAuthorityCertificate(PolicyRule rule)
Check whether this match rule has a certificate. |
| Uses of PolicyRule in uk.ac.soton.itinnovation.grid.service.data |
|---|
| Methods in uk.ac.soton.itinnovation.grid.service.data with parameters of type PolicyRule | |
|---|---|
String |
DataServiceModule.initStagingAreaLocal(PolicyRule user,
String label,
org.apache.axis.message.addressing.EndpointReferenceType ownerEPR,
String eventListenerClassName,
boolean internal)
|
String |
DataServiceModule.initStagingAreaLocal(PolicyRule user,
String label,
StorableInStateRepository managingConversation,
boolean internal)
|
| Uses of PolicyRule in uk.ac.soton.itinnovation.grid.service.utils.gridservit |
|---|
| Methods in uk.ac.soton.itinnovation.grid.service.utils.gridservit that return PolicyRule | |
|---|---|
PolicyRule[] |
GridServiceLite.getPolicyRules()
|
| Methods in uk.ac.soton.itinnovation.grid.service.utils.gridservit with parameters of type PolicyRule | |
|---|---|
void |
GridServiceLite.addPolicyRule(PolicyRule rule)
|
void |
GridServiceLite.removePolicyRule(PolicyRule rule)
|
protected MatchRule[] |
GridServiceLite.toMatchRules(PolicyRule[] rules)
For deprecrated methods. |
| Uses of PolicyRule in uk.ac.soton.itinnovation.grid.types |
|---|
| Methods in uk.ac.soton.itinnovation.grid.types that return PolicyRule | |
|---|---|
PolicyRule[] |
PolicyManagement.getPolicyRules()
Get the access control rules in this resource's dynamic access control policy. |
PolicyRule[] |
PolicyManagementWSDL.getPolicyRules()
|
| Methods in uk.ac.soton.itinnovation.grid.types with parameters of type PolicyRule | |
|---|---|
void |
PolicyManagement.addPolicyRule(PolicyRule rule)
Add an access control rule to this resource's dynamic access control policy. |
void |
PolicyManagementWSDL.addPolicyRule(PolicyRule rule)
|
void |
PolicyManagement.removePolicyRule(PolicyRule rule)
Remove an access control rule from this resource's dynamic access control policy. |
void |
PolicyManagementWSDL.removePolicyRule(PolicyRule rule)
|
| Constructors in uk.ac.soton.itinnovation.grid.types with parameters of type PolicyRule | |
|---|---|
MatchRule(PolicyRule rule)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||