org.glite.wsdl.services.org_glite_security_voms_service_acl
Interface VOMSACL
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- VOMSACLSoapBindingStub
public interface VOMSACL
- extends java.rmi.Remote
getACL
ACLEntry[] getACL(java.lang.String in0)
throws java.rmi.RemoteException,
VOMSException
- Throws:
java.rmi.RemoteException
VOMSException
setACL
void setACL(java.lang.String in0,
ACLEntry[] in1)
throws java.rmi.RemoteException,
VOMSException
- Throws:
java.rmi.RemoteException
VOMSException
addACLEntry
void addACLEntry(java.lang.String in0,
ACLEntry in1,
boolean in2)
throws java.rmi.RemoteException,
VOMSException
- Throws:
java.rmi.RemoteException
VOMSException
removeACLEntry
void removeACLEntry(java.lang.String in0,
ACLEntry in1,
boolean in2)
throws java.rmi.RemoteException,
VOMSException
- Throws:
java.rmi.RemoteException
VOMSException
getDefaultACL
ACLEntry[] getDefaultACL(java.lang.String in0)
throws java.rmi.RemoteException,
VOMSException
- Throws:
java.rmi.RemoteException
VOMSException
setDefaultACL
void setDefaultACL(java.lang.String in0,
ACLEntry[] in1)
throws java.rmi.RemoteException,
VOMSException
- Throws:
java.rmi.RemoteException
VOMSException
addDefaultACLEntry
void addDefaultACLEntry(java.lang.String in0,
ACLEntry in1)
throws java.rmi.RemoteException,
VOMSException
- Throws:
java.rmi.RemoteException
VOMSException
removeDefaultACLEntry
void removeDefaultACLEntry(java.lang.String in0,
ACLEntry in1)
throws java.rmi.RemoteException,
VOMSException
- Throws:
java.rmi.RemoteException
VOMSException