Example usage for org.apache.http.impl.auth NTLMEngine interface-usage

List of usage examples for org.apache.http.impl.auth NTLMEngine interface-usage

Introduction

In this page you can find the example usage for org.apache.http.impl.auth NTLMEngine interface-usage.

Usage

From source file org.cleverbus.core.common.ws.transport.http.ntlm.JCIFSEngine.java

public final class JCIFSEngine implements NTLMEngine {

    private static final int TYPE_1_FLAGS = NtlmFlags.NTLMSSP_NEGOTIATE_56 | NtlmFlags.NTLMSSP_NEGOTIATE_128
            | NtlmFlags.NTLMSSP_NEGOTIATE_NTLM2 | NtlmFlags.NTLMSSP_NEGOTIATE_ALWAYS_SIGN
            | NtlmFlags.NTLMSSP_REQUEST_TARGET;

From source file org.jasig.portlet.calendar.adapter.exchange.JCIFSEngine.java

import org.apache.http.impl.auth.NTLMEngineException;

public final class JCIFSEngine implements NTLMEngine {

    private static final int TYPE_1_FLAGS = NtlmFlags.NTLMSSP_NEGOTIATE_56 | NtlmFlags.NTLMSSP_NEGOTIATE_128
            | NtlmFlags.NTLMSSP_NEGOTIATE_NTLM2 | NtlmFlags.NTLMSSP_NEGOTIATE_ALWAYS_SIGN

From source file trendmicro.okhttpntlm.NTLMEngineImpl.java

/**
 * Provides an implementation for NTLMv1, NTLMv2, and NTLM2 Session forms of the NTLM
 * authentication protocol.
 *
 * @since 4.1
 */

From source file org.apache.http.impl.auth.NTLMEngineImpl.java

/**
 * Provides an implementation for NTLMv1, NTLMv2, and NTLM2 Session forms of the NTLM
 * authentication protocol.
 *
 * @since 4.1
 */

From source file be.nabu.libs.http.client.ntlm.NTLMEngineImpl.java

/**
 * Provides an implementation for NTLMv1, NTLMv2, and NTLM2 Session forms of the NTLM
 * authentication protocol.
 *
 * @since 4.1
 */