org.globus.ogsa.gui
Class ServiceContext
java.lang.Object
org.globus.ogsa.gui.ServiceContext
- public class ServiceContext
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ServiceContext
public ServiceContext()
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.