org.edg.security.voms.service.core
Class VOMSCoreSoapBindingStub

java.lang.Object
  |
  +--org.apache.axis.client.Stub
        |
        +--org.edg.security.voms.service.core.VOMSCoreSoapBindingStub
All Implemented Interfaces:
java.rmi.Remote, javax.xml.rpc.Stub, VOMSCore

public class VOMSCoreSoapBindingStub
extends org.apache.axis.client.Stub
implements VOMSCore


Field Summary
(package private) static org.apache.axis.description.OperationDesc[] _operations
           
private  java.util.Vector cachedDeserFactories
           
private  java.util.Vector cachedSerClasses
           
private  java.util.Vector cachedSerFactories
           
private  java.util.Vector cachedSerQNames
           
 
Fields inherited from class org.apache.axis.client.Stub
cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
VOMSCoreSoapBindingStub()
           
VOMSCoreSoapBindingStub(javax.xml.rpc.Service service)
           
VOMSCoreSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private  org.apache.axis.client.Call createCall()
           
 java.lang.String[] getAttributes(java.lang.String[] roles)
          Returns the user attributes as a list of strings.
 byte[] getAttributesAsAC(java.lang.String[] roles)
          Returns the user attributes as an Attribute Certificate.
 int getMajorVersionNumber()
          Returns the major version number.
 int getMinorVersionNumber()
          Returns the minor version number.
 int getPatchVersionNumber()
          Returns the patch version number.
 User getUser()
          Returns information about a user in the VOMS database.
 java.lang.String[] listCapabilities()
          Returns a list of capabilities that the client has.
 java.lang.String[] listGroups()
          Returns a list of groups that the client is a member of, including the VO group.
 QualifiedRole[] listRoles()
          Returns a list of roles that the client has, along with their associated groups.
 
Methods inherited from class org.apache.axis.client.Stub
_getProperty, _getPropertyNames, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeaders, getTimeout, getUsername, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cachedSerClasses

private java.util.Vector cachedSerClasses

cachedSerQNames

private java.util.Vector cachedSerQNames

cachedSerFactories

private java.util.Vector cachedSerFactories

cachedDeserFactories

private java.util.Vector cachedDeserFactories

_operations

static org.apache.axis.description.OperationDesc[] _operations
Constructor Detail

VOMSCoreSoapBindingStub

public VOMSCoreSoapBindingStub()
                        throws org.apache.axis.AxisFault

VOMSCoreSoapBindingStub

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

VOMSCoreSoapBindingStub

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

createCall

private org.apache.axis.client.Call createCall()
                                        throws java.rmi.RemoteException
java.rmi.RemoteException

getAttributes

public java.lang.String[] getAttributes(java.lang.String[] roles)
                                 throws java.rmi.RemoteException
Description copied from interface: VOMSCore
Returns the user attributes as a list of strings.

Specified by:
getAttributes in interface VOMSCore
Parameters:
roles - requested role(s)
Returns:
list of attributes
java.rmi.RemoteException

getUser

public User getUser()
             throws java.rmi.RemoteException
Description copied from interface: VOMSCore
Returns information about a user in the VOMS database.

Specified by:
getUser in interface VOMSCore
Returns:
All information about the user that is known to VOMS.
java.rmi.RemoteException

listGroups

public java.lang.String[] listGroups()
                              throws java.rmi.RemoteException
Description copied from interface: VOMSCore
Returns a list of groups that the client is a member of, including the VO group.

Specified by:
listGroups in interface VOMSCore
java.rmi.RemoteException

listRoles

public QualifiedRole[] listRoles()
                          throws java.rmi.RemoteException
Description copied from interface: VOMSCore
Returns a list of roles that the client has, along with their associated groups.

Specified by:
listRoles in interface VOMSCore
java.rmi.RemoteException

listCapabilities

public java.lang.String[] listCapabilities()
                                    throws java.rmi.RemoteException
Description copied from interface: VOMSCore
Returns a list of capabilities that the client has.

Specified by:
listCapabilities in interface VOMSCore
java.rmi.RemoteException

getMajorVersionNumber

public int getMajorVersionNumber()
                          throws java.rmi.RemoteException
Description copied from interface: VOMSCore
Returns the major version number.

Specified by:
getMajorVersionNumber in interface VOMSCore
java.rmi.RemoteException

getMinorVersionNumber

public int getMinorVersionNumber()
                          throws java.rmi.RemoteException
Description copied from interface: VOMSCore
Returns the minor version number.

Specified by:
getMinorVersionNumber in interface VOMSCore
java.rmi.RemoteException

getPatchVersionNumber

public int getPatchVersionNumber()
                          throws java.rmi.RemoteException
Description copied from interface: VOMSCore
Returns the patch version number.

Specified by:
getPatchVersionNumber in interface VOMSCore
java.rmi.RemoteException

getAttributesAsAC

public byte[] getAttributesAsAC(java.lang.String[] roles)
                         throws java.rmi.RemoteException
Description copied from interface: VOMSCore
Returns the user attributes as an Attribute Certificate.

Specified by:
getAttributesAsAC in interface VOMSCore
Parameters:
roles - requested role(s)
Returns:
a signed Attribute Certificate
java.rmi.RemoteException