Class LocalCredentialHelper


  • public class LocalCredentialHelper
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.apache.commons.logging.Log log  
    • 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        private org.apache.commons.logging.Log log
    • 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