Package org.globus.ftp.examples
Class LocalCredentialHelper
- java.lang.Object
-
- org.globus.ftp.examples.LocalCredentialHelper
-
public class LocalCredentialHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description LocalCredentialHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GSSCredential
getCredential(File proxyFile)
GSSCredential
getDefaultCredential()
-
-
-
Method Detail
-
getDefaultCredential
public GSSCredential getDefaultCredential() throws IOException, GSSException
- Throws:
IOException
GSSException
-
getCredential
public GSSCredential getCredential(File proxyFile) throws IOException, GSSException
- Throws:
IOException
GSSException
-
-