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


Method Summary
 void addACLEntry(java.lang.String in0, ACLEntry in1, boolean in2)
           
 void addDefaultACLEntry(java.lang.String in0, ACLEntry in1)
           
 ACLEntry[] getACL(java.lang.String in0)
           
 ACLEntry[] getDefaultACL(java.lang.String in0)
           
 void removeACLEntry(java.lang.String in0, ACLEntry in1, boolean in2)
           
 void removeDefaultACLEntry(java.lang.String in0, ACLEntry in1)
           
 void setACL(java.lang.String in0, ACLEntry[] in1)
           
 void setDefaultACL(java.lang.String in0, ACLEntry[] in1)
           
 

Method Detail

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