Interface IHTTPNegotiateAuthenticationFactory


  • public interface IHTTPNegotiateAuthenticationFactory
    Factory interface for Negotiate authentication support.
    Version:
    1.3
    Author:
    TMate Software Ltd.
    • Method Detail

      • createNegotiateAuthentication

        HTTPNegotiateAuthentication createNegotiateAuthentication​(HTTPNegotiateAuthentication prev,
                                                                  int requestID)
        Create a negotiate authentication handler.
        Parameters:
        prev - The current handler; may not be of the same class
        requestID - Identifier of request in a single connection; allows new authenticators to be created for new requests
        Returns:
        The negotiate handler, or null for the default behaviour