org.glite.wsdl.services.org_glite_security_voms_service_attributes
Class VOMSAttributesSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by org.glite.wsdl.services.org_glite_security_voms_service_attributes.VOMSAttributesSoapBindingStub
All Implemented Interfaces:
java.rmi.Remote, javax.xml.rpc.Stub, VOMSAttributes

public class VOMSAttributesSoapBindingStub
extends org.apache.axis.client.Stub
implements VOMSAttributes


Field Summary
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
VOMSAttributesSoapBindingStub()
           
VOMSAttributesSoapBindingStub(javax.xml.rpc.Service service)
           
VOMSAttributesSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 void createAttributeClass(java.lang.String in0)
           
 void createAttributeClass(java.lang.String in0, java.lang.String in1)
           
 void createAttributeClass(java.lang.String in0, java.lang.String in1, boolean in2)
           
 void deleteAttributeClass(AttributeClass in0)
           
 void deleteAttributeClass(java.lang.String in0)
           
 void deleteGroupAttribute(java.lang.String in0, AttributeValue in1)
           
 void deleteGroupAttribute(java.lang.String in0, java.lang.String in1)
           
 void deleteRoleAttribute(java.lang.String in0, java.lang.String in1, AttributeValue in2)
           
 void deleteRoleAttribute(java.lang.String in0, java.lang.String in1, java.lang.String in2)
           
 void deleteUserAttribute(User in0, AttributeValue in1)
           
 void deleteUserAttribute(User in0, java.lang.String in1)
           
 AttributeClass getAttributeClass(java.lang.String in0)
           
 AttributeClass[] listAttributeClasses()
           
 AttributeValue[] listGroupAttributes(java.lang.String in0)
           
 AttributeValue[] listRoleAttributes(java.lang.String in0, java.lang.String in1)
           
 AttributeValue[] listUserAttributes(User in0)
           
 void saveAttributeClass(AttributeClass in0)
           
 void setGroupAttribute(java.lang.String in0, AttributeValue in1)
           
 void setRoleAttribute(java.lang.String in0, java.lang.String in1, AttributeValue in2)
           
 void setUserAttribute(User in0, AttributeValue in1)
           
 
Methods inherited from class org.apache.axis.client.Stub
_getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getTimeout, getUsername, removeProperty, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VOMSAttributesSoapBindingStub

public VOMSAttributesSoapBindingStub()
                              throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

VOMSAttributesSoapBindingStub

public VOMSAttributesSoapBindingStub(java.net.URL endpointURL,
                                     javax.xml.rpc.Service service)
                              throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

VOMSAttributesSoapBindingStub

public VOMSAttributesSoapBindingStub(javax.xml.rpc.Service service)
                              throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault
Method Detail

createAttributeClass

public void createAttributeClass(java.lang.String in0,
                                 java.lang.String in1,
                                 boolean in2)
                          throws java.rmi.RemoteException,
                                 VOMSException
Specified by:
createAttributeClass in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException

createAttributeClass

public void createAttributeClass(java.lang.String in0,
                                 java.lang.String in1)
                          throws java.rmi.RemoteException,
                                 VOMSException
Specified by:
createAttributeClass in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException

createAttributeClass

public void createAttributeClass(java.lang.String in0)
                          throws java.rmi.RemoteException,
                                 VOMSException
Specified by:
createAttributeClass in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException

getAttributeClass

public AttributeClass getAttributeClass(java.lang.String in0)
                                 throws java.rmi.RemoteException,
                                        VOMSException
Specified by:
getAttributeClass in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException

saveAttributeClass

public void saveAttributeClass(AttributeClass in0)
                        throws java.rmi.RemoteException,
                               VOMSException
Specified by:
saveAttributeClass in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException

deleteAttributeClass

public void deleteAttributeClass(java.lang.String in0)
                          throws java.rmi.RemoteException,
                                 VOMSException
Specified by:
deleteAttributeClass in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException

deleteAttributeClass

public void deleteAttributeClass(AttributeClass in0)
                          throws java.rmi.RemoteException,
                                 VOMSException
Specified by:
deleteAttributeClass in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException

listAttributeClasses

public AttributeClass[] listAttributeClasses()
                                      throws java.rmi.RemoteException,
                                             VOMSException
Specified by:
listAttributeClasses in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException

listUserAttributes

public AttributeValue[] listUserAttributes(User in0)
                                    throws java.rmi.RemoteException,
                                           VOMSException
Specified by:
listUserAttributes in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException

setUserAttribute

public void setUserAttribute(User in0,
                             AttributeValue in1)
                      throws java.rmi.RemoteException,
                             VOMSException
Specified by:
setUserAttribute in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException

deleteUserAttribute

public void deleteUserAttribute(User in0,
                                java.lang.String in1)
                         throws java.rmi.RemoteException,
                                VOMSException
Specified by:
deleteUserAttribute in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException

deleteUserAttribute

public void deleteUserAttribute(User in0,
                                AttributeValue in1)
                         throws java.rmi.RemoteException,
                                VOMSException
Specified by:
deleteUserAttribute in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException

setGroupAttribute

public void setGroupAttribute(java.lang.String in0,
                              AttributeValue in1)
                       throws java.rmi.RemoteException,
                              VOMSException
Specified by:
setGroupAttribute in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException

deleteGroupAttribute

public void deleteGroupAttribute(java.lang.String in0,
                                 java.lang.String in1)
                          throws java.rmi.RemoteException,
                                 VOMSException
Specified by:
deleteGroupAttribute in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException

deleteGroupAttribute

public void deleteGroupAttribute(java.lang.String in0,
                                 AttributeValue in1)
                          throws java.rmi.RemoteException,
                                 VOMSException
Specified by:
deleteGroupAttribute in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException

listGroupAttributes

public AttributeValue[] listGroupAttributes(java.lang.String in0)
                                     throws java.rmi.RemoteException,
                                            VOMSException
Specified by:
listGroupAttributes in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException

setRoleAttribute

public void setRoleAttribute(java.lang.String in0,
                             java.lang.String in1,
                             AttributeValue in2)
                      throws java.rmi.RemoteException,
                             VOMSException
Specified by:
setRoleAttribute in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException

deleteRoleAttribute

public void deleteRoleAttribute(java.lang.String in0,
                                java.lang.String in1,
                                java.lang.String in2)
                         throws java.rmi.RemoteException,
                                VOMSException
Specified by:
deleteRoleAttribute in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException

deleteRoleAttribute

public void deleteRoleAttribute(java.lang.String in0,
                                java.lang.String in1,
                                AttributeValue in2)
                         throws java.rmi.RemoteException,
                                VOMSException
Specified by:
deleteRoleAttribute in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException

listRoleAttributes

public AttributeValue[] listRoleAttributes(java.lang.String in0,
                                           java.lang.String in1)
                                    throws java.rmi.RemoteException,
                                           VOMSException
Specified by:
listRoleAttributes in interface VOMSAttributes
Throws:
java.rmi.RemoteException
VOMSException