|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuk.ac.soton.itinnovation.grid.types.PolicyManagementWSDL
@WebService(targetNamespace="http://nextgrid.org/2007/security",
wsdlLocation="nextgrid-policymanagement.wsdl",
name="PolicyManagement")
@SoapBindingName(value="PolicyManagementSoapBinding")
public abstract class PolicyManagementWSDLThis class exists only to let java2wsdl discover the argument names.
| Constructor Summary | |
|---|---|
PolicyManagementWSDL()
|
|
| Method Summary | |
|---|---|
void |
addPolicyRule(PolicyRule rule)
Add an access control rule to this resource's dynamic access control policy. |
PolicyRule[] |
getPolicyRules()
Get the access control rules in this resource's dynamic access control policy. |
String[] |
getValidRoles()
List the roles the caller is permitted to see. |
void |
removePolicyRule(PolicyRule rule)
Remove an access control rule from this resource's dynamic access control policy. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PolicyManagementWSDL()
| Method Detail |
|---|
@WebMethod
public void addPolicyRule(PolicyRule rule)
throws RemoteException
PolicyManagement
addPolicyRule in interface PolicyManagementRemoteExceptionuk.ac.soton.itinnovation.grid.pbac2.pdp.PDP#addAccessControlRule
@WebMethod
public void removePolicyRule(PolicyRule rule)
throws RemoteException
PolicyManagement
removePolicyRule in interface PolicyManagementRemoteExceptionuk.ac.soton.itinnovation.grid.pbac2.pdp.PDP#removeAccessControlRule
@WebMethod
public PolicyRule[] getPolicyRules()
throws RemoteException
PolicyManagementPolicyManagement.getValidRoles().
getPolicyRules in interface PolicyManagementRemoteExceptionuk.ac.soton.itinnovation.grid.pbac2.pdp.PDP#getAccessControlRules
@WebMethod
public String[] getValidRoles()
throws RemoteException
PolicyManagementPolicyManagement.getPolicyRules().
getValidRoles in interface PolicyManagementRemoteExceptionPDP.getValidProcessRoles(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||