public final class EnvCredentialsProvider extends Object implements com.amazonaws.auth.AWSCredentialsProvider
Modifier and Type | Class and Description |
---|---|
static class |
EnvCredentialsProvider.Builder |
Modifier and Type | Method and Description |
---|---|
List<String> |
getAccessKeyProperties() |
com.amazonaws.auth.AWSCredentials |
getCredentials() |
org.kuali.common.util.spring.env.EnvironmentService |
getEnv() |
List<String> |
getSecretKeyProperties() |
void |
refresh() |
public com.amazonaws.auth.AWSCredentials getCredentials()
getCredentials
in interface com.amazonaws.auth.AWSCredentialsProvider
public void refresh()
refresh
in interface com.amazonaws.auth.AWSCredentialsProvider
public org.kuali.common.util.spring.env.EnvironmentService getEnv()
public List<String> getAccessKeyProperties()
public List<String> getSecretKeyProperties()
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.