org.kuali.maven.wagon.auth
Class AwsCredentials

java.lang.Object
  extended by org.kuali.maven.wagon.auth.AwsCredentials
All Implemented Interfaces:
com.amazonaws.auth.AWSCredentials

public final class AwsCredentials
extends Object
implements com.amazonaws.auth.AWSCredentials

Implementation of AWSCredentials that is immutable.


Constructor Summary
AwsCredentials(com.amazonaws.auth.AWSCredentials credentials)
           
AwsCredentials(String accessKey, String secretKey)
           
 
Method Summary
 String getAWSAccessKeyId()
           
 String getAWSSecretKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AwsCredentials

public AwsCredentials(com.amazonaws.auth.AWSCredentials credentials)

AwsCredentials

public AwsCredentials(String accessKey,
                      String secretKey)
Method Detail

getAWSAccessKeyId

public String getAWSAccessKeyId()
Specified by:
getAWSAccessKeyId in interface com.amazonaws.auth.AWSCredentials

getAWSSecretKey

public String getAWSSecretKey()
Specified by:
getAWSSecretKey in interface com.amazonaws.auth.AWSCredentials


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