List of usage examples for com.amazonaws.auth AWSCredentialsProvider interface-usage
From source file CodeBuildCredentials.java
public class CodeBuildCredentials extends BaseStandardCredentials implements AWSCredentialsProvider { public static final long serialVersionUID = 555L; private static final int ERROR_MESSAGE_MAX_LENGTH = 178; private static final int MIN_VALIDITY_ALLOWED = 60 * 3 * 1000; //3 minutes in miliseconds
From source file com.amazon.kinesis.streaming.agent.AgentAWSCredentialsProvider.java
public class AgentAWSCredentialsProvider implements AWSCredentialsProvider { private static final Logger LOGGER = Logging.getLogger(AgentAWSCredentialsProvider.class); private final AgentConfiguration config; public AgentAWSCredentialsProvider(AgentConfiguration config) { this.config = config;
From source file com.cloudbees.jenkins.plugins.awscredentials.AmazonWebServicesCredentials.java
/** * A {@link AWSCredentialsProvider} that is bound to the Jenkins {@link Credentials} api. */ @NameWith(value = AmazonWebServicesCredentials.NameProvider.class, priority = 1) public interface AmazonWebServicesCredentials extends StandardCredentials, AWSCredentialsProvider { /** Serial UID from 1.16. */
From source file com.dssmp.agent.AgentAWSCredentialsProvider.java
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
From source file com.er.sylvite.CustomEnvironmentVariableCredentialsProvider.java
/**
* {@link com.amazonaws.auth.AWSCredentialsProvider} implementation that provides credentials
* by looking at the: <code>CUSTOM_AWS_ACCESS_KEY_ID</code> and <code>CUSTOM_AWS_SECRET_ACCESS_KEY</code>)
* environment variables.
*
*/
From source file com.eucalyptus.auth.tokens.SecurityTokenAWSCredentialsProvider.java
/** * */ public class SecurityTokenAWSCredentialsProvider implements AWSCredentialsProvider { private static final int DEFAULT_EXPIRATION_SECS = 900;
From source file com.netflix.simianarmy.aws.STSAssumeRoleSessionCredentialsProvider.java
/** * AWSCredentialsProvider implementation that uses the AWS Security Token * Service to assume a Role and create temporary, short-lived sessions to use * for authentication. */ public class STSAssumeRoleSessionCredentialsProvider implements AWSCredentialsProvider {
From source file com.tango.flume.kinesis.source.KinesisSourceConfigurationConstant.java
public class KinesisSourceConfigurationConstant implements AWSCredentialsProvider { public static final String ACCESS_KEY = "accessKey"; public static final String ACCESS_SECRET_KEY = "accessSecretKey"; public static final String APPLICATION_NAME = "kinesisApplicationName"; public static final String STREAM_NAME = "kinesisStreamName";
From source file com.yahoo.athenz.zts.AWSCredentialsProviderImpl.java
public class AWSCredentialsProviderImpl implements AWSCredentialsProvider, Closeable { private static final Logger LOG = LoggerFactory.getLogger(AWSCredentialsProviderImpl.class); private String domainName; private String roleName;
From source file er.replicator.CustomEnvironmentVariableCredentialsProvider.java
/**
* {@link com.amazonaws.auth.AWSCredentialsProvider} implementation that provides credentials
* by looking at the: <code>CUSTOM_AWS_ACCESS_KEY_ID</code> and <code>CUSTOM_AWS_SECRET_ACCESS_KEY</code>)
* environment variables.
*
*/