Package org.globus.gram.example
Class LocalCredentialHelper
- java.lang.Object
-
- org.globus.gram.example.LocalCredentialHelper
-
class LocalCredentialHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private org.apache.commons.logging.Log
log
-
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
-
-