org.globus.ogsa.utils
Class GSIUtils

java.lang.Object
  extended byorg.globus.ogsa.utils.GSIUtils

public class GSIUtils
extends java.lang.Object


Constructor Summary
GSIUtils()
           
 
Method Summary
static void setDefaultGSIProperties(javax.xml.rpc.Stub stub)
          Sets default GSI properties on given stub.
static void setDefaultGSIProperties(javax.xml.rpc.Stub stub, java.net.URL handle)
          Sets default GSI properties on given stub.
static void setDelegationGSIProperties(javax.xml.rpc.Stub stub, java.net.URL handle)
          Sets default GSI properties on given stub.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GSIUtils

public GSIUtils()
Method Detail

setDefaultGSIProperties

public static void setDefaultGSIProperties(javax.xml.rpc.Stub stub)
Sets default GSI properties on given stub. It sets authorization to none and sets the delegation mode to no delegation.
Note: This is meant to be used only for testing


setDefaultGSIProperties

public static void setDefaultGSIProperties(javax.xml.rpc.Stub stub,
                                           java.net.URL handle)
Sets default GSI properties on given stub. It sets authorization to none and sets the delegation mode to no delegation.
Note: This is meant to be used only for testing


setDelegationGSIProperties

public static void setDelegationGSIProperties(javax.xml.rpc.Stub stub,
                                              java.net.URL handle)
Sets default GSI properties on given stub. It sets authorization to none and sets the delegation mode to limited delegation.
Note: This is meant to be used only for testing



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