Example usage for org.apache.http.impl.auth SPNegoScheme subclass-usage

List of usage examples for org.apache.http.impl.auth SPNegoScheme subclass-usage

Introduction

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

Usage

From source file org.apache.hadoop.gateway.dispatch.KnoxSpnegoAuthScheme.java

public class KnoxSpnegoAuthScheme extends SPNegoScheme {

    private static long nano = Long.MIN_VALUE;

    public KnoxSpnegoAuthScheme(boolean stripPort) {
        super(stripPort);

From source file org.apache.jmeter.protocol.http.control.FixedSPNegoScheme.java

/**
 * Class to workaround <a
 * href="https://issues.apache.org/jira/browse/HTTPCLIENT-1712">issue
 * HTTPCLIENT-1712 regarding SPNego for kerberos and HTTPS</a>, which was
 * introduced in httpclient 4.5.2 and will be fixed with 4.5.3.
 */

From source file com.xebialabs.overthere.cifs.winrm.WsmanSPNegoScheme.java

class WsmanSPNegoScheme extends SPNegoScheme {

    private final String spnServiceClass;

    private final String spnAddress;

From source file org.apache.nifi.hadoop.KerberosKeytabSPNegoScheme.java

/**
 * This class provides a very similar authentication scheme and token generation as {@link SPNegoScheme} does.
 * The token generation is based on a keytab file coming from {@link KerberosKeytabCredentials} and the process
 * uses hadoop-auth tools.
 */
public class KerberosKeytabSPNegoScheme extends SPNegoScheme {

From source file com.xebialabs.overthere.winrm.WsmanSPNegoScheme.java

class WsmanSPNegoScheme extends SPNegoScheme {

    private final String spnServiceClass;

    private final String spnAddress;