org.kuali.common.aws.ec2
Class FoundationCredentialsConfig

java.lang.Object
  extended by org.kuali.common.aws.ec2.FoundationCredentialsConfig
All Implemented Interfaces:
AwsCredentialsConfig

@Configuration
@Import(value={org.kuali.common.util.spring.service.SpringServiceConfig.class,org.kuali.common.util.enc.spring.DefaultEncryptionServiceConfig.class})
public class FoundationCredentialsConfig
extends Object
implements AwsCredentialsConfig


Constructor Summary
FoundationCredentialsConfig()
           
 
Method Summary
 com.amazonaws.auth.AWSCredentials awsCredentials()
           
 com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FoundationCredentialsConfig

public FoundationCredentialsConfig()
Method Detail

awsCredentialsProvider

@Bean
public com.amazonaws.auth.AWSCredentialsProvider awsCredentialsProvider()
Specified by:
awsCredentialsProvider in interface AwsCredentialsConfig

awsCredentials

@Bean
public com.amazonaws.auth.AWSCredentials awsCredentials()
Specified by:
awsCredentials in interface AwsCredentialsConfig


Copyright © 2004–2014 The Kuali Foundation. All rights reserved.