Class HttpAuthMethod.Negotiate

    • Field Detail

      • OID

        private static final org.ietf.jgss.Oid OID
      • prevToken

        private final byte[] prevToken
    • Constructor Detail

      • Negotiate

        public Negotiate​(java.lang.String hdr)
    • Method Detail

      • authorize

        void authorize​(java.lang.String user,
                       java.lang.String pass)
        Description copied from class: HttpAuthMethod
        Update this method with the given username and password pair.
        Specified by:
        authorize in class HttpAuthMethod
      • configureRequest

        void configureRequest​(HttpConnection conn)
                       throws java.io.IOException
        Description copied from class: HttpAuthMethod
        Update connection properties based on this authentication method.
        Specified by:
        configureRequest in class HttpAuthMethod
        Throws:
        java.io.IOException