Java Globus API: Class GridProxyModel

org.globus.tools.proxy
Class GridProxyModel

java.lang.Object
  |
  +--org.globus.tools.proxy.GridProxyModel
Direct Known Subclasses:
DefaultGridProxyModel, PKCS11GridProxyModel

public abstract class GridProxyModel
extends Object


Field Summary
protected  CoGProperties props
           
protected  X509Certificate userCert
           
 
Constructor Summary
GridProxyModel()
           
 
Method Summary
abstract  GlobusCredential createProxy(String pwd)
           
 boolean getLimited()
           
 CoGProperties getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

userCert

protected X509Certificate userCert

props

protected CoGProperties props
Constructor Detail

GridProxyModel

public GridProxyModel()
Method Detail

createProxy

public abstract GlobusCredential createProxy(String pwd)
                                      throws Exception

getProperties

public CoGProperties getProperties()

getLimited

public boolean getLimited()