Class HttpAuthMethod.Negotiate

java.lang.Object
org.eclipse.jgit.transport.HttpAuthMethod
org.eclipse.jgit.transport.HttpAuthMethod.Negotiate
Enclosing class:
HttpAuthMethod

private static class HttpAuthMethod.Negotiate extends HttpAuthMethod
  • Field Details

    • GSS_MANAGER_FACTORY

      private static final GSSManagerFactory GSS_MANAGER_FACTORY
    • OID

      private static final Oid OID
    • prevToken

      private final byte[] prevToken
  • Constructor Details

    • Negotiate

      public Negotiate(String hdr)
  • Method Details