org.kuali.maven.wagon.auth
Class MavenAwsCredentialsProviderChain

java.lang.Object
  extended by com.amazonaws.auth.AWSCredentialsProviderChain
      extended by org.kuali.maven.wagon.auth.MavenAwsCredentialsProviderChain
All Implemented Interfaces:
com.amazonaws.auth.AWSCredentialsProvider

public final class MavenAwsCredentialsProviderChain
extends com.amazonaws.auth.AWSCredentialsProviderChain

This chain searches for AWS credentials in system properties -> environment variables -> ~/.m2/settings.xml -> Amazon's EC2 Instance Metadata Service


Constructor Summary
MavenAwsCredentialsProviderChain(com.google.common.base.Optional<org.apache.maven.wagon.authentication.AuthenticationInfo> auth)
           
 
Method Summary
 
Methods inherited from class com.amazonaws.auth.AWSCredentialsProviderChain
getCredentials, refresh
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenAwsCredentialsProviderChain

public MavenAwsCredentialsProviderChain(com.google.common.base.Optional<org.apache.maven.wagon.authentication.AuthenticationInfo> auth)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.