Class GssClient


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

      Fields 
      Modifier and Type Field Description
      private Authorization auth  
      private static org.ietf.jgss.GSSCredential cred  
      private static java.lang.String helpMsg  
      private org.ietf.jgss.GSSName targetName  
    • Constructor Summary

      Constructors 
      Constructor Description
      GssClient()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void connect​(java.lang.String host, int port, GetOpts opts)  
      private static org.ietf.jgss.GSSCredential getCredential​(org.ietf.jgss.GSSManager manager)  
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • targetName

        private org.ietf.jgss.GSSName targetName
      • cred

        private static org.ietf.jgss.GSSCredential cred
    • Constructor Detail

      • GssClient

        public GssClient()
    • Method Detail

      • getCredential

        private static org.ietf.jgss.GSSCredential getCredential​(org.ietf.jgss.GSSManager manager)
                                                          throws java.lang.Exception
        Throws:
        java.lang.Exception
      • main

        public static void main​(java.lang.String[] args)
      • connect

        public void connect​(java.lang.String host,
                            int port,
                            GetOpts opts)