Class NTLMSchemeFactory

  • All Implemented Interfaces:
    org.apache.http.auth.AuthSchemeFactory

    public class NTLMSchemeFactory
    extends Object
    implements org.apache.http.auth.AuthSchemeFactory
    Factory class to generate an NTML Authentication Scheme based on the JCIFSEngine implementation.
    Author:
    Sandra Mueller
    • Constructor Detail

      • NTLMSchemeFactory

        public NTLMSchemeFactory()
    • Method Detail

      • newInstance

        public org.apache.http.auth.AuthScheme newInstance​(org.apache.http.params.HttpParams params)
        Generates a new instance of the JCIFSEngine implementation. Passed in parameters are ignored.
        Specified by:
        newInstance in interface org.apache.http.auth.AuthSchemeFactory
        Parameters:
        params - HTTP parameters, which are ignored in this factory implementation.
        Returns:
        NTLM Authentication Scheme.