List of usage examples for com.amazonaws.auth AWSCredentials interface-usage
From source file org.adroitlogic.build.aws.maven.AuthenticationInfoAWSCredentials.java
final class AuthenticationInfoAWSCredentials implements AWSCredentials { private final AuthenticationInfo authenticationInfo; AuthenticationInfoAWSCredentials(AuthenticationInfo authenticationInfo) { this.authenticationInfo = authenticationInfo;
From source file org.apache.usergrid.persistence.queue.impl.UsergridAwsCredentials.java
/** * Contains the helper methods for getting the Usergrid Credentials */ public class UsergridAwsCredentials implements AWSCredentials { @Override public String getAWSAccessKeyId() {
From source file org.apereo.portal.portlets.dynamicskin.storage.s3.AwsCredentialsConfig.java
/**
* Class to encapsulate the AWS credential properties, with the properties read in from a properties file and
* auto-injected by Spring. This class implements the {@link AWSCredentials} interface and can therefore be injected
* as credentials into a {@link AmazonS3Client}. If a credential property has no value in the properties file, then
* it's value will be set to null so that this class can be returned by a {@link AWSCredentialsProvider} as part of a
* {@link AWSCredentialsProviderChain}, which expects null values to be returned when the provider is unable to find
From source file org.kuali.maven.wagon.auth.AwsCredentials.java
/** * Implementation of <code>AWSCredentials</code> that is immutable. */ public final class AwsCredentials implements AWSCredentials { public AwsCredentials(AWSCredentials credentials) {
From source file org.lambadaframework.wagon.AuthenticationInfoAWSCredentials.java
final class AuthenticationInfoAWSCredentials implements AWSCredentials { private final AuthenticationInfo authenticationInfo; AuthenticationInfoAWSCredentials(AuthenticationInfo authenticationInfo) { this.authenticationInfo = authenticationInfo;
From source file org.openinfinity.cloud.util.credentials.AWSCredentialsAmazonImpl.java
/**
* AWS credentials extension for accessing infrastructure services.
*
* @author Ossi Hmlinen
* @version 1.0.0
* @since 1.0.0
From source file org.openinfinity.cloud.util.credentials.AWSCredentialsImpl.java
/**
* AWS credentials extension for accessing infrastructure services.
*
* @author Ilkka Leinonen
* @version 1.0.0
* @since 1.0.0
From source file org.springframework.build.aws.maven.AuthenticationInfoAWSCredentials.java
final class AuthenticationInfoAWSCredentials implements AWSCredentials { private final AuthenticationInfo authenticationInfo; AuthenticationInfoAWSCredentials(AuthenticationInfo authenticationInfo) { this.authenticationInfo = authenticationInfo;