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

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

Introduction

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

Usage

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

public class KnoxSpnegoAuthSchemeFactory extends SPNegoSchemeFactory {

    public KnoxSpnegoAuthSchemeFactory(boolean stripPort) {
        super(stripPort);
    }

From source file org.apache.jmeter.protocol.http.control.FixedSPNegoSchemeFactory.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.twosigma.cook.jobclient.auth.spnego.BasicSPNegoSchemeFactory.java

/**
 * An extended {@link SPNegoSchemeFactory} which allows to produce customized {@link SPNegoScheme}s
 * that allow to use passed in GSS credential to generate GSS token.
 *
 * <p>
 * Created: January 14, 2016

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

class WsmanSPNegoSchemeFactory extends SPNegoSchemeFactory {

    private final String spnServiceClass;

    private final String spnHost;

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

class WsmanSPNegoSchemeFactory extends SPNegoSchemeFactory {

    private final String spnServiceClass;

    private final String spnHost;

From source file org.keycloak.testsuite.federation.KeycloakSPNegoSchemeFactory.java

/**
 * Usable for testing only. Username and password are shared for the whole factory
 *
 * @author <a href="mailto:mposolda@redhat.com">Marek Posolda</a>
 */
public class KeycloakSPNegoSchemeFactory extends SPNegoSchemeFactory {

From source file org.keycloak.testsuite.adapter.federation.KeycloakSPNegoSchemeFactory.java

/**
 * Usable for testing only. Username and password are shared for the whole factory
 *
 * @author <a href="mailto:mposolda@redhat.com">Marek Posolda</a>
 */
public class KeycloakSPNegoSchemeFactory extends SPNegoSchemeFactory {

From source file org.keycloak.testsuite.federation.kerberos.KeycloakSPNegoSchemeFactory.java

/**
 * Usable for testing only. Username and password are shared for the whole factory
 *
 * @author <a href="mailto:mposolda@redhat.com">Marek Posolda</a>
 */
public class KeycloakSPNegoSchemeFactory extends SPNegoSchemeFactory {