org.globus.ogsa.gui
Class ServiceContext

java.lang.Object
  extended byorg.globus.ogsa.gui.ServiceContext

public class ServiceContext
extends java.lang.Object


Field Summary
static int FULL_DELEGATION
           
static int GSI_XML_SIGNATURE
           
static int LIMITED_DELEGATION
           
static int NO_AUTHENTICATION
           
static int NO_DELEGATION
           
static int XML_ENCRYPTION
           
static int XML_SIGNATURE
           
 
Constructor Summary
ServiceContext()
           
 
Method Summary
 void addInterface(java.lang.String name, ServiceInterface gsInterface)
           
 void clear()
           
 int getAuthentication()
           
 Authorization getAuthorization()
           
 ServiceBrowser getBrowser()
           
 int getDelegation()
           
 ServiceInterface getInterface(java.lang.String name)
           
 java.util.Map getPanelMapper()
           
 java.util.Map getPortTypePanelMapper()
           
 java.util.Map getServiceDataPanelMapper()
           
 void setAuthentication(int authentication)
           
 void setAuthentication(javax.xml.rpc.Stub stub)
           
 void setAuthorization(Authorization auth)
           
 void setBrowser(ServiceBrowser browser)
           
 void setDelegation(int delegationType)
           
 void setPanelMapper(java.util.Map mapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_AUTHENTICATION

public static final int NO_AUTHENTICATION
See Also:
Constant Field Values

GSI_XML_SIGNATURE

public static final int GSI_XML_SIGNATURE
See Also:
Constant Field Values

XML_ENCRYPTION

public static final int XML_ENCRYPTION
See Also:
Constant Field Values

XML_SIGNATURE

public static final int XML_SIGNATURE
See Also:
Constant Field Values

NO_DELEGATION

public static final int NO_DELEGATION
See Also:
Constant Field Values

LIMITED_DELEGATION

public static final int LIMITED_DELEGATION
See Also:
Constant Field Values

FULL_DELEGATION

public static final int FULL_DELEGATION
See Also:
Constant Field Values
Constructor Detail

ServiceContext

public ServiceContext()
Method Detail

getPanelMapper

public java.util.Map getPanelMapper()

getPortTypePanelMapper

public java.util.Map getPortTypePanelMapper()

getServiceDataPanelMapper

public java.util.Map getServiceDataPanelMapper()

getBrowser

public ServiceBrowser getBrowser()

setBrowser

public void setBrowser(ServiceBrowser browser)

setPanelMapper

public void setPanelMapper(java.util.Map mapper)

getInterface

public ServiceInterface getInterface(java.lang.String name)

addInterface

public void addInterface(java.lang.String name,
                         ServiceInterface gsInterface)

clear

public void clear()

setAuthentication

public void setAuthentication(javax.xml.rpc.Stub stub)

setAuthentication

public void setAuthentication(int authentication)

getAuthentication

public int getAuthentication()

setDelegation

public void setDelegation(int delegationType)

getDelegation

public int getDelegation()

setAuthorization

public void setAuthorization(Authorization auth)

getAuthorization

public Authorization getAuthorization()


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.