Example usage for org.apache.http.auth Credentials interface-usage

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

Introduction

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

Usage

From source file org.eclipse.lyo.testsuite.oauth.OAuthCredentials.java

public class OAuthCredentials implements Credentials {

    private Principal principal;
    private String secret;

    public OAuthCredentials(OAuthConsumerPrincipal principal, String secret) {

From source file com.microsoft.azure.keyvault.authentication.BearerCredentialsAdapter.java

/**
 * Provides an implementation of {@link Credentials} that implements the
 * {@link BearerCredentialsSupport} interface.
 */
class BearerCredentialsAdapter implements Credentials, BearerCredentialsSupport {

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

/**
 * Crendentials that incorporate a user principal and a keytab file.
 */
public class KerberosKeytabCredentials implements Credentials {

    private final KerberosPrincipal userPrincipal;

From source file bad.robot.http.apache.OAuthAccessToken.java

public class OAuthAccessToken implements Credentials {

    private final String token;

    public OAuthAccessToken(String token) {
        this.token = token;

From source file org.apache.hadoop.gateway.util.PrincipalCredentials.java

/**
 * Simple {@link Credentials} implementation based on a user name / password
 * pair.
 *
 * @since 4.0
 */

From source file freeipa.client.negotiation.NullCredentials.java

/**
 * An empty Apache HTTPClient {@link Credentials} implementation, used for
 * SPNEGO authentications.
 * 
 * @author Josef Cacek
 */

From source file nl.esciencecenter.osmium.mac.MacCredential.java

/**
 * Credential information required to perform MAC Access Authentication.
 *
 * @author verhoes
 *
 */

From source file nl.esciencecenter.octopus.webservice.mac.MacCredential.java

/**
 * Credential information required to perform MAC Access Authentication.
 *
 * @author verhoes
 *
 */

From source file org.hawk.service.api.dt.http.LazyCredentials.java

/**
 * Uses the Eclipse secure store to provide auth credentials. If needed, it will
 * show a server config dialog for entering the username/password.
 */
public class LazyCredentials implements Credentials {

From source file uk.ac.york.mondo.integration.api.dt.http.LazyCredentials.java

/**
 * Uses the Eclipse secure store to provide auth credentials. If needed, it will
 * show a server config dialog for entering the username/password.
 */
public class LazyCredentials implements Credentials {