Package org.globus.ftp.examples
Class LocalCredentialHelper
- java.lang.Object
-
- org.globus.ftp.examples.LocalCredentialHelper
-
public class LocalCredentialHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description LocalCredentialHelper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.ietf.jgss.GSSCredential
getCredential(java.io.File proxyFile)
org.ietf.jgss.GSSCredential
getDefaultCredential()
-
-
-
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
-
-