Class GssKerberosContext

    • Constructor Summary

      Constructors 
      Constructor Description
      GssKerberosContext​(java.lang.String userPrincipal, java.lang.String keytabLocation, java.util.Map<java.lang.String,​java.lang.Object> loginOptions)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String requestTokenFor​(java.lang.String servicePrincipal)  
      • Methods inherited from class java.lang.Object

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

      • GssKerberosContext

        public GssKerberosContext​(java.lang.String userPrincipal,
                                  java.lang.String keytabLocation,
                                  java.util.Map<java.lang.String,​java.lang.Object> loginOptions)
    • Method Detail

      • requestTokenFor

        public java.lang.String requestTokenFor​(java.lang.String servicePrincipal)
        Specified by:
        requestTokenFor in interface KerberosContext