org.globus.ftp.examples
Class LocalCredentialHelper

java.lang.Object
  extended by org.globus.ftp.examples.LocalCredentialHelper

public class LocalCredentialHelper
extends java.lang.Object


Constructor Summary
LocalCredentialHelper()
           
 
Method Summary
 org.ietf.jgss.GSSCredential getCredential(java.io.File proxyFile)
           
 org.ietf.jgss.GSSCredential getDefaultCredential()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalCredentialHelper

public LocalCredentialHelper()
Method Detail

getDefaultCredential

public org.ietf.jgss.GSSCredential getDefaultCredential()
                                                 throws java.io.IOException,
                                                        org.ietf.jgss.GSSException
Throws:
java.io.IOException
org.ietf.jgss.GSSException

getCredential

public org.ietf.jgss.GSSCredential getCredential(java.io.File proxyFile)
                                          throws java.io.IOException,
                                                 org.ietf.jgss.GSSException
Throws:
java.io.IOException
org.ietf.jgss.GSSException